how to create a sequence of time?

6 ビュー (過去 30 日間)
Lilya
Lilya 2021 年 8 月 2 日
コメント済み: Lilya 2021 年 8 月 2 日
Hi all,
I want to create a set of sequence of an hourly date and time starts from 2019,01,01 to 2019,12,31
then calculate the average of every 6 hours.
any help will be appreciated.

採用された回答

Simon Chan
Simon Chan 2021 年 8 月 2 日
How about the following?
It starts from 2019-01-01 00:00:00 to 2019-12-31 23:00:00 with 1 hour interval
datetime('2019-01-01')+hours(0:1:365*24-1)
First 4 output shown below:
01-Jan-2019 00:00:00 01-Jan-2019 01:00:00 01-Jan-2019 02:00:00 01-Jan-2019 03:00:00
  3 件のコメント
Simon Chan
Simon Chan 2021 年 8 月 2 日
Check function movmean, it may help you
Lilya
Lilya 2021 年 8 月 2 日
thank you !!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDates and Time についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by