how to acces Matlab workspace from a transition in stateflow?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I have some transitions in Stateflow
On the transition I entered the code:
SR = RadioRequestMode(ml.semaphoreHelperFunc('get_Semaphore_request'));
There is something wrong with this.... When I try to run the model , Stateflow doesn't know that ml is a keyword ...
The same thing works just fine in built in model sf_cdplayer.slx
How can I fix this 'ml.' issue
Best regards
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!