How can we explain this error?

2 ビュー (過去 30 日間)
Omer Demirkaya
Omer Demirkaya 2012 年 8 月 9 日
First call no problem second call an error message.
>> datenumber = datevec('06/08/2012 15:20','dd/mm/yyyy HH:MM');
>> datenumber = datevec('06/08/2012 15:20','dd/mm/yyyy HH:MM');
Error using dtstr2dtvecmx
Failed on converting date string to date number.
Error in datevec (line 119)
y = dtstr2dtvecmx(t,icu_dtformat);
>> datenumber = datevec('06/08/2012 15:20','dd/mm/yyyy HH:MM');
>> datenumber = datevec('06/08/2012 15:20','dd/mm/yyyy HH:MM');
Error using dtstr2dtvecmx
Failed on converting date string to date number.
Error in datevec (line 119)
y = dtstr2dtvecmx(t,icu_dtformat);
>> datenumber = datevec('06/08/2012 15:20','dd/mm/yyyy HH:MM');
119 y = dtstr2dtvecmx(t,icu_dtformat);
>> datenumber = datevec('06/08/2012 15:20','dd/mm/yyyy HH:MM');
119 y = dtstr2dtvecmx(t,icu_dtformat);
Error using dtstr2dtvecmx
Failed on converting date string to date number.
Error in datevec (line 119)
y = dtstr2dtvecmx(t,icu_dtformat);
  1 件のコメント
Wayne King
Wayne King 2012 年 8 月 9 日
I have no problem executing these lines. Can you please indicate which version of MATLAB, you are using.

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

回答 (2 件)

per isakson
per isakson 2012 年 8 月 10 日
I cannot reproduce the error with R2012a 64bit on Windows7.
>> datenumber = datevec('06/08/2012 15:20','dd/mm/yyyy HH:MM')
datenumber =
2012 8 6 15 20 0

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 8 月 10 日
編集済み: Azzi Abdelmalek 2012 年 8 月 10 日
check in your folder if a file named "datenumber" does'nt exist? if yes, rename it, restart matlab, i think it will be ok. or instead using a variable datenumber, change it.

カテゴリ

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