It's posible to make figure always maximized and block minimized option?

9 vues (au cours des 30 derniers jours)
GDelga
GDelga le 8 Fév 2020
I'm trying to make UIFigure in App Designer always maximized and block the minimized/maximized button in Windows and Linux
Thank you

Réponses (2)

Stijn Haenen
Stijn Haenen le 8 Fév 2020
You can do this with position function of a handle:
h=figure();
h.Position=[1,41,1536,749] % depends on your screen size, 1 41 is the pixel left just above my taskbar, width and heigth are 1536 and 749

Walter Roberson
Walter Roberson le 8 Fév 2020

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by