필터 지우기
필터 지우기

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 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