Syntax error in transition condition in stateflow

1 回表示 (過去 30 日間)
Yamen
Yamen 2014 年 4 月 5 日
コメント済み: Azzi Abdelmalek 2014 年 4 月 6 日
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 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2014 年 4 月 6 日
This is not clear, post correctly your lines of code as it appears in your state

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by