disp('test'); x=[1:10]; y=sin(x); plot(x,y); status=close; if(status) exit; end