comparison scripts/image/image.m @ 7074:87151f298e6a

[project @ 2007-10-26 17:57:34 by jwe]
author jwe
date Fri, 26 Oct 2007 17:57:34 +0000
parents a1dbe9d80eee
children e8d953d03f6a
comparison
equal deleted inserted replaced
7073:66c6cab344f7 7074:87151f298e6a
37 37
38 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 38 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
39 ## Created: July 1994 39 ## Created: July 1994
40 ## Adapted-By: jwe 40 ## Adapted-By: jwe
41 41
42 function image (x, y, img) 42 function h = image (x, y, img)
43 43
44 ## Deprecated zoom. Remove this hunk of code if old zoom argument 44 ## Deprecated zoom. Remove this hunk of code if old zoom argument
45 ## is outmoded. 45 ## is outmoded.
46 if ((nargin == 2 && isscalar (y)) || nargin == 4) 46 if ((nargin == 2 && isscalar (y)) || nargin == 4)
47 warning ("image: zoom argument ignored -- use GUI features"); 47 warning ("image: zoom argument ignored -- use GUI features");