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

  • 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 355
6.2.23. SelectAllContinuous Method
Document.SelectAllContinuous Method
Selects all the continuous variables in the document.
Syntax
void SelectAllContinuous()
Returns
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% deselect all variables
doc.DeselectAll();
% select all continuous variables
doc.SelectAllContinuous();
% run Perievent Histogram analysis saved in 'PSTH' template
doc.ApplyTemplate('PSTH');
% get numerical results
results = doc.GetNumericalResults();
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 354
Zobrazit stránku 355
1 2 ... 351 352 353 354 355 356 357 358 359 360 361 ... 372 373

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

Žádné komentáře