stateflow action language if else construct
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
p fontaine
le 27 Oct 2013
Réponse apportée : Xiaohong shen
le 18 Fév 2014
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 commentaires
Réponse acceptée
Azzi Abdelmalek
le 27 Oct 2013
Modifié(e) : Azzi Abdelmalek
le 27 Oct 2013
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 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Complex Logic dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!