comparison scripts/image/image.m @ 7315:3ceb12c499e9

[project @ 2007-12-13 21:35:36 by jwe]
author jwe
date Thu, 13 Dec 2007 21:35:36 +0000
parents 1e8e64d71e34
children b93ac0586e4b
comparison
equal deleted inserted replaced
7314:8e5feea0545a 7315:3ceb12c499e9
68 68
69 oldax = gca (); 69 oldax = gca ();
70 unwind_protect 70 unwind_protect
71 axes (ax); 71 axes (ax);
72 h = __img__ (x, y, img, varargin {firstnonnumeric:end}); 72 h = __img__ (x, y, img, varargin {firstnonnumeric:end});
73 set (ax, "layer", "top");
73 unwind_protect_cleanup 74 unwind_protect_cleanup
74 axes (oldax); 75 axes (oldax);
75 end_unwind_protect 76 end_unwind_protect
76 77
77 if (nargout > 0) 78 if (nargout > 0)