How to adjust GUI to fit screens of varying resolution

4 ビュー (過去 30 日間)
Pankaja Tanjore
Pankaja Tanjore 2015 年 7 月 31 日
回答済み: Walter Roberson 2015 年 8 月 1 日
Hello,
I have created a GUI in Guide.When i run my GUI in different computers of different resolution the screen is not fit to other screens. I want my GUI to adjust to fit screens of different varying resolution, as my application will be used on different computers.
It would be grateful if u let me know you how to do this.
Looking forward to hear from you at the earliest.
Thanks
Pankaja

回答 (2 件)

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 7 月 31 日
Get the screen size
screensize = get( 0, 'Screensize' )
  1 件のコメント
Adam
Adam 2015 年 7 月 31 日
or
screensize = get( groot, 'Screensize' )
if you are using R2014b or later.

サインインしてコメントする。


Walter Roberson
Walter Roberson 2015 年 8 月 1 日

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by