data from JPEG
6 次查看(过去 30 天)
显示 更早的评论
I have a *.jpeg image of a x-y scatter plot (not monotonic), and I would like to extract the data points. Any ideas? I was going to do it manually by pixels, but I figured that there is a good way to do that with linear algebra.
2 个评论
LALIT PANKAJ GROVER
2021-9-23
How can I extract the data from this jpeg file. Any suggestion are welcomed.
回答(1 个)
John Barber
2011-8-1
The File Exchange program GRABIT is a good way to extract data points from an image of a graph. Download it here: http://www.mathworks.com/matlabcentral/fileexchange/7173
4 个评论
Image Analyst
2011-8-1
FFT function ?!?!? Do you know what the FFT is?
I suppose you could use image analysis (thresholding, labeling, regionprops) if your points were well isolated and you had already cropped the axes, tick marks, etc. out of your image. I second Ashish's suggestion.
lakshmi boddu
2018-4-3
Hello sir , can you please help me how to draw a scatter plot for a jpg image
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!