Convert graph to equatio (software)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 5K views
cindylky
Messages
3
Reaction score
0
Hi. I'm new to this forum. I would like to ask is there any software that can convert graph to equation. My graph is in xy graph. I need to create a new accurate equation to make data more precisely. Appreciate to anyone who can help.
 
Physics news on Phys.org
That's an intractable problem in general. You might try performing regression; any statistics software will do it for you (e.g. MATLAB, R).
 
if i have a set of data that able to draw graph, can i apply the data to generate the equation?
 
If you have the xy data you can fit a function to it. If you have MATLAB I'd use the Curve Fitting Toolbox, cftool. It offers a nice GUI showing the data set and the fit, and offers several basis functions to choose from.
 
If you don't have matlab, Microsoft Excel can also do some basic regressions/curve fitting.
 
Andre said:
If you don't have matlab, Microsoft Excel can also do some basic regressions/curve fitting.

Btw, how to call that function out from microsoft excel after ploting the graph?
 
There's a built-in Excel function that will give you the weights for a fitted basis function; I don't remember what it is.