Data cursor doesn't display the values set with xticklabel?
2 次查看(过去 30 天)
显示 更早的评论
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]);
0 个评论
采纳的回答
the cyclist
2014-6-11
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Exploration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!