i search on matlab searching question but not found it.
I have a graph with a curve. I want to know the Y value from my graph
example X = 10
how to find Y?
thx.
No products are associated with this question.
Since your question is not really clear there are a few possibilities of how to get the value. Two methods are displayed beneath assuming that the graph is plotted in Matlab.
If the graph is an image, e.g. a 'jpg' or 'tiff', you have to resort to other methods to directly read the information from the image.
my plot in matlab file. actually the curve is hyperbolic. X data is heigh
Y is velocity
so I want to find E=1/2 mv^2.
I have m data it is ok to find one by one Y data. by using Data Cursor. I want find many Y data from this plot.
So all you have is a .fig file with the saved figure? You have absolutely no way to get the original data that was plotted to make the figure? There are submissions in the File Exchange to help you digitize values off a picture, such as http://www.mathworks.com/matlabcentral/fileexchange/36904-matlab-script-for-digitizing-a-published-graph
Thx, guys, i already find it on this:
http://www.mathworks.nl/matlabcentral/newsreader/view_thread/249507
2 Comments
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/45973#comment_94398
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/45973#comment_94403
not this what i man, i have no X, Y data. I only have hiperbolic curve in matlab graph/file.