What kind of error is this? Unable to identify.
3 ビュー (過去 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
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
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Distribution Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!