Display images in fullscreen mode
by Julian
15 Oct 2010
(Updated 25 Oct 2010)
Helps you display images in fullscreen mode without using Java.
|
Watch this File
|
| File Information |
| Description |
accepts filenames or an image data array (specification of a colormap is possible) as input. Use the function in the following way:
fullscreen('filename','dateiname.png','screennumber',ScreenNumber);
fullscreen('cdata',ImageDataArray,'screennumber',ScreenNumber);
fullscreen('cdata',ImageDataArray,'map',ColorMap,'screennumber',ScreenNumber);
|
| MATLAB release |
MATLAB 7.9 (2009b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 25 Oct 2010 |
Bugfix: In the first version there was a bug which caused the images not to be shown in the fullscreen window, if there was another figure present. Should be working correctly now. |
|
Contact us at files@mathworks.com