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

  • 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 354
6.2.22. SelectAllNeurons Method
Document.SelectAllNeurons Method
Selects all the neuron variables in the document. Selected variables are used in analysis when
ApplyTemplate document method is called.
Syntax
void SelectAllNeurons()
Returns
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% deselect all variables
doc.DeselectAll();
% select all neurons
doc.SelectAllNeurons();
% 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
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 353
Zobrazit stránku 354
1 2 ... 350 351 352 353 354 355 356 357 358 359 360 ... 372 373

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

Žádné komentáře