I have matlab figures in .jpg file how can I export data points of the graph in excel.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 30 de Mayo de 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.
Respuestas (1)
Image Analyst
el 29 de Mayo de 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 comentarios
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!