I have matlab figures in .jpg file how can I export data points of the graph in excel.

Answers (1)

Try using ginput() to identify endpoints of the axes, then use imfreehand() to get the coordinates of the curve, then scale them to get the calibrated points. Sorry, I don't have code for this, you'll have to write it.

Asked:

on 29 May 2018

Commented:

on 30 May 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!