Error out of range
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi there, can i know when i run simulink process, there is ana erroe statement like this 'The expression: sin(u(1)*exp(2.3*(-u(2)))) in 'test_switch/Fcn' has a subscript that is out of range'
what is the meaning of this?
0 commentaires
Réponse acceptée
Walter Roberson
le 11 Oct 2012
It means that "u" is expected to be a vector, but it does not have at least 2 elements.
Plus de réponses (1)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!