suppose there are two buttons in a GUI and from first button i browsed an image and now i want to use that image in the callback function of second button for further processing on that image with second button.???
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    ayushi
 il 2 Mag 2016
  
    
    
    
    
    Commentato: Walter Roberson
      
      
 il 17 Mag 2016
            how to use that please guide me because i am new to matlab
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 2 Mag 2016
        2 Commenti
  Walter Roberson
      
      
 il 17 Mag 2016
				In the first part you need
handles.MyImage = MyImage;
In the second part, after
if isfield(handles,'MyImage')
you need
MyImage = handles.MyImage;
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Read, Write, and Modify Image 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!

