MATLAB: Extracting data from a graph image using ‘ginput’

ginputMATLAB

Hello,
I want to extract data using 'ginput' from an attached file.

Best Answer

Hi Changho LEE,
Firstly, you have to digitize your graph. You can find many methods on File Exchange - https://www.mathworks.com/matlabcentral/fileexchange/?term=digitize&sort=ratings_desc
Then you can use ginput.
Related Question