How to enable uipushtool 'ON' through guide for R2013a?
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
    Thanigaivel Raja T
 2016 年 10 月 31 日
  
    
    
    
    
    編集済み: Thanigaivel Raja T
 2016 年 10 月 31 日
            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 件のコメント
採用された回答
  Walter Roberson
      
      
 2016 年 10 月 31 日
        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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
			
	製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

