Format a Column in Excel using matlab programmatically
Afficher commentaires plus anciens
After using xlsread to import data from an excel sheet, what is the best way to change the first column from a Date format to a general format with matlab code?
Thank you.
Réponses (1)
Azzi Abdelmalek
le 10 Juin 2015
datestr(yourdate)
Catégories
En savoir plus sur Data Import from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!