Error out of range

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?

 採用された回答

Walter Roberson
Walter Roberson 2012 年 10 月 11 日

0 投票

It means that "u" is expected to be a vector, but it does not have at least 2 elements.

1 件のコメント

fariz
fariz 2012 年 10 月 11 日
oh i see. so its a vector related problem. thanks for the help.

サインインしてコメントする。

その他の回答 (1 件)

Sachin Ganjare
Sachin Ganjare 2012 年 10 月 11 日

0 投票

What is u(1) & u(2)? Please elaborate.

1 件のコメント

fariz
fariz 2012 年 10 月 11 日
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.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by