graph axes and its scaling
1 回表示 (過去 30 日間)
古いコメントを表示
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...
0 件のコメント
回答 (1 件)
dpb
2020 年 5 月 22 日
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...
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Graphics Object Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!