Unit testing Stateflow charts
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I have a set of Stateflow Atomic Subcharts that we have developed. I would like to develop automated unit tests for these, but I cannot find any examples of how to implement these tests.
Can anyone point me to any examples of testing Stateflow charts?
Thanks
0 Kommentare
Antworten (1)
Julia Antoniou
am 25 Okt. 2017
Hi Garret,
There is a tutorial in our documentation that explains how to generate reusable code from an atomic stateflow chart. You can then use this code for unit testing. See the following link for the tutorial: https://www.mathworks.com/help/stateflow/ug/tutorial-generating-reusable-code-for-unit-testing.html
4 Kommentare
Abhishek Ballaney
am 23 Jan. 2018
Hi Julia,
In this case, how do we convert a state chart to MATLAB code (.m file)? Please guide.
Siehe auch
Kategorien
Mehr zu Graphical Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!