Syntax error in Simulink
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sebastian
el 17 de En. de 2014
Respondida: Kamlesh GUPTA
el 9 de Jun. de 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 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 17 de En. de 2014
Editada: Azzi Abdelmalek
el 17 de En. de 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 comentarios
Ragul E
el 12 de Abr. de 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
Más respuestas (3)
Cristina Avilez
el 5 de Jun. de 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 comentario
Azzi Abdelmalek
el 5 de Jun. de 2016
Editada: Azzi Abdelmalek
el 5 de Jun. de 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
el 5 de Feb. de 2023
@Cristina Avilez
I am facing same issue.
How did you resolve this error?
Please help me. Thanks.
0 comentarios
Kamlesh GUPTA
el 9 de Jun. de 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 comentarios
Ver también
Categorías
Más información sobre Libraries and Blocksets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!