MATLAB: Which module of matlab is helpful for doing curve fitting using a equation

curve fittingMATLAB

i want to do curve fitting using a equation which command i use….and i also have lower and upper bounds of parameters

Best Answer

See fit(). You can fit any arbitrary function with bounds on its parameter values.