comparison scripts/image/image_viewer.m @ 6944:96714c92a278

[project @ 2007-10-02 16:53:00 by jwe]
author jwe
date Tue, 02 Oct 2007 16:53:00 +0000
parents 44c91c5dfe1d
children 93c65f2a5668
comparison
equal deleted inserted replaced
6943:f6d78960f674 6944:96714c92a278
58 ## With three input arguments it is possible to change the zooming. 58 ## With three input arguments it is possible to change the zooming.
59 ## Some programs (like @code{xloadimage}) require the zoom factor to be 59 ## Some programs (like @code{xloadimage}) require the zoom factor to be
60 ## between 0 and 100, and not 0 and 1 like Octave assumes. This is 60 ## between 0 and 100, and not 0 and 1 like Octave assumes. This is
61 ## solved by setting the third argument to 100. 61 ## solved by setting the third argument to 100.
62 ## 62 ##
63 ## @seealso{image, imshow, __img_gnuplot__, __img_via_file__} 63 ## @seealso{image, imshow}
64 ## @end deftypefn 64 ## @end deftypefn
65 65
66 function [ocmd, ofcn, ozoom] = image_viewer (cmd, fcn, zoom) 66 function [ocmd, ofcn, ozoom] = image_viewer (cmd, fcn, zoom)
67 67
68 persistent view_cmd; 68 persistent view_cmd;