Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 354

  • 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 353
6.2.21. DeselectAll Method
Document.DeselectAll Method
Deselects all the data variables in the document.
Syntax
void DeselectAll()
Returns
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% deselect all variables
doc.DeselectAll();
% select one variable
doc.Variable('Neuron01').Select();
% run Interspike Interval Histogram analysis saved in 'ISI' template
doc.ApplyTemplate('ISI');
% get numerical results
results = doc.GetNumericalResults();
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 352
Vue de la page 353
1 2 ... 349 350 351 352 353 354 355 356 357 358 359 ... 372 373

Commentaires sur ces manuels

Pas de commentaire