Polyfit with Some Coefficients Fixed

17 vues (au cours des 30 derniers jours)
Saeid
Saeid le 19 Oct 2018
I want to fit a set of data using polyfit, but I want certain coefficients to have fixed values. E.g., if the data is to be fitted to a second order polynomial,
y(x)=ax^2+bx+c
I want c to always be equal to zero. Is it possible to define constraints on the polyfit or should I just move on to the Curve Fitting Toolbox?

Réponses (1)

Torsten
Torsten le 19 Oct 2018
For the case you describe, you can use "polyfitn":
https://de.mathworks.com/matlabcentral/fileexchange/34765-polyfitn
Best wishes
Torsten.

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