|
"Dave " <yogi_cave@yahoo.com> wrote in message <h51uvf$k39$1@fred.mathworks.com>...
> hi,
>
> is there any way for getting sub and superscript in axis labels for graphs?
>
> Dave
Hi Dave...
Yeah its sternly simple..... U need no to set the interpreter to any suff unless u want set all the fonts and places and other bla bla by latex...
just go for this...
for example
xlabel(' 'plot of \phi^2)
it will form superscript.. all u ahve to use is a backslash...
for subscript u will do this..
xlabel('i m writing subscript t as \phi_t')
OR
legend('plot of \phi_d')
I hoep it helps.... but if u r using some stuff like english alphabets then u might have to add option of setting the interpreter...
i hope it helps..
Faraz
|