Effacer les filtres
Effacer les filtres

Need to get an input to a curve fit toolbox application in datetime format

6 vues (au cours des 30 derniers jours)
Del Ventruella
Del Ventruella le 3 Mai 2017
Hi, I need an input to a curvefit routine using a datetime input. The toolbox won't recognize the datetime array I created as the x-axis input. Can I convert this datetime array to a simple number array that it will recognize? How? Thanks.

Réponses (1)

Ritesh Chandna
Ritesh Chandna le 9 Mai 2017
Did you use 'datenum' function?
Try to use 'datenum' function to convert 'datetime' and then use the curve fitting toolbox function on 'datenum' object.

Catégories

En savoir plus sur Time Series Objects dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by