fitting 2d data set fit function is not working
Ältere Kommentare anzeigen
Hi,
this is my data set and I wanted to try to get a fit for it.
well, did not work with
fit([x,y],z,'poly23');
first it said: Dimensions of matrices being concatenated are not consistent.
then I made x and y the same length and
it said: Y must be a column vector.
And now I am stack. help please.
thanks
Akzeptierte Antwort
Weitere Antworten (1)
Asliddin Komilov
am 4 Mär. 2020
2 Kommentare
Thiago Henrique Gomes Lobato
am 4 Mär. 2020
Sometimes yes, but in your case no. In your case you got an equation that basically perfect fits your curve.
Asliddin Komilov
am 5 Mär. 2020
Kategorien
Mehr zu Linear and Nonlinear Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
