stateflow action language if else construct
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
p fontaine
el 27 de Oct. de 2013
Respondida: Xiaohong shen
el 18 de Feb. de 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 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 27 de Oct. de 2013
Editada: Azzi Abdelmalek
el 27 de Oct. de 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 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Complex Logic en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!