matlab linear algebra plot
Show older comments
It was observed that the curve passing through the points of (100, 0.2), (400, 0.45) and (600, 0.57) can be expressed with the quadratic equation, f (x) = a + bx + cx2 i) Determine the coefficients of the quadratic equation.
ii) Plot y vs. x graph along the quadratic curve. Do not forget to label the graph properly
1 Comment
Walter Roberson
on 28 Nov 2020
polyfit()
Answers (1)
M.Many
on 28 Nov 2020
0 votes
Go to the tabs "Tools" -> "Basic fitting" in the plot. There you can get these values.
Categories
Find more on Spline Postprocessing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!