plotting data by month/year
Mostra commenti meno recenti
Risposte (2)
Cong Ba
il 24 Lug 2017
0 voti
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.
Chad Greene
il 24 Lug 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')
Categorie
Scopri di più su Time Series Objects in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!