How to read the data point from a image?

The data in the literature is always important, and worth reuse. How to get the data if I only have image file, eg jpg, bmp, png, etc. A image example is attached in this question.
Thanks
Q.Q.

Answers (1)

1 Comment

was once a pick of the week and worked well for me.
However, I had to change line 273 from
if (writefname == 0) | (writepname == 0),
into
if sum(writefname == 0) || sum(writepname == 0),
to work properly.

Sign in to comment.

Asked:

on 20 Dec 2015

Commented:

on 10 Feb 2020

Community Treasure Hunt

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

Start Hunting!