Can you save a cfit object (created programmatically using the 'fit' function) as a .sfit file to be opened in the curve fitting app?
Afficher commentaires plus anciens
I want to write some code where an inital attempt at curve fitting is done programatically, with an option for a user to open the fit in the curve fitting app which will allow them to play with the fit?
I have been unsucsessfull in using the following syntax as although it does create a .sfit file, that file is not recognised when i attempt to load it into the curve fitting app.
Where DataFit is the object resulting from use of the 'fit' function.
save MyFit.sfit DataFit
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox 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!