The hasChangedTo function in a stateflow chart applied to a boolean
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Muthukumar Ganesan
2022-7-27
Hi,
Yes we can use it, this is the syntax hasChangedTo(scl,true).
Thanks.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!