Please help on curve fitting
Ältere Kommentare anzeigen
I need to fit my data sets to an equation Y = A + Bx^2 + C D^4. With my limited knowledge, I have tried p=polyfit(x,y,4); which returned with values for coefficients of x and x^3 terms. Would really apprecite any help.
Thank you
Akzeptierte Antwort
Weitere Antworten (0)
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!