subscript mismatch

4 vues (au cours des 30 derniers jours)
marc
marc le 6 Juin 2011
am calling multiple functions, feeding 3D matrix. one of the functions returns subscript mismatch. "matrix dimension subscript mismatch" solution probably seems obvious to all but me. thanks for any help!
  2 commentaires
Jan
Jan le 6 Juin 2011
Please show us the line, which causes the error.
marc
marc le 6 Juin 2011
roots back to diff function, and throws error out... in main m file input arg to one of functions... blah... proprietary help me please obi wan punjabi!

Connectez-vous pour commenter.

Réponses (2)

Jan
Jan le 6 Juin 2011
Obi Wan is not logged in currently.
Use:
dbstop if all error
to find the line, which causes the problem. Then inspect the size of the variables and the indices of the left-hand and right-hand side.

Jonas Reber
Jonas Reber le 6 Juin 2011
you try to assign/access with wriong dimensions... most likely you forgot a :
  1 commentaire
marc
marc le 6 Juin 2011
no

Connectez-vous pour commenter.

Catégories

En savoir plus sur Logical 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