stateflow action language if else construct
5 次查看(过去 30 天)
显示 更早的评论
My question deals with the action language used by Stateflow :
when I use something like
during:
if (i==2)
x = 1;
I got an execution saying : Unresolved function 'if' in ...
It seems that if/else constructs are not supported
Is that true ?
(I am using R2010a)
0 个评论
采纳的回答
Azzi Abdelmalek
2013-10-27
编辑:Azzi Abdelmalek
2013-10-27
Look at
http://www.mathworks.com/help/stateflow/ug/what-is-matlab-action-language_bs8a3x7.html http://www.mathworks.com/help/stateflow/release-notes.html
You can see that you can do it with R2010b
0 个评论
更多回答(1 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!