Sine curve fitting for the given data
3 ビュー (過去 30 日間)
古いコメントを表示
I have a set of data,I need to fit the data to sine curve ..
Suggest a code..
Thanks
0 件のコメント
採用された回答
LUI PAUL
2015 年 3 月 31 日
try this
cftool(data11(:,1),data11(:,2)); and follow the figure
<<
>>
0 件のコメント
その他の回答 (1 件)
Andreas Goser
2015 年 3 月 31 日
編集済み: Andreas Goser
2015 年 3 月 31 日
"Suggest a code"...
Well, anyway, let us know if you have the Curve Fitting Tbx or Optimization Tbx available (output of 'ver' command) and provide a sample of data like 20 data points and then we can suggest an approach for you to code.
4 件のコメント
Torsten
2015 年 3 月 31 日
Sorry, should read
[x,resnorm] = lsqcurvefit(myfun,x0,xdata,ydata);
Best wishes
Torsten.
参考
カテゴリ
Help Center および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!