Does anybody know how I can create ticks without labels? I want to
produce a semilog plot where just the ticks at 10^2,10^3,10^4 and so on
get labels and the logarithmically spaced values inbetween like
2*10^2,3*10^2...9*10^2 should not be labeled. How can I do this without
writing all the values in 2 neverending vectors and making
set(gca,'YTick',vector1,'YTickLabel',vector2).
There must be a possibility, but the undocumented axes property
'YMinorTick' doesn't seem to work, too.
Thanks , Georg
georg....@oeaw.ac.at
With no example, its hard to figure out with what you are having problems.
Have you seen the SEMILOGX, SEMILOGY, and LOGLOG commands? From your
description, I believe these work the way you want.
Hope that helped,
Jordan
"Georg Fischer" <georg....@oeaw.ac.at> wrote in message
news:39215D8B...@oeaw.ac.at...