View matlab dates in normal view
Mostrar comentarios más antiguos
In my h188a.mat file, the 1st column represents dates. It is showing the value. How do I see the actual dates?
Respuesta aceptada
Más respuestas (1)
Ameer Hamza
el 9 de Oct. de 2020
Try this
dt = datetime(d(:,1), 'ConvertFrom', 'datenum')
Categorías
Más información sobre Dates and Time en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
