What kind of error is this? Unable to identify.

2 次查看(过去 30 天)
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 个评论
Image Analyst
Image Analyst 2013-4-14
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?

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2013-4-14
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.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by