Problems with make_legend in Matlab 7.12.0 (R2011a) that do not exist with the 7.10 version
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi!
I am having problems using make_legend with Matlab 7.12.0. make_legend appears though to work fine in Matlab 7.10.
The error message I get is the following:
??? Error using ==> scribe\private\get_legendable_children Too many input arguments.
Error in ==> graph2dhelper at 31 [varargout{1:nargout}] = feval(varargin{:});
Error in ==> legend_vindrose>make_legend at 356 children = graph2dhelper ('get_legendable_children', ha, false);
How can I solve this problem?
Best Regards, Sónia
댓글 수: 0
답변 (1개)
Karl
2012년 5월 2일
MAKE_LEGEND seems to be not a function in MATLAB, at least not a documented one. I you search the web for "MATLAB make_legend" the first hit is this post :-)
So - please elaborate more and provide a code example.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!