フィルターのクリア

converting date to matlab date

1 回表示 (過去 30 日間)
joseph Frank
joseph Frank 2012 年 2 月 26 日
Hi,
I have a date 20100815 that I want to convert to a matlab serial date. I tried datenum(20100815,'yyyymmdd') but i received an error.

採用された回答

Jiro Doke
Jiro Doke 2012 年 2 月 26 日
You need to pass in a string for datenum
datenum('20100815', 'yyyymmdd')

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