Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 370

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 373
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 369
1 2 ... 365 366 367 368 369 370 371 372 373

Commentaires sur ces manuels

Pas de commentaire