Neuroncount property – Multichannel Systems NeuroExplorer User Manual

Page 341

Advertising
background image

6.2.8. NeuronCount Property

Document.NeuronCount Property


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

Syntax


int NeuronCount

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

doc = nex.OpenDocument('C:\Data\TestDataFile.nex');

numNeurons = doc.NeuronCount;

JavaScript

var nex = new ActiveXObject("NeuroExplorer.Application");

var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");

var numNeurons = doc.NeuronCount;

See Also

Document Interface

COM/ActiveX Interfaces

Page 339

Advertising