I got a syntax error during simulation any one know why
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
(Rs*Lm)*u(2)-(u(5)*Ls*Lm)*u(1)-(Rs*Ls)*u(3)-(u(5)*Ls*Lr)*u(4)+(u(6)*sigma*Ls*Lr)*u(4)
3 件のコメント
madhan ravi
2020 年 6 月 21 日
Show the full error message.
Ahmad Badran
2020 年 6 月 21 日
Devineni Aslesha
2020 年 6 月 24 日
Hi Ahmad, I am not able to replicate the syntax error mentioned by you. Try the following code.
Rs = 1;Lm = 2;u = [1 2 33 4 5 6]; Ls = 3;Lr = 4;sigma = 0.5;
(Rs*Lm)*u(2)-(u(5)*Ls*Lm)*u(1)-(Rs*Ls)*u(3)-(u(5)*Ls*Lr)*u(4)+(u(6)*sigma*Ls*Lr)*u(4)
Provide more details of the code for further help.
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!