Multichannel-systems NeuroExplorer Manuale Utente Pagina 346

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 373
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 345
1 2 ... 341 342 343 344 345 346 347 348 349 350 351 ... 372 373

Commenti su questo manuale

Nessun commento