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

  • 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 370
6.3.11. Select Method
Variable.Select Method
Selects the variable. Selected variables are used in analysis when ApplyTemplate document method
is called.
Syntax
void Select()
Parameters
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% deselect all variables
doc.DeselectAll();
% select variable with the name 'Neuron01'
doc.Variable('Neuron01').Select();
% run Interspike Interval Histogram analysis saved in 'ISI' template
doc.ApplyTemplate('ISI');
% get numerical results
results = doc.GetNumericalResults();
% close NeuroExplorer
nex.delete;
See Also
Variable Interface
Document Interface
COM/ActiveX Interfaces
Page 369
Zobrazit stránku 370
1 2 ... 366 367 368 369 370 371 372 373

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

Žádné komentáře