State transition table outputs printing in diagnostic viewer
2 views (last 30 days)
Show older comments
Dear Sir/Madam,
While my simulink model is running. In the diagnostic viewer I'm seeing the outputs of state transition table are printing during the entire siumlation. How can I avoid this printing of stateflow ouptuts in the Diagnostic viewer?
Any suggestions are highly appreciative.
Thank you in advance !
0 Comments
Answers (1)
Mark McBroom
on 1 Jan 2022
Most likely this is due to a missing semicolon to terminate a MATLAB statement in your statechart.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!