coordinates from a fitted curve
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
S P-W
am 6 Nov. 2019
Kommentiert: Star Strider
am 6 Nov. 2019
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 Kommentare
darova
am 6 Nov. 2019
Can you attach the data? Show your attempts/efforts?
Show the result picture (schematically) you want to see
Akzeptierte Antwort
Star Strider
am 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spectral Estimation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!