MATLAB: Convert .fis to a simulink block

fuzzyFuzzy Logic Toolboxsimulink

I created a full Fuzzy logic controller using Fuzzy logic toolbox. Now i want to insert the Fuzzy controller into Simulink as a block, how can i do it?
I tried to use both Fuzzy blocks present at Library Browser but none of then allow me to use an existent Fuzzy logic controller.

Best Answer

I created a workspace variable and loaded my .fis into workspace, after this I follow the instructions in this video https://www.mathworks.com/videos/fuzzy-logic-controller-in-simulink-68767.html
Related Question