How to exract data from a figure and insert x and y values into a .mat file ?
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Cladio Andrea
 le 18 Fév 2015
  
    
    
    
    
    Réponse apportée : emehmetcik
      
 le 18 Fév 2015
            Hello everyone, i have a discrete plot figure , which shows the generated packet size over time , i want to see the x and y values in .mat file i use that
x = get(gco,'xdata')
y = get(gco,'ydata')
now i have the x and y values(200 per each), but i wanna have a .mat file 200x2 that shows x and and its corresponding y in the same row, Can anyone help please? Thank you so much in advance!
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Workspace Variables and MAT Files 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!

