Convert graph to equatio (software)

AI Thread Summary
Software options for converting graphs to equations include MATLAB and R, which can perform regression analysis. Users can fit functions to their xy data using MATLAB's Curve Fitting Toolbox or Microsoft Excel for basic regressions. Excel also has built-in functions to retrieve weights for fitted basis functions after plotting a graph. Accurate equations can be generated from data sets to enhance precision. These tools provide effective solutions for transforming graphical data into mathematical equations.
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.
 

Similar threads

Back
Top