Wednesday, October 27, 2004

Full screen in Matlab

Download the toolbox at: http://psychtoolbox.org/, Set Path -> add with subfolders...

window = screen(0, 'OpenWindow');
screen(window, 'PutImage', uint8(inputimage));
screen('close');

where 'inputimage' is the image you want to show on the screen

No comments:

Post a Comment