Data cursor doesn't display the values set with xticklabel?

I do this to change the x axis values but im not sure how to get the Data cursor to display these new values
set(gca, 'XTick', [1:24:dt], 'XTickLabel', [tW+1:24:tW+1+dt]);

 Akzeptierte Antwort

the cyclist
the cyclist am 11 Jun. 2014

1 Stimme

That command changes only the values labeling the axes. It does not change the data themselves. The data cursor shows the value of the data themselves.

1 Kommentar

Oh right.. I set the x coordinates to the absolute values when plotting and now it works.
Thanks!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Exploration finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 11 Jun. 2014

Kommentiert:

am 13 Jun. 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by