Syntax error in Simulink
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sebastian
le 17 Jan 2014
Réponse apportée : Kamlesh GUPTA
le 9 Juin 2023
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.
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 17 Jan 2014
Modifié(e) : Azzi Abdelmalek
le 17 Jan 2014
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 commentaires
Ragul E
le 12 Avr 2023
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
Plus de réponses (3)
Cristina Avilez
le 5 Juin 2016
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 commentaire
Azzi Abdelmalek
le 5 Juin 2016
Modifié(e) : Azzi Abdelmalek
le 5 Juin 2016
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
le 5 Fév 2023
@Cristina Avilez
I am facing same issue.
How did you resolve this error?
Please help me. Thanks.
0 commentaires
Kamlesh GUPTA
le 9 Juin 2023
(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.
0 commentaires
Voir également
Catégories
En savoir plus sur Libraries and Blocksets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!