Date on X-axis when zooming the plot
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
rank
el 5 de Oct. de 2011
Respondida: Viet Hung Nguyen
el 14 de Ag. de 2016
I've plotted a file with 120,000 points. The x data is a time with a format 'MM/DD/YYYY HH:MM:SS' (10/30/2010 11:16:00 PM. I have successfully plotted it (though it took me 62 seconds to do it). My problem is when i zoom the plot, the datetick (x-axis) does automatically zooms in. In the whole plot, i only have 6 x-ticks, and when i zoom it in, the x-ticks is still the same. I've used datetick('x', 'mm/dd/yy HH:MM:SS', 'keepticks').
2 comentarios
Respuesta aceptada
Aurelien Queffurust
el 5 de Oct. de 2011
DYNAMICDATETICKS is a wrapper function around DATETICK which creates dynamic date tick labels for plots with dates on the X-axis. The date ticks intelligently include year/month/day information on specific ticks as appropriate. The ticks are dynamic with respect to zooming and panning. They update as the timescale changes (from years to seconds). Data tips on the plot also show intelligently as dates.
2 comentarios
Más respuestas (1)
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!