필터 지우기
필터 지우기

What kind of error is this? Unable to identify.

조회 수: 1 (최근 30일)
Anurag Pujari
Anurag Pujari 2013년 4월 14일
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.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by