function fullscreen(h) %FULLSCREEN Set the window size to the screen size % % Copyright (c) 1995 by Claudio Rivetti and Mark Young % claudio@alice.uoregon.edu, mark@alice.uoregon.edu % if nargin==0 h=gcf; end set(h, 'position', screensize) return