how to call a function from stateflow within model reference block.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have created an integrated model with using Model reference blocks.I need to call a common function in all the referenced blocks on a transition of stateflow. How and where should I define the function so that it can be used with in all the stateflow charts in respective Model reference blocks.Please help.
0 Kommentare
Antworten (1)
Muthukumar Ganesan
am 12 Aug. 2022
Hi,
You can define the common function in the top level model as simulink function, configure its visibility to "Scoped".
In the referenced model, the simulink function can be accessed in state machine by <TopModelName>.<SimulinkFunctionName>
Thanks.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!