From: Assaf Weinstein on
"Pekka Kumpulainen" <pekka.nospam.kumpulainen(a)tut.please.fi> wrote in message <hv86ag$71$1(a)fred.mathworks.com>...
> "Assaf Weinstein" <assafweinstein_remove.this(a)gmail.com> wrote in message <hv7j8q$f1j$1(a)fred.mathworks.com>...
> > Hi Pekka,
> >
> > Thank you - can you please be more specific?.. I am not sure what FEX is..
> >
> > Thanks,
> > Assaf
> >
>
> Sorry, FEX is the File Exchange
> http://www.mathworks.com/matlabcentral/fileexchange/
>
> The function you tried seems to append tests only, you should remove the original ones: set(gca,'XTickLabel','')
> my_xticklabels, for example does that in the function
> http://www.mathworks.com/matlabcentral/fileexchange/19059-myxticklabels
>
> For example:
> plot(1:10)
> hxtl = my_xticklabels([2 7],{{'\alpha';'\beta'} '\gamma'})

Thanks so much, Pekka!