How to autoload a custom function in cftools
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hey everyone,
Recently, I discovered this wonderful tool pack called cftool. For my analysis, I found that the custom function f(x) = sqrt(a*x-b) was the best fit. However, I have to curve fit about 234 different trails, so it has gotten quite tedious. Is it possible to write a line of code that autoloads my function into cftool ?
0 comentarios
Respuesta aceptada
Sarah Wait Zaranek
el 23 de Nov. de 2011
A couple of options for you.
1. You can autogenerate the code to do the fit from cftool. Then you can repeat the analysis with your different trail data without even having to use cftool except for setting up the initial fit. This will be the most automated way.
2. You can save a session in cftool and then reopen it and replace the data.
The surface fitting and curve fitting tools were merged in R2011b so I can't give you a doc link for your tool - but it should be in your documentation.
0 comentarios
Más respuestas (3)
Sarah Wait Zaranek
el 28 de Nov. de 2011
I believe what you want to do is to highlight the data you don't want to fit using the "outlier" tool.
You can also probably set the weights to zero if you want to it in a less point-and-click way.
0 comentarios
Ver también
Categorías
Más información sobre Curve Fitting Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!