Error out of range
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 11 Okt. 2012
It means that "u" is expected to be a vector, but it does not have at least 2 elements.
Weitere Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!