Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Rakesh Singh
Rakesh Singh le 29 Nov 2014
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

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 29 Nov 2014
Modifié(e) : Azzi Abdelmalek le 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.

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by