Error out of range

8 views (last 30 days)
fariz
fariz on 11 Oct 2012
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?

Accepted Answer

Walter Roberson
Walter Roberson on 11 Oct 2012
It means that "u" is expected to be a vector, but it does not have at least 2 elements.
  1 Comment
fariz
fariz on 11 Oct 2012
oh i see. so its a vector related problem. thanks for the help.

Sign in to comment.

More Answers (1)

Sachin Ganjare
Sachin Ganjare on 11 Oct 2012
What is u(1) & u(2)? Please elaborate.
  1 Comment
fariz
fariz on 11 Oct 2012
no just an input, the equation i got from a friend, and it seems that he got it wrong with it. so just need to do a new equation for the process.

Sign in to comment.

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!