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!