From: Gregorio on
Hi
I have some questions I would like to get help with:

How do you change the clabel numeric format from engineering to non-engineering?

How do you make each clab to rotate at the angle of its corresponding line on a semilog plot?

Thanks in advace
Krikorik
From: us on
"Gregorio " <6011x8bm(a)j.com> wrote in message <hv5t33$q69$1(a)fred.mathworks.com>...
> Hi
> I have some questions I would like to get help with:
>
> How do you change the clabel numeric format from engineering to non-engineering?
>
> How do you make each clab to rotate at the angle of its corresponding line on a semilog plot?
>
> Thanks in advace
> Krikorik

a hint:

help clabel;
%{
then, look at the convenient
CLABEL(...,'text property',property_value,...) allows arbitrary
TEXT property/value pairs to specified for the label strings.
option(s)...
%}

us