Waveformvalues method – Multichannel Systems NeuroExplorer User Manual

Page 370

Advertising
background image

6.3.10. WaveformValues Method

Variable.WaveformValues Method


For waveform variable, returns all the waveform values in milliVolts. The values are returned in a two-
dimensional array. Each row of the array represents one waveform.


This method is valid only for waveform variables.

Syntax


SAFEARRAY(double) WaveformValues()

Parameters


None.

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

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

% get the first waveform variable

wave1= doc.Wave(1);

% get all the values

wave1Values = wave1.WaveformValues();

See Also

Variable Interface

Document Interface

COM/ActiveX Interfaces

Page 368

Advertising