Center and scale a fit

I want to use the 'fit' command to model a dataset with a two term Gaussian model. I found an example about how to center and scale polyfit: [p,S,mu] = polyfit(x,y,n) but i have not been able to find an example how to center and scale the 'fit' command and then use the feval command to see the fit y values. Does anyone know how to do it?

 Accepted Answer

dpb
dpb on 31 May 2018

2 votes

There's a 'Normalize','off'|'on' Name-Value Pair Argument in the fitOptions Link fitOptions

More Answers (0)

Categories

Tags

Asked:

on 30 May 2018

Commented:

on 31 May 2018

Community Treasure Hunt

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

Start Hunting!