Problems with make_legend in Matlab 7.12.0 (R2011a) that do not exist with the 7.10 version
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Karl
il 2 Mag 2012
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 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!