2
考慮日期date = { 1000000 x 1 }
的單元陣列,使其具有不同格式的日期。閱讀日期向量具有不同的格式:Matlab
date = 27-01-2009
28-Mar-2003
.
.
.
21-02-2003 06:35:20
21-02-2003 06:35:20.42
.
.
and so on
我如何獲得一個100000x3
矩陣A = [ year month day ]
從date
?
Hey Divakar。我以前試過。我得到這個錯誤。 使用dtstr2dtvecmx時出錯 將日期字符串轉換爲日期編號失敗。 datevec錯誤(第118行) y = dtstr2dtvecmx(t,icu_dtformat); – enigmae
@Nishanth您正在使用什麼版本的MATLAB? – Divakar
我正在使用MATLAB R2013b。 – enigmae