Borrar filtros
Borrar filtros

What kind of error is this? Unable to identify.

1 visualización (últimos 30 días)
Anurag Pujari
Anurag Pujari el 14 de Abr. de 2013
Error using axis>LocSetLimits (line 234) Vector must have 4, 6, or 8 elements.
Error in axis (line 94) LocSetLimits(ax(j),cur_arg);
  1 comentario
Image Analyst
Image Analyst el 14 de Abr. de 2013
What does "dtw" (in your tag) mean? Also, can you supply more of the error message, plus some lines of your code around the line that errored?

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 14 de Abr. de 2013
It means you invoked axis() passing in a scalar, or a vector that did not have 4, 6, or 8 elements. This might possibly be from an improper xlim() or ylim() call.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by