How can I interpolate my data?
Afficher commentaires plus anciens
Dear community,
I have two matrices which are:
x = [0,3e-5, 7e-5, 2e-4, 6e-4, 0.002, 0.006, 0.01, 0.02, 0.03, 0.05, 0.07];
y = [1.1195e6, 1.1195e+06, 1.1195e+06, 1.1195e+06, 1.1195e+06, 1.1194e+06,1.1192e+06, 1.1190e+06, 1.1184e+06, 1.1177e+06, 1.1161e+06, 1.1141e+06];
My question is how can I interpolate my data? and how can I find this function?
Thanks in advance.
Réponse acceptée
Plus de réponses (1)
matlabuser12
le 9 Déc 2014
0 votes
what do you mean by interpolate this data and find a function? Do you mean fit a curve to this and find the function? interpolation means finding data points within your set that arent there based on the data around that point.
1 commentaire
Moj
le 9 Déc 2014
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!