From: Rune Allnor on
Hi all.

I have made some sound recordings that last for minutes or hours.
Whenever I plot the data on a scale on a few minutes, I prefer to
have the major tick marks show the minutes (that is, one tick
every 60 seconds), and the minor tickmarks show the 10 second
intervals.

While I am able to take control over the major tickmarks using

set(gca,'xtick',[0:fs*60:end])

I have found no similar command for the minor tickmarks. So I am
stuck with the default interval, which seems to be the major
tick interval divided by 5.

I really don't want to have to replicate the xtick functionality, so
is there any command available to do what I want?

To complicate matters further, I am stuck with the soon-to-be
antique R2006a.

Rune