i have a Structure that describe my fuzzy system and I'm gonna to use it on MATLAB Simulink in general for fuzzy type 1 i could use fuzzy logic controller block BUT i have fuzzy type 2 and a structure describe it's membership functions and other attribute, i have to use it on simulink but matlab function block in simulink can't generate code for a cell array and i receive error.
so i ask you guys please help me:
is it possible to use cell array in matlab function block in simulink?
2
votes
building the simulink model of max number of an array without using minmax block
– Pritam Das
1 Answers
0
votes
The MATLAB Function block supports all the data types that Simulink supports, see Data Types Supported by Simulink, and so I believe cell arrays aren't supported. However, you should be able to use the Fuzzy Logic Controller from the Fuzzy Logic Toolbox.