function plot_pause x = rand (10,1); y = rand (size (x)); plot (x,y); pause (); endfunction