Effacer les filtres
Effacer les filtres

How to use 'dates' and 'axis tight' for charts my data are in quarters in Matlab

3 vues (au cours des 30 derniers jours)
Victor
Victor le 20 Nov 2014
Commenté : Star Strider le 22 Nov 2014
Hi there I have a code written to plot charts in quarters in matlab but need help on that. thanks. I attach the code and the data (127 observations) 1975q3-2007q3

Réponses (1)

Star Strider
Star Strider le 20 Nov 2014
You’re not plotting any specific values for your independent variables. I can’t tell from using matfile on ‘innovations.mat’ if there is a date vector. You have to plot a vector of datenumbers, then use datetick. See the documentation for the datetick function, particularity the discussion of ‘dateFormat’ under ‘Input Arguments’.
  4 commentaires
Victor
Victor le 22 Nov 2014
it didn't help mate.
Star Strider
Star Strider le 22 Nov 2014
Post a representative vector of dates for your data. I do not have your date data so I cannot plot it by quarters.
See the documentation for datetick that I linked to in my Answer. It will give you the information you need.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Dates and Time dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by