summaryrefslogtreecommitdiffstats
path: root/SD-VBS/common/toolbox/toolbox_basic/disp/im.m
blob: a70791671ea8beadfd1a114a9e6cabe31076c450 (plain) (blame)
1
2
3
4
5
6
7
8
function im(I)

imagesc(I);drawnow;
pixval on
title(inputname(1))
%colormap(gray)
%colorbar
axis('image')