samer@47: function H=imagexy(varargin) samer@47: % IMAGEXY - Just like imagesc but with axis xy samer@47: samer@47: h=imagesc(varargin{:}); samer@47: if nargout>0, H=h; end samer@47: axis xy;