MATLAB: Where can I find the exceltime.m function

exceltime

I cannot find the exceltime.m function in my installation. I am using R2104B.
Thanks,
J.P.

Best Answer

Hi,
exceltime.m should be part of R2014b, no additional toolboxes are required. Are you sure you are using it in the right way? Such as:
e = exceltime(t)
or
e = exceltime(t,dateType)
where 't' being your datetime array?
Have a look here if you need additional help.