Index exceeds the number of array elements (1) ERROR - not sure why.

1 回表示 (過去 30 日間)
Wesser
Wesser 2021 年 2 月 25 日
コメント済み: Wesser 2021 年 2 月 25 日
I keep getting this error...but don't know why! It's a simple addition equation...for a series of vectors.
My code and excel data file are attached. Thank you for any and all help with this!!
>> WSBModel
Index exceeds the number of array elements (1).
Error in WSBModel (line 179)
Z1PumpTot(t)=S2(t)+S4(t)+S7(t)+S8(t)+S9(t)+S10(t)+S11(t)+S12(t)+S13(t)+S14(t)+...

採用された回答

David Hill
David Hill 2021 年 2 月 25 日
If you break your script at line 179, you can clearly see the problem. S10 is only a 1x1 array and needs to be a 49x1 like all the other variables. Something is wrong with S10.
  1 件のコメント
Wesser
Wesser 2021 年 2 月 25 日
I just saw this! Such a silly oversight! Thanks for your time!!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by