Month function doesn't work with double anymore

3 次查看(过去 30 天)
Hello,
I have just updated to 2019a. My scripts have worked previously 2018 version and now they do not. I am recieving an error message,
"Undefined function 'month' for input arguments of type 'double'." I have not made any changes to my scripts between matlab software version change.
Any idea what is happening?
Thanks,
Eric

采纳的回答

Star Strider
Star Strider 2019-3-27
From the documentation:
m = month(t) returns the month numbers of the datetime values in t. The m output contains integer values from 1 to 12.’
It appears only to work with datetime variables.
  2 个评论
Eric Escoto
Eric Escoto 2019-3-27
Star,
I worked around by calling the datevec associated with the double array. Works perfectly now.
Thanks for the quick response!
-Eric
Star Strider
Star Strider 2019-3-27
As always, my pleasure!
I was going to suggest using datevec if you’re working with datenum format variables.

请先登录,再进行评论。

更多回答(0 个)

类别

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