Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 370

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 369
1 2 ... 365 366 367 368 369 370 371 372 373

Komentarze do niniejszej Instrukcji

Brak uwag