Maximize gui window without pressing the button
2 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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.
You find several tools in the FileExchange: http://www.mathworks.com/matlabcentral/fileexchange/?utf8=%E2%9C%93&term=maximize+figure
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!