How to change the menu appearance in a gui created by GUIDE

조회 수: 4 (최근 30일)
warnerchang
warnerchang 2025년 7월 28일
댓글: warnerchang 2025년 8월 9일
Is there a method to change the menu appearance (e.g. fontsize) in a gui created by GUIDE?

답변 (2개)

Image Analyst
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.

Walter Roberson
Walter Roberson 2025년 7월 28일
You can make limited changes by coding (for example)
set(groot, 'DefaultTextFontSize', 14)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by