Markervalues method – Multichannel Systems NeuroExplorer User Manual

Page 369

Advertising
background image

6.3.9. MarkerValues Method

Variable.MarkerValues Method


For a marker variable, returns all the marker values as strings. The values are returned in a two-
dimensional array. Each row of the array represents all the marker strings for one timestamp.


This method is valid only for marker variables.

Syntax


SAFEARRAY(string) MarkerValues()

Parameters


None.

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

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

% get the first markervariable

marker1 = doc.Marker(1);

% get all the marker values

marker1Values = marker1.MarkerValues();

See Also

Variable Interface

Document Interface

COM/ActiveX Interfaces

Page 367

Advertising