who can help me write matlab codes for curve fitting?

1 回表示 (過去 30 日間)
Ming
Ming 2014 年 8 月 12 日
編集済み: Salaheddin Hosseinzadeh 2014 年 8 月 13 日
I want to fit these 25 curves.who can write codes for me? my curve fitting function is f(x)=a+b/(1+(d*x)^c)

回答 (2 件)

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2014 年 8 月 12 日
Hi Ming,
Try to read your xlsx data using this command "xlsread"
type 'doc xlsread' in matlab command line to see its details.
Then type 'cftool' so that matlab curve fitting toolbar opens you can chose your fit, and when you're satisfied you can go to 'File > Generate Code' and save it as an .m file.
Then take a look inside the created m file and i'm sure you'll learn how to do it without curve fitting interface ;)
Good Luck!
  4 件のコメント
Ming
Ming 2014 年 8 月 13 日
I just do not know how to write a loop for this program.
Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2014 年 8 月 13 日
編集済み: Salaheddin Hosseinzadeh 2014 年 8 月 13 日
Could you successfully read the xls file and create 25 set of data?

サインインしてコメントする。


Pratik Bajaria
Pratik Bajaria 2014 年 8 月 13 日
Hello, Please go though the 'fit' and 'polyfit' function help in matlab. These might address your query. http://www.mathworks.in/help/curvefit/fit.html and http://www.mathworks.in/help/matlab/ref/polyfit.html and the corresponding related functions too.
Please let me know in case of any further queries.
Regards, Pratik

カテゴリ

Help Center および File ExchangeGet 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