Document

Returns Document object for the specified document index.

Syntax

Document(documentIndex)

Parameters

Parameter

Type

Description

documentIndex

int

1-based document index

Return

Returns Document object.

Matlab Example

nex = actxserver('NeuroExplorer.Application');
% get the first opened document
doc = nex.Document(1);