Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Full screen image display (without the frame)

49 views
Skip to first unread message

Jim River

unread,
Jan 3, 2004, 9:45:24 AM1/3/04
to
When an image is displayed, there is always a frame around it. Is it
possible to get rid of the frame? And how to display a full screen
image without the frame? (similar function in Powerpoint)

Thanks,
Jim

us

unread,
Jan 3, 2004, 11:35:01 AM1/3/04
to
Jim River:
<SNIP wants to display his fig all over the screen>

unfortunately, there isn't a function/mode that does quite what you
want.
a few things, however, will make your fig <grand>

% 1) apply the screen size to the fig size
p=get(0,'screensize');
set(gcf,'position',p);
% 2) get rid of the toolbar(s)
set(gcf,'windowstyle','modal');
% ... with some drawbacks!

us

0 new messages