Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

The art of Full-sceening

조회 수: 1 (최근 30일)
Greg
Greg 2013년 7월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
TLDR: F11 for Matlab figure ?
Hi people of the internet,
As you may know, one of the solution to make a clean figure is:
hfig = figure('NumberTitle','off',...
'MenuBar','none',...
'Units','normalized',...
'Position',[0 0 1 1]);
And to maximize this figure programmatically I also use
maxfig(hfig,1)
Well okay, but as you may know, there is still a bar at the top of the figure, the windows bar.
So here is the question: is there a way to really put the figure "full-screen" automatically ?
For instance F11 works perfectly with internet browsers. Is there an equivalent for Matlab figure? Or is there a way to code it? Even en C ?
Thank for your help.
  댓글 수: 1
Walter Roberson
Walter Roberson 2013년 7월 30일
Which operating system?

답변 (1개)

Jan
Jan 2013년 7월 30일
This allows a fullscreen view to the inner and outer position filling the screen with and without the taskbar, and even cropping the window border such that they do not appear in a multi-monitor setup. A more convenient M-code wrapper is coming soon.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by