Home > chronux > spectral_analysis > 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 Fri 28-Sep-2012 12:34:30 by m2html © 2005