Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datetime support ? #99

Open
Nelson-numerical-software opened this issue Feb 16, 2019 · 2 comments
Open

datetime support ? #99

Nelson-numerical-software opened this issue Feb 16, 2019 · 2 comments

Comments

@Nelson-numerical-software
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 ?

@tbeu
Copy link
Owner

tbeu commented Feb 16, 2019

Related to #98.

@fmvin
Copy link

fmvin commented Dec 17, 2022

Is any progress regarding reading datetime from mat? My be you could suggest some workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants