Is it possible to replace a value in date vector in MATLAB?

조회 수: 2 (최근 30일)
Gazi Alam
Gazi Alam 2019년 6월 20일
댓글: Gazi Alam 2019년 6월 20일
HI, I am interested to replace "NaT" of a date vector in MATLAB. It does not allow me to do it. Is there any tric to do it? More clearly I have a vetor of Dates of the year without the year. Ex: T=[0101 0102 0103 ...... 1230 12 31] of length 366. But the erlement 0229 shows as NaT without year. I want to replace it like
T(60)=0229;
Since T is a date vector, it does not allow me to do it. Is there any tric to do it?
Thanks in advance.
  댓글 수: 2
KSSV
KSSV 2019년 6월 20일
Convert the value with which you want to replace to class datetime.
Gazi Alam
Gazi Alam 2019년 6월 20일
Thanks, it works now.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by