Is it possible to replace a value in date vector in MATLAB?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dates and Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!