Disable specific icon in toolbar
이전 댓글 표시
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.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!