I have matlab figures in .jpg file how can I export data points of the graph in excel.
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 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.
Réponses (1)
Image Analyst
le 29 Mai 2018
0 votes
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.
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!