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

  • 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 356
6.2.24. ApplyTemplate Method
Document.ApplyTemplate Method
Runs the analysis specified in the analysis template.
Syntax
void ApplyTemplate(string templateName)
Parameters
Parameter Type Description
templateName string template name
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 355
Zobrazit stránku 356
1 2 ... 352 353 354 355 356 357 358 359 360 361 362 ... 372 373

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

Žádné komentáře