kkm mistrusts SE
kkm mistrusts SE

Reputation: 5548

Where is my datetime() function?

Matlab R2014b on Windows 7 64 bit. The documentation refers to a function datetime that I am clearly missing:

>> datetime
Undefined function or variable 'datetime'.
>> which datetime
'datetime' not found.
>> version
ans =
    8.3.0.532 (R2014a)

Is this a know issue, and if yes, is there a workaround?

Upvotes: 1

Views: 2854

Answers (1)

scmg
scmg

Reputation: 1894

Data type datetime appears from R2014b

http://www.mathworks.com/help/matlab/date-and-time-operations.html

Upvotes: 1

Related Questions