Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 364

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 363
6.3.4. IntervalStarts Method
Variable.IntervalStarts Method
For an interval variable, returns the interval start values in seconds. This method is valid only for
interval variables.
Syntax
SAFEARRAY(double) IntervalStarts()
Parameters
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% get the first interval variable
int1= doc.Interval(1);
% get all the interval starts
int1Starts = int1.IntervalStarts();
See Also
Variable Interface
Document Interface
COM/ActiveX Interfaces
Page 362
Przeglądanie stron 363
1 2 ... 359 360 361 362 363 364 365 366 367 368 369 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag