Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 357

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 356
1 2 ... 352 353 354 355 356 357 358 359 360 361 362 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare