I have matlab figures in .jpg file how can I export data points of the graph in excel.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have matlab figures in jpg file how can I export data points of the graph in excel. I attached example can any one help.
1 Kommentar
Walter Roberson
am 30 Mai 2018
Duplicates earlier https://www.mathworks.com/matlabcentral/answers/403025-i-am-using-this-code-to-convert-jpg-file-to-maltab-fig-but-in-matlab-lab-file-there-is-no-figure-r which also has answers.
Antworten (1)
Image Analyst
am 29 Mai 2018
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!