delete the figure header ?
Mostra commenti meno recenti
Hey Guys, me again. Is it possible to delete the header of a figure. by header I mean the area where the name of the figure and the cross the close the figure are. I just want a empty figure....without anything. I use 'MenuBar', 'None' to delete the menuBar but its not empty enough.
2 Commenti
Hikaru
il 4 Set 2014
Not sure if I understood your question, you might want to show pictures here.
But if you just want an empty figure (just the plot area/without the menu bar) you could use Edit >> Copy figure and paste it somewhere else
Max Müller
il 4 Set 2014
Risposta accettata
Più risposte (1)
Eran Bernstein
il 19 Ott 2021
Got the same problem and fixed it by editing 'WindowState' to fullscreen after removing the menu bar. It's does a similar effect to pressing F11 in Chrome and other programs and pressing 'Esc' afterwards exits fullscreen mode and reverts 'WidowState' back to normal.
fig = figure('MenuBar','none');
fig.WindowState = 'fullscreen';
Categorie
Scopri di più su Graphics Performance in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!