필터 지우기
필터 지우기

Maximize gui window without pressing the button

조회 수: 2 (최근 30일)
Nik Sam
Nik Sam 2016년 6월 7일
답변: Jan 2016년 6월 7일
Hello,
I build a gui. Now if I press the maximized button in my window i have the desirable result. How can I have the same result without pressing the button but from the beginning? Any ideas? I tried that
set(gcf,'position',get(0,'ScreenSize'));
and that
set(gcf, 'units','normalized','outerposition',[0 0 1 1]);
but its not the same.

답변 (1개)

Jan
Jan 2016년 6월 7일
There are different things, which are called "maximized": Full screen for figure with and without border and both for the screen without the taskbar.
Under Windows you can use FEX: WindowAPI to get all 4 different kinds of maximization.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by