Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 341

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

Komentarze do niniejszej Instrukcji

Brak uwag