transform cfit (fitted data) into a numeric data array
Ältere Kommentare anzeigen
f=fit(x,y,'linearinterp');
I need to save f fitted numeric data from the original data into a different array such as;
fitted_data=f
How I can transform cfit type of fitted data to the numeric (double) fitted data?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Fit Postprocessing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!