Syntax error in transition condition in stateflow
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
can anyone help? simulink is displaying a syntax error within transition condition. I dont see anything wrong with the syntax. I'm using Matlab 6.5
]
^
syntax error
the transition condition logic resembles the below:
/*Transition*/
[
(...
%some logic here
)...
||...
(...
%some logic here
)...
||...
(xxxxx == yyyyy)...
]
{x = TRUE;
y = FALSE;
z = 5}
sorry for not providing the exact code.
1 Kommentar
Azzi Abdelmalek
am 6 Apr. 2014
This is not clear, post correctly your lines of code as it appears in your state
Antworten (0)
Siehe auch
Kategorien
Mehr zu Decision Logic finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!