Azzera filtri
Azzera filtri

datetime: Undefined function 'datetime' for input arguments of type 'double'

16 visualizzazioni (ultimi 30 giorni)
I am using following code to convert datenum to datetime
x=723707;
y=datetime(x,'ConvertFrom','datenum');
I get the error message:
Undefined function 'datetime' for input arguments of type 'double'.
When I try
open datetime
I get the error message that
file 'datetime' does not exist.
I don't understand what's wrong. Please help. I am using MATLAB 2014a.

Risposta accettata

Walter Roberson
Walter Roberson il 15 Mag 2018
datetime() was introduced in R2014b.

Più risposte (0)

Categorie

Scopri di più su Dates and Time in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by