Why Matlab shows “Index exceeds matrix dimensions.”?

Hello,
I'm having a problem with matlab mfile simulation. it tells me Index exceeds matrix dimensions. I have attached the mfile and model. COuld you please advise. Thank you.

 采纳的回答

One of the indexes you're using to index into your array exceeds the max allowable size for that dimension. For example you have a 3 by 4 array and you're trying to access the 50th row. Put whos before it so see, or else look at it in the workspace or variable inspector window.
whos yourArray
whos yourIndex

类别

帮助中心File Exchange 中查找有关 Matrix Indexing 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!

Translated by