How to construct an anonymous function from the result of the fit command?
Mostra commenti meno recenti
Hello,
I am trying to do some data fitting with a data set that resembles an air bubble when plotted. I am trying to obtain a function that defines the surface of the bubble. The following result perfectly fits the the profile.
f=fit(x(:,2),-y(:,1),'smoothingspline')
plot(f,x(:,2),-y(:,1)
Now, I would like to create an anonymous function. How can I accomplish this?
Thank you.
Risposta accettata
Più risposte (1)
The Matlab Spot
il 26 Dic 2013
Modificato: The Matlab Spot
il 26 Dic 2013
0 voti
Categorie
Scopri di più su Interpolation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!