No BSD License  

Highlights from
Fullscreen 1.1

5.0

5.0 | 1 rating Rate this file 20 Downloads (last 30 days) File Size: 1.39 KB File ID: #23404

Fullscreen 1.1

by Pithawat Vachiramon

 

23 Mar 2009

Display fullscreen images on multiple displays (updated)

| Watch this File

File Information
Description

The package contains an m file for displaying fullscreen matlab images. The user can specify the display number for the image to be shown. This is a cross platform solution using Java function built into Matlab 7.x and has been tested on Windows and Linux machines.

Acknowledgements

The author wishes to acknowledge the following in the creation of this submission:
Fullscreen

MATLAB release MATLAB 7.1.0 (R14SP3)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (5)
05 Aug 2010 Andrew King

seems to work well, could be nicely improved with scaling abilities.

19 Jan 2011 Christopher Kanan

It works well in Windows 7; however, I shared my code with an OSX user and it apparently only displays a black screen instead of an image. Any suggestions?

17 Oct 2011 Alejandro Camara Iglesias

In Windows 7 with Matlab 2010b, the JFrame set to fullscreen via setFullScreenWindow(myjframe) iconifies when it looses the focus.

To prevent this behavior you can set the location of the frame via setLocation (as it is being done right now) and also set the dimensions of the frame to the screen resolution via setSize(bounds.height, bounds.width).

You would only need to change the line:

gds(device_number).setFullScreenWindow(frame_java);

with:

frame_java.setSize( bounds.height, bounds.width );

I hope it helps :-)

11 Nov 2011 Zoltan

Very nice, but I have a problem.
It can't display the fullscreen image under Linux 2.6.24 and X.Org X Server 1.6.4 on the second screen. Is there any solution?

11 Nov 2011 Zoltan

I found the solution: under Linux it is important to have the second screen activated at the moment MATLAB starts. ( http://www.mathworks.ch/help/techdoc/ref/rootobject_props.html )

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
example Pithawat Vachiramon 23 Mar 2009 14:10:43
fullscreen Pithawat Vachiramon 23 Mar 2009 14:10:43
image Pithawat Vachiramon 23 Mar 2009 14:10:43
full screen Pithawat Vachiramon 23 Mar 2009 14:10:43
gui Pithawat Vachiramon 23 Mar 2009 14:10:43
gui tools Pithawat Vachiramon 23 Mar 2009 14:10:43
multiple displays Pithawat Vachiramon 23 Mar 2009 14:10:43
example Martin 14 Oct 2009 07:14:49
full screen Leonardo 29 Oct 2009 17:16:34
example HK 15 Feb 2011 10:56:23
example Christian 01 Feb 2012 14:10:03
full screen Christian 01 Feb 2012 14:10:09
fullscreen Christian 01 Feb 2012 14:10:14
gui Christian 01 Feb 2012 14:10:18
gui tools Christian 01 Feb 2012 14:10:19
image Christian 01 Feb 2012 14:10:21
multiple displays Christian 01 Feb 2012 14:10:23

Contact us at files@mathworks.com