How to change the menu appearance in a gui created by GUIDE
4 次查看(过去 30 天)
显示 更早的评论
Is there a method to change the menu appearance (e.g. fontsize) in a gui created by GUIDE?
0 个评论
回答(2 个)
Image Analyst
2025-7-28
编辑:Image Analyst
2025-7-28
Not in R2025a and later because it doesn't allow changes to GUIDE guis. But for earlier versions, I think all the pulldown menu appearances are controlled by the fonts in your operating system's font setting / window appearance application. But changing them there would make the change for all the applications, not just MATLAB or your specific program's GUI.
0 个评论
Walter Roberson
2025-7-28
You can make limited changes by coding (for example)
set(groot, 'DefaultTextFontSize', 14)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!