How can I solve this function below?
Show older comments

parameters:a b c
KNOWN:(x1,y1),(x2,y2)... ...(xn,yn) How can I figure out all the parameters by using MATLAB?
Accepted Answer
More Answers (1)
the cyclist
on 26 Apr 2014
0 votes
If you have the Statistics Toolbox, you could use the nlinfit() function to solve this.
1 Comment
Hui
on 27 Apr 2014
Categories
Find more on Operating on Diagonal Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!