フィルターのクリア

Index exceeds the number of array elements (210)

1 回表示 (過去 30 日間)
Mizo Amreya
Mizo Amreya 2020 年 8 月 13 日
編集済み: Cris LaPierre 2020 年 8 月 13 日
Hi Matlab Community,
When I run my code I get an error "Index exceeds the number of array elements (210)".
I usually know what that means but what does the (210) mean?
Here's the exact line where the error occurs:
E(i)=-A(i)-B(i)-C(i)-D(i)-F(i)-G(i)-H(i)-I(i)-(phi*ct(i,t)*dy*dx*dz/dt);
Thanks in advance...

採用された回答

Cris LaPierre
Cris LaPierre 2020 年 8 月 13 日
編集済み: Cris LaPierre 2020 年 8 月 13 日
The (210) indicates the variable you have tried to index contains 210 elements.
Check your values of i and t, and the number of elements (numel) in A, B, C, D, E, F, G, H, I, and ct.

その他の回答 (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