I have a syntax error with Fcn

조회 수: 3 (최근 30일)
Quy Long Vu
Quy Long Vu 2020년 9월 28일
댓글: Ameer Hamza 2020년 9월 28일
I want to give a formula is sign(u(2)-u(3)) into Fcn, but I got a message is
The expression: sign(u(2)-u(3))
in 'hebonnuoc/He bon nuoc /h1dot'
has a syntax error

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 9월 28일
편집: Ameer Hamza 2020년 9월 28일
The documentation page shows that you should use sgn instead of sign: https://www.mathworks.com/help/simulink/ref_obsolete_blocks/fcn.html
sgn(u(2)-u(3))
Also, this block is obsolete; consider using a better alternative: https://www.mathworks.com/help/simulink/slref/matlabfunction.html
  댓글 수: 2
Quy Long Vu
Quy Long Vu 2020년 9월 28일
Thank you so much. I got it
Ameer Hamza
Ameer Hamza 2020년 9월 28일
I am glad to be of help!!!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Fangjun Jiang
Fangjun Jiang 2020년 9월 28일
Use "sgn" instead of "sign". It is in the document. Click "Help" after double click the block.

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by