Spike Toolbox

STPciaerExport
Export a mapped spike train to a file or to text

Syntax
[mHardTrain] = STPciaerExport(stMappedTrain) [mHardTrain] = STPciaerExport(stMappedTrain, strFileName)

Description
stMappedTrain is a previously mapped spike train. strFileName is an optional argument specifying the name of a text file to export the spike train to. The exported train will be returned in mHardTrain. Spike trains are converted to [delta addrPhys] form before export, where delta is an inter-spike interval and addrPhys is a physical address as created by STAddrPhysicalConstruct.

See Also
STPciaerImport, STStimulate


$Id: STPciaerExport.html 1783 2005-08-31 21:05:51Z dylan $