Missing data values in a matrix
Afficher commentaires plus anciens
Hi everyone!
I have a problem: I have a timeserie that is supposed to have hourly values of sea level, but there are some gaps in those. As I'm supposed to make some analysis, I need to build a matrix with the values I have and also the NaNs respected to the gaps. How can I make this?
Regards!
2 commentaires
Birdman
le 10 Nov 2017
How did you obtain the data? From simulink or somewhere else?
Breylla Carvalho
le 10 Nov 2017
Réponses (1)
Sean de Wolski
le 10 Nov 2017
Create a timetable and look at the retime, fillmissing functions.
doc timetable
doc retime
doc fillmissing
Catégories
En savoir plus sur Linear and Nonlinear Regression 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!