How to do interpolation?
Afficher commentaires plus anciens
I have a vector which has daily measured data for some days of a year.for example I have
A=[ 1 1
4 3
7 6
75 0
245 4
300 1
350 0
365 6]
the first column is the day of year and the second column is the measured data.I want to interpolate the second column for the other days of the year.Any suggestion?Thanks
2 commentaires
John Chilleri
le 24 Avr 2017
Hello,
Look into the interp1 command. I believe this will do what you wish.
Hope this helps!
Rita
le 25 Avr 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Interpolation 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!