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

4 visualizaciones (últimos 30 días)
warnerchang
warnerchang el 28 de Jul. de 2025
Comentada: warnerchang el 9 de Ag. de 2025
Is there a method to change the menu appearance (e.g. fontsize) in a gui created by GUIDE?

Respuestas (2)

Image Analyst
Image Analyst el 28 de Jul. de 2025
Editada: Image Analyst el 28 de Jul. de 2025
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 el 28 de Jul. de 2025
You can make limited changes by coding (for example)
set(groot, 'DefaultTextFontSize', 14)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by