Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 356

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 355
6.2.23. SelectAllContinuous Method
Document.SelectAllContinuous Method
Selects all the continuous variables in the document.
Syntax
void SelectAllContinuous()
Returns
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% deselect all variables
doc.DeselectAll();
% select all continuous variables
doc.SelectAllContinuous();
% run Perievent Histogram analysis saved in 'PSTH' template
doc.ApplyTemplate('PSTH');
% get numerical results
results = doc.GetNumericalResults();
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 354
Przeglądanie stron 355
1 2 ... 351 352 353 354 355 356 357 358 359 360 361 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag