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

datenum does not support some string format #36

Closed
Nelson-numerical-software opened this issue Feb 19, 2017 · 0 comments · Fixed by #1244
Closed

datenum does not support some string format #36

Nelson-numerical-software opened this issue Feb 19, 2017 · 0 comments · Fixed by #1244
Assignees
Labels
Milestone

Comments

@Nelson-numerical-software
Copy link
Collaborator

dv = datevec(datenum('10-Mar-2010 16:48:17'));
REF = [2010 3 10 16 48 17];
assert_isequal(dv, REF);

dv = datevec(datenum('Mar.10,2010'));
REF = [2010 3 10 0 0 0];
assert_isequal(dv, REF);

@Nelson-numerical-software Nelson-numerical-software removed their assignment Feb 20, 2022
@Nelson-numerical-software Nelson-numerical-software added this to the v1.8.0 milestone Sep 3, 2024
@Nelson-numerical-software Nelson-numerical-software linked a pull request Sep 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant