You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A = datetime(2011,12,13)
save('datetime-scalar.mat','A','-v7.3')
D = [datetime(2011,12,13); datetime(2012,1,14)];
save('datetime-matrix.mat','D','-v7.3')
data_type returns MAT_T_UNKNOWN
datetime is available since 2014
do you plan to support it ?
The text was updated successfully, but these errors were encountered:
data_type returns MAT_T_UNKNOWN
datetime is available since 2014
do you plan to support it ?
The text was updated successfully, but these errors were encountered: