How to autoload a custom function in cftools
4 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Sarah Wait Zaranek
on 23 Nov 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 Comments
More Answers (3)
Sarah Wait Zaranek
on 28 Nov 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 Comments
See Also
Categories
Find more on Curve Fitting Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!