How to create a data vector on matlab by starting from a specific date.

3 ビュー (過去 30 日間)
Davout
Davout 2014 年 3 月 11 日
編集済み: per isakson 2014 年 3 月 11 日
Hello
I would like to create a data vector for a time series. I just want to create the data part o the time series by specific the start date and hour of the time series with a delta T of one hour (I don't need minutes or seconds). What is the best matlab function to use for this?
I could not find it easily on the time series documentation.
Thank you

採用された回答

per isakson
per isakson 2014 年 3 月 11 日
編集済み: per isakson 2014 年 3 月 11 日
With this approach, one need to worry less about floating point errors
sdn = datenum( 2014, 1, 1, [0:1:1000], 0, 0 );

その他の回答 (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