Home > chronux > dataio > HowToReadNexFilesInMatlab > test_nex.m

test_nex

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 [nvar, names, types] = nex_info('test.nex');
0002 
0003 [n, ts] = nex_ts('test.nex', 'neuron1');
0004 
0005 [adfreq, n, ts, fn, d] = nex_cont('test.nex', 'continuous1');
0006 
0007 [adfreq, n, ts, nf, w] = nex_wf('test.nex', 'wave1');
0008 
0009 [n, nm, nl, ts, names, m] = nex_marker('test.nex', 'marker1');

Generated on Fri 28-Sep-2012 12:34:30 by m2html © 2005