Using a matrix in Matlab Functions
3 ビュー (過去 30 日間)
古いコメントを表示
Mohammad Hussein Yoosefian Nooshabadi
2017 年 3 月 26 日
コメント済み: Mohammad Hussein Yoosefian Nooshabadi
2017 年 3 月 26 日
Hi I have a matrix in my workspace and I want to use it in simulink. I used the From Workspace block but I faced this error when I ran my model, that mean it used the only last element of my matrix. Does any body know how to fix it?
Error:Attempted to access index 2 of an array with smaller dimension sizes.
0 件のコメント
採用された回答
Jan
2017 年 3 月 26 日
The error message means, that the variable is eitehr a scalar in opposite to your assumptions, or that it is e.g. a [N x 1] vector and you try to access [1 x 2].
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!