Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 346

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 345
6.2.13. ContinuousCount Property
Document.ContinuousCount Property
Read-only property that returns the number of continuous variables in the document.
Syntax
int ContinuousCount
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
numContinuousVars = doc.ContinuousCount;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
var numContinuousVars = doc.ContinuousCount;
See Also
Document Interface
COM/ActiveX Interfaces
Page 344
Przeglądanie stron 345
1 2 ... 341 342 343 344 345 346 347 348 349 350 351 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag