Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 356

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

Kommentare zu diesen Handbüchern

Keine Kommentare