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.

 Risposta accettata

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

Prodotti

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by