Filter löschen
Filter löschen

graph axes and its scaling

1 Ansicht (letzte 30 Tage)
Roya Rajabi
Roya Rajabi am 22 Mai 2020
Beantwortet: dpb am 22 Mai 2020
Hi
I am trying to have hourly heat transfer graph for three months but in the graph as has been attached the x axes shows every 500 hours
How can I change it two evey day or week...

Antworten (1)

dpb
dpb am 22 Mai 2020
If you haven't, turn your time vector into datetime (if it is actual calendar time) or a duration (if it is elapsed time from some origin) and plot versus it instead. plot has been extended to be aware of those time class objects and will use an appropriate axis automagically for you...which you can then adjust to taste...

Kategorien

Mehr zu Specifying Target for Graphics Output finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by