フィルターのクリア

"Index exceeds matrix dimensions"-error Simulink

14 ビュー (過去 30 日間)
Michael Kelker
Michael Kelker 2017 年 8 月 5 日
コメント済み: Jaleel Pasha 2020 年 2 月 18 日
Hello,
I created a three phase grid as an Simulink model.
After adding 3-phase voltage source blocks and starting the simulation I get this error: "Index exceeds matrix dimensions"
I am using Matlab version 2017a and tried to get more detailed information about the error using: set_param(gcs,'SimulationCommand','update');
But I didnt get any new informations about the error
Can someone help me solving this problem?

回答 (3 件)

Davide De Cicco
Davide De Cicco 2017 年 8 月 6 日
Hi Michael,
The error simply means that you are trying to execute an operation that wants to access a cell of an array (could be matrix, vector ...) which dimensions do not correspond to what you are trying to access. For instance, you get that error if you have a 3x3 matrix and ask for the element (4,3). It's a quite common error if you are using loops.
  3 件のコメント
Michael Kelker
Michael Kelker 2017 年 8 月 7 日
Hey, thanks for your reply. I am not using any MATLAB Function Blocks and it seems that I am not refering to any signal that does not exist.
Jaleel Pasha
Jaleel Pasha 2020 年 2 月 18 日
hey, have u rectified error.. am also geeting that error(i have not used a single line)

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


Michael Kelker
Michael Kelker 2017 年 8 月 7 日
Solved my problem:
1. Located the blocks which generated the error.
2. Recreated every block. This solved the problem.
Anyway, thanks for your effords
  2 件のコメント
Magnus Ekløff
Magnus Ekløff 2018 年 6 月 19 日
How did you locate the blocks which generated the error?
Willim
Willim 2019 年 1 月 30 日
編集済み: Willim 2019 年 1 月 30 日
I have same problem in creating 50 buses. could you please infrom us how the problem located

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


jonatan blom
jonatan blom 2019 年 2 月 15 日
Hi,
I have also experienced this error when a model contains a s-function builder block that has not been built. Build the s-function and the error disappears, utterly strange error message...
/Jonatan

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by