It's posible to make figure always maximized and block minimized option?
5 ビュー (過去 30 日間)
古いコメントを表示
I'm trying to make UIFigure in App Designer always maximized and block the minimized/maximized button in Windows and Linux
Thank you
0 件のコメント
回答 (2 件)
Stijn Haenen
2020 年 2 月 8 日
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop uifigure-Based Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!