figs2subplots
Combine axes in many figures into subplots in one figure.
gn gn
Excellent feature, but a little hard to understand in handling figures with subplots in it...
4
18 May 2008
figs2subplots
Combine axes in many figures into subplots in one figure.
Shalin Mehta
Threw up this error when there was no legend present in any of the axes:
??? Undefined function or variable "hLegParAxes".
Error in ==> figs2subplots at 96
[ii jj] = ismember(av(k),hLegParAxes);
Easily fixed by initialization:
@Line 67: hLegParAxes=NaN;
Otherwise, very useful piece of code.
Thanks!
Comment only
05 Oct 2007
figs2subplots
Combine axes in many figures into subplots in one figure.
Wang Win
Just what i am looking for, many thanks!!!
5
03 Aug 2007
figs2subplots
Combine axes in many figures into subplots in one figure.
Janus Wesenberg
Works like a charm (Matlab v7.3) -- and just what I was looking for.
5
24 Jan 2007
figs2subplots
Combine axes in many figures into subplots in one figure.
B A
Seems to work fine on Ver7.3.0.267 for figures with one plot. But, does not handle figures that already have subplots in them.
Comment only