The hasChangedTo function in a stateflow chart applied to a boolean
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone, I would like to know if the hasChangedTo function can be applied to a stateflow data of type boolean (i.e logical). And if so, is the syntax example here correct:
hasChangedTo(scl,'true'), where scl is of type boolean.
Thank you very much for your precious help.
0 Commenti
Risposte (1)
Muthukumar Ganesan
il 27 Lug 2022
Hi,
Yes we can use it, this is the syntax hasChangedTo(scl,true).
Thanks.
0 Commenti
Vedere anche
Categorie
Scopri di più su Syntax for States and Transitions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!