Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 358

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 357
1 2 ... 353 354 355 356 357 358 359 360 361 362 363 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag