Convert date from number to format in matllab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
NN
el 31 de En. de 2021
Editada: Walter Roberson
el 5 de Feb. de 2021
I have original time and date format as mentioned below:
2/17/2020 9:48:18 AM
I did forecasting using this , and after forecasting output date in the plot appears in number format like :
43878.4085416667
How can i convert it back to original date and time format ?
9 comentarios
Respuesta aceptada
Walter Roberson
el 31 de En. de 2021
outd = datetime(out, 'convertfrom', 'excel');
plot(outd)
10 comentarios
Walter Roberson
el 5 de Feb. de 2021
Editada: Walter Roberson
el 5 de Feb. de 2021
I was right, the bug is in character #11 of line 7 of your code. (Prove me wrong!)
Más respuestas (0)
Ver también
Categorías
Más información sobre Calendar en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!