OpenDocument

Opens the specified data file. Returns Document object if succeeded.

Syntax

OpenDocument(documentPath)

Parameters

Parameter

Type

Description

documentPath

string

Full data file path

Return

Returns Document object.

Matlab Example

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