Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 358

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 357
6.2.25. GetNumericalResults Method
Document.GetNumericalResults Method
Returns 2-dimensional array of numerical results for the first graph view of the document.
Syntax
Array GetNumericalResults()
Returns
Returns 2-dimensional array of numerical results.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% apply AutoCorrelograms analysis template
nex.RunNexScriptCommands('doc=GetActiveDocument()\nApplyTemplate(doc,"AutoCorrelog
rams")');
% get numerical results
results = doc.GetNumericalResults();
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 356
Seitenansicht 357
1 2 ... 353 354 355 356 357 358 359 360 361 362 363 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare