home Forums # Technical Support Importing an FIS to Fuzzylite

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2878
    Unknown
    Member

    Hello, I have the Fuzzylite libraries linked properly in Visual Studio.

    My question now is that I’d like to import my own FIS that I created in Matlab into Fuzzylite, in order to get the code in c++, or just to be able to get the information in it like I have seen done in many examples. My intention is just to keep track of input values.

    Thanks in advance.

    #2883

    Hi Yorda,

    thank you for your post.

    In C++, you would do something like

    Engine* engine = FisImporter().fromFile("path/to/file.fis");
    FL_LOG(FllExporter().toString(engine));

    Cheers.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.