Usage of xticks() when plotting a timetable

3 ビュー (過去 30 日間)
giacomo labbri
giacomo labbri 2020 年 6 月 3 日
回答済み: Steven Lord 2020 年 6 月 3 日
Hi,
I am plotting the content of a timetable that contains a variable over a few months. The xtick in automatic mode are set just every 5 days or so but i would like to have a xtick for each day. I understood that the funcion xticks might be helpful but I was wondering if there is a way to obtain a tick for each day without manually specify them.
Thanks in advance,
Giacomo

採用された回答

Steven Lord
Steven Lord 2020 年 6 月 3 日
If your concern about "manually specify[ing] them" is that you don't want to have to type each one, you don't have to type each one.
T = datetime('today');
theWeek = T + days(0:6)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGrid Lines, Tick Values, and Labels についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by