MATLAB: Simulink State Flow

MATLABmatlab functionsimulinkstateflow

Is it possible to call matlab functions inside the Stateflow? in order to pass parameters between two Stateflows.

Best Answer

Yes, you can call MATLAB functions in a Stateflow chart. See Building a Model with a MATLAB Function in a Chart. Not sure how you plan to pass parameters between charts with a MATLAB function though.
Related Question