I have matlab figures in .jpg file how can I export data points of the graph in excel.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 30 Mag 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.
Risposte (1)
Image Analyst
il 29 Mag 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 Commenti
Vedere anche
Categorie
Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!