Multichannel-systems NeuroExplorer Manual de usuario Pagina 370

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 369
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
Vista de pagina 369
1 2 ... 365 366 367 368 369 370 371 372 373

Comentarios a estos manuales

Sin comentarios