plotting data by month/year
23 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I have data files from 06/2016 to 06/2017 by month which I am plotting. I need the xaxis intervals to be labeled with the month and year; can anyone help me with this?
Thank you!
2 comentarios
Respuestas (2)
Cong Ba
el 24 de Jul. de 2017
Hi Alexis,
You may look into this data type called timetable . It is quite new so not many people know about it. But it is basically just designed to deal with time series or any data with time stamps, and according to my experience, it does job way better than scripts I wrote before.
0 comentarios
Chad Greene
el 24 de Jul. de 2017
Alternatively, you can call this after plotting in datenum format. datenum is available for over 10 years in the basic distribution of Matlab.
datetick('x','mmm-yy','keeplimits')
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!