0001 function set_axis(h) 0002 0003 if nargin < 1 0004 h = gca; 0005 end 0006 0007 set(h, 'box', 'off', 'tickdir', 'out');