Why Matlab shows “Index exceeds matrix dimensions.”?

1 view (last 30 days)
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.

Accepted Answer

Image Analyst
Image Analyst on 14 Dec 2014
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

More Answers (1)

George Feghaly
George Feghaly on 14 Dec 2014
Thank you . its solved

Tags

Products

Community Treasure Hunt

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

Start Hunting!