How to enable uipushtool 'ON' through guide for R2013a?
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Thanigaivel Raja T
 am 31 Okt. 2016
  
    
    
    
    
    Bearbeitet: Thanigaivel Raja T
 am 31 Okt. 2016
            I have a push button and uipushtool. I have set the uipushtool enable to 'off' by default. I wish to enable 'on' the uipushtool upon clicking of the pushbutton. But I am unable to find a way to access the uipushtool handles. Hence I'm unable to turn on the uipushtool. I use MATLAB R2013a.
Thanks in advance!
0 Kommentare
Akzeptierte Antwort
  Walter Roberson
      
      
 am 31 Okt. 2016
        Ideally, you would have saved the handle when you created the tool.
Otherwise, use findobj() with 'type' 'uipushtool' to get the handles of the tool. If you had given the uipushtool a unique tag you could findobj() on that tag.
5 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!