Getnumericalresults method – Multichannel Systems NeuroExplorer User Manual

Page 358

Advertising
background image

6.2.25. GetNumericalResults Method

Document.GetNumericalResults Method


Returns 2-dimensional array of numerical results for the first graph view of the document.

Syntax


Array GetNumericalResults()

Returns


Returns 2-dimensional array of numerical results.

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

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

% apply AutoCorrelograms analysis template

nex.RunNexScriptCommands('doc=GetActiveDocument()\nApplyTemplate(doc,"AutoCorrelog

rams")');

% get numerical results

results = doc.GetNumericalResults();

See Also

Variable Interface

Application Interface

Document Interface

COM/ActiveX Interfaces

Page 356

Advertising