How do I extract data from the graph in this image?
Show older comments
Hi,
I need to collect the data which is displayed in this image. I have to do this to quite a few images so I'm wondering if there is a way to it as quick and smoothly as possible?
I do have image processing toolbox but I'm very new to Mathworks so I would appreciate as much help as I could get.
Thanks!
6 Comments
Walter Roberson
on 29 Jan 2024
https://www.mathworks.com/matlabcentral/fileexchange?q=tag%3Adigitize links to a number of different contributions suitable for digitizing graphs from images.
Fredrik
on 29 Jan 2024
Walter Roberson
on 29 Jan 2024
Yes, some of the contributions can do that
Fredrik
on 29 Jan 2024
Mathieu NOE
on 30 Jan 2024
that may help , but it's the method , you still have to work a little bit
it also depends if your pictures are all similar or not
Given the relatively low resolution for the number of datapoints, you can expect that the error will be significant. Consider that the image doesn't have enough resolution for the bar graph to be represented without aliasing, so the apparent x-spacing between points will not be periodic. The fact that it's not constant is purely an artifact of the use of an image as a lossy means of storing data.
Accepted Answer
More Answers (1)
Hi there. Maybe try an external tool line graph2table
Categories
Find more on Spline Postprocessing 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!