Disable specific icon in toolbar
Afficher commentaires plus anciens
how to disable a specific icon in "current figure toolbar" alone in matlab. I am working with GUIDE. if i use the command:- h=findall(gcf,'ToolTipString','x'); set(h,'visible''off'); Here consider X is the icon. After execution of this command the icon in all figure is getting deleted.. I dont want this to happen. Only In current figure which is opened, the icon should disappear.
Réponses (0)
Catégories
En savoir plus sur Migrate GUIDE Apps dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!