필터 지우기
필터 지우기

How to autoload a custom function in cftools

조회 수: 4 (최근 30일)
michael
michael 2011년 11월 23일
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 ?

채택된 답변

Sarah Wait Zaranek
Sarah Wait Zaranek 2011년 11월 23일
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.

추가 답변 (3개)

michael
michael 2011년 11월 23일
Yeah to be honest I am using R2011a. I am semi-glad I did because when doing analysis of bifurcations of choatic systems, it kind of helps to have the exceptions tool. This is becuase some time you just want to know what shape the top of a curve of data looks like.
Do you know 'legacy' option allows you to create new exceptions? Or if Matlab is planning on add it back in at some point?

Sarah Wait Zaranek
Sarah Wait Zaranek 2011년 11월 28일
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.

michael
michael 2011년 11월 29일
Thanks ;3

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by