Error out of range
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Walter Roberson
il 11 Ott 2012
It means that "u" is expected to be a vector, but it does not have at least 2 elements.
Più risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!