what is this eror and what does it mean and how can i solve it ?

1 回表示 (過去 30 日間)
javad amoli
javad amoli 2018 年 2 月 11 日
コメント済み: Walter Roberson 2018 年 3 月 20 日
what is this eror and what does it mean and how can i solve it ?
((Error using datenum (line 178) DATENUM failed.
Error in get_the_week_timestamps (line 9) Current_date=floor(datenum(Start_date));
Error in vahid (line 46) [Weekly_data_time_stamps]= get_the_week_timestamps (Start_date,End_date);
Caused by: Error using datevec (line 247) Too many time fields in 13-mars-2016 00:00:00-08:00.))

採用された回答

Walter Roberson
Walter Roberson 2018 年 2 月 11 日
datenum cannot handle time ranges.
Possibly the -08:00 is intended to be a timezone offset. datenum cannot handle timezones at all. But the newer datetime() can handle timezones.
  5 件のコメント
javad amoli
javad amoli 2018 年 2 月 11 日
How should I write start_date and End_date? please write it for me ....
Walter Roberson
Walter Roberson 2018 年 3 月 20 日
You have not indicated what those time strings mean . Does the -08:00 and -07:00 indicate time zone information relative to UTC? Or does it indicate a range of time, as in from midnight to 8 am ?

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

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