Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 358

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 373
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 357
1 2 ... 353 354 355 356 357 358 359 360 361 362 363 ... 372 373

Commentaires sur ces manuels

Pas de commentaire