Hi,
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.fisc...@oeaw.ac.at