How to read the data point from a image?
Show older comments
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)
Walter Roberson
on 20 Dec 2015
0 votes
In no particular order, and probably not complete:
1 Comment
Matthias
on 10 Feb 2020
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.
Categories
Find more on Image Preview and Device Configuration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!