Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 372

  • 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 371
6.3.12. Deselect Method
Variable.Deselect Method
Deselects the variable. Only selected variables are used in analysis when ApplyTemplate document
method is called.
Syntax
void Deselect()
Parameters
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% deselect all variables
doc.DeselectAll();
% select all neurons
doc.SelectAllNeurons();
% deselect variable with the name 'Neuron01'
doc.Variable('Neuron01').Deselect();
% run Interspike Interval Histogram analysis saved in 'ISI' template
doc.ApplyTemplate('ISI');
% get numerical results
results = doc.GetNumericalResults();
% close NeuroExplorer
nex.delete;
See Also
Variable Interface
Document Interface
COM/ActiveX Interfaces
Page 370
Vue de la page 371
1 2 ... 367 368 369 370 371 372 373

Commentaires sur ces manuels

Pas de commentaire