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