Document

NeuroExplorer Application object provides access to the open documents. For example, to open a document in NeuroExplorer in Matlab script, you can use:

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

Here OpenDocument method returns a Document object corresponding to the specified data file.

The properties and methods of the Document object are listed below.