Syntax error in transition condition in stateflow

1 次查看(过去 30 天)
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.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Complex Logic 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by