coordinates from a fitted curve
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I have some data, I want to just connect the data together. I used "linearinterp". now, I would like to have the data from the fitted curve. I mean, my data are discrete, by "linearinter" I made a continuous curve wich fills the gaps between my data. now I want to read the coordinates of the new graph, even those which are not presented as my data.
Could anyone help me please?
Thanks
2 commentaires
darova
le 6 Nov 2019
Can you attach the data? Show your attempts/efforts?
Show the result picture (schematically) you want to see
Réponse acceptée
Star Strider
le 6 Nov 2019
The "linearinterp" function appears to be an R function.
Use interp1 in MATLAB. Since you have to define the independent variable interpolation points as an input argument, you will have those and the interpolated points as the output from interp1.
5 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Spectral Estimation 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!