NeuronCount

Read-only property that returns the number of neurons in the document.

Syntax

NeuronCount

Matlab Example

nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\MyDataFile.nex');
numNeurons = doc.NeuronCount;