MATLAB - Numerical Methods
You want to fit a custom exponential model
y = a*exp(b*x) to data vectors x and y. Which MATLAB command correctly fits this model?