필터 지우기
필터 지우기

Using datetime in R2014a (prior to its introduction in R2014b)

조회 수: 8 (최근 30일)
Erik
Erik 2015년 11월 16일
답변: Walter Roberson 2015년 11월 16일
The datetime class was added in MATLAB R2014b. However, the version I'm forced to use on a work computer is R2014a, unfortunately. What are the best practices to use dates and times in this version of MATLAB? I have always used the newest version of MATLAB, so I'm used to datetime, but I can't use it anymore.
Can I copy parts of the datetime class and its accompanying functions from my R2015b installation to the path of my work computer for the functionality to work? Or do I need to write some functions myself that parse strings into relative seconds after a starting date and time an idea? Or something like that? What do you recommend?

답변 (1개)

Walter Roberson
Walter Roberson 2015년 11월 16일
Copying the files would be a violation of the license agreements.
You should use datenum(), datestr(), datevec()
If you need to use leap seconds or you need to automatically take into account timezones and local time, then you will have some challenges.

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by