From: Sandip on
"someone " <someone(a)somewhere.net> wrote in message <fad035
$jiq$1(a)fred.mathworks.com>...
> "Ash " <wired.ashu.nospam.never(a)g.m.a.i.l.com> wrote in
> message <faco9j$813$1(a)fred.mathworks.com>...
> > "us " wrote in message
> >
> > <snip>
> >
> > > > - <boxoff? is NOT the same as <box off>!
> > >
> > > should expand to
> > Thanks ! :-) I stand corrected. Maybe someone at ML
could
> > add your response to :
> >
> > >doc legend
> >
> >
>
> One person's "bug" is another's "undocumented enhancement"
>
> Once again, us has a nice solution.

Hi
I am using r07a matlab and am facing problem with legend
the error says:
??? Error using ==> hgconvertunits
Invalid object handle.

Error in ==> legend>make_legend at 386
lh=scribe.legend
(ha,orient,location,position,children,listen,strings,proparg
s{:});

Error in ==> legend at 285
[h,msg] = make_legend(ha,varargin(arg:end));

Error in ==> Untitled at 2
plot(rand(10,1),'-o');legend('x');

--
i am using a simple plot:
figure;
plot(rand(10,1),'-o');legend('x');


Please suggest wht is the problem

 | 
Pages: 1
Prev: newff
Next: Problem with legend in plot