필터 지우기
필터 지우기

How to resize elements in GUI?

조회 수: 1 (최근 30일)
Andrew
Andrew 2013년 11월 9일
답변: Azzi Abdelmalek 2013년 11월 9일
Hello community,
I've made an app in GUIDE and I've launched it on another computer, with smaller screen, some elements are out of screen. How can I resize all my elements (some lements are out of my screen and I don't see them)?
Thanks in advance
Andrew

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 11월 9일
To get the screen size, use
screen_size=get(0,'ScreenSize');

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by