FuzzyLite

The FuzzyLite Libraries for Fuzzy Logic Control

Fuzzy Logic Control was never this easy, simple, intuitive, beautiful, exciting,
and more importantly, completely based on free and open source technologies.

Menu

Skip to content
  • home
  • Qt
  • C++
  • Java
  • FLL/FLD
  • Downloads
  • Reviews
  • Acknowledgements
  • Forums
  • About Me

home › Forums › # Technical Support › Converting Matlab .fis file to C code › Reply To: Converting Matlab .fis file to C code

November 16, 2016 at 18:25 #2279
Juan Rada-Vilela (admin)
Keymaster

Hi,

thank you for your posts and kind words.

Mash to convert fis to C++ you can do:

//Import from FIS
Engine* engine = fl::FisImporter().fromFile("/path/to/yourfile.fis");
//Export to C++ file
fl::CppExporter().toFile(engine, "/path/to/yourfile.cpp");
fuzzylite® is a registered trademark of FuzzyLite Limited
QtFuzzyLite™ is a trademark of FuzzyLite Limited
jfuzzylite™ is a trademark of FuzzyLite Limited

Copyright © 2010-2023 FuzzyLite Limited. All rights reserved. Proudly powered by WordPress