Multichannel-systems NeuroExplorer Manual do Utilizador Página 352

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 351
6.2.19. Wave Method
Document.Wave Method
Returns Variable object for the specified waveform variable index.
Syntax
Variable Wave(int waveIndex)
Parameters
Parameter Type Description
waveIndex int 1-based waveform variable index
Returns
Returns Variable object.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% get the first waveform variable
Wave1 = doc.Wave(1);
% get the last waveform variable
WaveLast = doc.Wave(doc.WaveCount);
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
// get the first waveform variable
var Wave1 = doc.Wave(1);
// get the last waveform variable
var WaveLast = doc.Wave(doc.WaveCount);
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 350
Vista de página 351
1 2 ... 347 348 349 350 351 352 353 354 355 356 357 ... 372 373

Comentários a estes Manuais

Sem comentários