MATLAB: How to export a Fuzzy-controller to C-Code

c codeexportfuzzyFuzzy Logic Toolboxmatlab coder

How can i export a Fuzzy controller, made with Fuzzy Logic Toolbox, to C-Code which runs without Matlab on any platform?

Best Answer

Please take as look at this section of the doc.
If you need to generate stand-alone code, you can do it by using Simulink Coder to generate C code from Fuzzy Logic Controller block in Simulink.
Related Question