how to extract data from 2D graph?

5 vues (au cours des 30 derniers jours)
Safwana Razak
Safwana Razak le 7 Jan 2019
Commenté : Safwana Razak le 8 Jan 2019
Hi,
I got 2D graph like attacment. how to extract the data from .jpg? i do convert it in .fig but i have error:
"No appropriate method, property, or field 'ZData' for class 'matlab.graphics.primitive.Image'.
Error in test123 (line 12)
z = dataObjs(1).ZData"
Thanks untitled.jpg

Réponse acceptée

KSSV
KSSV le 7 Jan 2019
If you have .fig,,,you can get the handles of the figure and the handles have XData and YData.
  1 commentaire
Safwana Razak
Safwana Razak le 8 Jan 2019
thank you so much

Connectez-vous pour commenter.

Plus de réponses (1)

madhan ravi
madhan ravi le 7 Jan 2019
https://www.mathworks.com/matlabcentral/answers/100687-how-do-i-extract-data-from-matlab-figures#answer_110036 - save your graph as .fig instead of .jpg ("No appropriate method, property, or field 'ZData' for class 'matlab.graphics.primitive.Image'. )
  1 commentaire
Safwana Razak
Safwana Razak le 8 Jan 2019
If i get my graph from report format like pdf or word or .jpg? when i convert into .fig i got the error mgs:
"No appropriate method, property, or field 'ZData' for class 'matlab.graphics.primitive.Image'.
Error in test123 (line 12)
z = dataObjs(1).ZData"

Connectez-vous pour commenter.

Catégories

En savoir plus sur Graphics Object Identification dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by