Filter löschen
Filter löschen

in matlab what actually do you mean by the error index exceeds matrix dimensions ?

1 Ansicht (letzte 30 Tage)
while implementing matlab program i got this error
index exceeds matrix dimensions
what is the basic meaning of this error ......
are the index dimensions being exceeded

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 29 Nov. 2014
Bearbeitet: Azzi Abdelmalek am 29 Nov. 2014
For example if you have an array a containing 3 elements
a=[1 2 3]
If you write
a(4)
a does not contain 4 elements, you will get this message
Index exceeds matrix dimensions.

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by