Question: Write a MATLAB user defined function that determines the best fit of an exponential function of the form to a given set of data points.

Write a MATLAB user defined function that determines the best fit of an exponential function of the form to a given set of data points. Name the function function [a b] = ExpFit (x,y) where the input arguments x and y are vectors containing the data points, and the output arguments a and b are the values of the coefficients
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
