view test/@Blork/display.m @ 9771:4634a0e9ea1b

gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
author Stefan Hepp <stefan@stefant.org>
date Mon, 02 Nov 2009 21:34:04 -0500
parents f9ab19428cd8
children
line wrap: on
line source

function display( s )

  disp([inputname(1),'.bleek = '])
  disp(' ');
  disp(s.bleek);

end