Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 354

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

Komentarze do niniejszej Instrukcji

Brak uwag