Syntax error in Simulink

5 ビュー (過去 30 日間)
Sebastian
Sebastian 2014 年 1 月 17 日
回答済み: Kamlesh GUPTA 2023 年 6 月 9 日
I am getting a syntax error in Simulink in a Fcn block:
((u(2)*(u(3))^2)/12)-((u(2)*u(3))^2)/8)*((1-2*(u(1)/u(3)))-(1/3)*(1-2*(u(1)/u(3)))^3)
I really can't find the problem in this so a little help is appreciated.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 1 月 17 日
編集済み: Azzi Abdelmalek 2014 年 1 月 17 日
You have a problem with brackets
(u(2)*u(3)^2)/12-((u(2)*u(3))^2)/8*(1-2*u(1)/u(3))-(1/3)*(1-2*u(1)/u(3))^3
  2 件のコメント
Sebastian
Sebastian 2014 年 1 月 17 日
Thank you, you were right, I used too many unnecessary brackets.
Ragul E
Ragul E 2023 年 4 月 12 日
c1*(c2/u(2)-c3*u(3)-c4)*(exp-c5/u(2))+c6*u(1)
same problem tried solving it by reducing brackets but didn't work

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

その他の回答 (3 件)

Cristina Avilez
Cristina Avilez 2016 年 6 月 5 日
The expression: m*(u(1)-l*sin(u(3))*(u(2)^2)+l*u(4)*cos(u(3))) in 'Pendulo_1/Sistema_dinamico/N' has a syntax error
But I don't know where the problem is, someone can help me, please.
  1 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2016 年 6 月 5 日
編集済み: Azzi Abdelmalek 2016 年 6 月 5 日
Cristina, Have you noticed that your comment is considered as an answer? If you want to ask question, delete this comment, then go to the section "Ask a question"

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


Muhammad Umar Mubashir
Muhammad Umar Mubashir 2023 年 2 月 5 日
@Cristina Avilez
I am facing same issue.
How did you resolve this error?
Please help me. Thanks.

Kamlesh GUPTA
Kamlesh GUPTA 2023 年 6 月 9 日
(c1*(c2/u(2)-c3*u(3)-c4))*(exp(-c5/u(2))+c6*u(10)
I am getting a syntax error in Simulink in a Fcn block:
How did you resolve this error?
Please help me. Thanks.

カテゴリ

Help Center および File ExchangeLibraries and Blocksets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by