Data cursor doesn't display the values set with xticklabel?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mohammad
el 11 de Jun. de 2014
Comentada: Mohammad
el 13 de Jun. de 2014
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 comentarios
Respuesta aceptada
the cyclist
el 11 de Jun. de 2014
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Exploration en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!