how can i find the the equation between two variables from their graph
Show older comments
if A & B are two arrays of a given data.after ploting it and curve fitting ( A=[2 4 6]; B=[1 2 3]; d=plot(A,B)) how can i retrieve the differential equation between A & B? let the equation is second order
1 Comment
manoj saini
on 20 Oct 2012
TRY THE CODE polyfit(A,B,2)
Accepted Answer
More Answers (0)
Categories
Find more on Networks 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!