Multichannel-systems NeuroExplorer Uživatelský manuál Strana 365

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 373
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 364
6.3.5. IntervalEnds Method
Variable.IntervalEnds Method
For an interval variable, returns the interval end values in seconds. This method is valid only for
interval variables.
Syntax
SAFEARRAY(double) IntervalEnds()
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 ends
int1Ends = int1.IntervalEnds();
See Also
Variable Interface
Document Interface
COM/ActiveX Interfaces
Page 363
Zobrazit stránku 364

Komentáře k této Příručce

Žádné komentáře