From: mat001 on
hello,

Is it possible to set labels when axis off command is used? I guess no, SO what is the best option to put both together.

I need axis off and xlabel and ylabel
From: mat001 on
"mat001 " <dres01(a)lycos.com> wrote in message <hocvou$rcu$1(a)fred.mathworks.com>...
> hello,
>
> Is it possible to set labels when axis off command is used? I guess no, SO what is the best option to put both together.
>
> I need axis off and xlabel and ylabel


sorry for this question. I have done this.


set(gca,'ytick',[])
set(gca,'xtick',[])