필터 지우기
필터 지우기

I am getting Datenum failed error

조회 수: 8 (최근 30일)
Shubhra S
Shubhra S 2021년 8월 13일
댓글: dpb 2021년 11월 10일
My code is running properly on one system whereas in the other system I am getting the error datenum failed while running the same code. Both the system have same version installed.Error using dtstr2dtnummx failed to convert text to date. I have tried restarting system and reinstalling MATLAB still issue persists
  댓글 수: 5
Peter Perkins
Peter Perkins 2021년 11월 8일
편집: Peter Perkins 2021년 11월 8일
There was a very old bug, fixed something like a decade ago, with failures for no apparent reason in that function (I think? maybe?), but not on all platforms. You really need to provide complete information. Data, and complete details of the platforms and MATLAB versions.
dpb
dpb 2021년 11월 10일
The bug may have been an issue on occasion, but I don't recall a time that the above error wasn't owing to a date string in the input list not matching the format expected. This is most often the case if a specific string isn't provided and the routine builds its own based on parsing the file internally.

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
Jan 2021년 9월 8일
편집: Jan 2021년 9월 8일
There is a difference. You do not tell, which difference it is, because you are not aware of what it is. The readers in the forum cannot find out, what it is, but you can.
Please give us an example of the failing data. The "dd/mm/yyyy" format means, that it is not a problem with the language of the month names, because numbers are used.

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by