フィルターのクリア

how to curve fiting

2 ビュー (過去 30 日間)
afrah aziz
afrah aziz 2020 年 12 月 15 日
回答済み: KALYAN ACHARJYA 2020 年 12 月 16 日
How can I enter data into a script to do curve fitting?

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 12 月 16 日
There is no description about the question. So I considered it as a sample example
x=(1:20)'; % Example Make column data
y=log(x);
fit_data=fit(x,y,'poly2')
plot(fit_data,x,y);
More details, please see fit

カテゴリ

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