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 个)

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