function h3d_test09_interp(f, n) figure for i=1:n subplot(1,n,i); g = interp2(f,i); imagesc(g); end