Parse error at u: usage might be invalid MATLAB syntax.
Mostrar comentarios más antiguos
I want to draw a curve of a cubic equation in SIMULINK, which shows a syntax error. I don’t know what the error is.

Respuestas (1)
If you want to multiply you need a *
y=-0.0811*u^3...
Also consider if you want to raise a vector to the power of 3, you probably want .^
y=-0.0811*u.^3...
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!