Home > chronux_0.5 > specscope > start_display.m

start_display

PURPOSE ^

SYNOPSIS ^

function start_display(ring,fig)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function start_display(ring,fig)
0002   
0003  set(fig,'XData',(1:length(ring)),'YData',ring); axis([1,length(ring),-0.3,0.3])
0004  drawnow
0005  
0006 return

Generated on Tue 16-Aug-2005 21:33:45 by m2html © 2003