Effacer les filtres
Effacer les filtres

How to plot a simple curve fitting in Matlab?

1 vue (au cours des 30 derniers jours)
Ayob
Ayob le 1 Jan 2016
Réponse apportée : KSSV le 1 Jan 2016
Hi
I'm trying to use Matlab curve fittings. I used X=[1,2,3] and Y=[3,4,5] as known data and the codes introduced below:
f=fit(X,Y,'poly2')
plot(f,X,Y)
But it doesn't work! How should I edit it?

Réponse acceptée

KSSV
KSSV le 1 Jan 2016
Make X and Y a column vector. Or use f=fit(X',Y','poly2') ;

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by