Filter löschen
Filter löschen

how to curve fiting

2 Ansichten (letzte 30 Tage)
afrah aziz
afrah aziz am 15 Dez. 2020
Beantwortet: KALYAN ACHARJYA am 16 Dez. 2020
How can I enter data into a script to do curve fitting?

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 16 Dez. 2020
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

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by