Multichannel-systems NeuroExplorer Manual do Utilizador Página 347

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 346
6.2.14. Variable Method
Document.Variable Method
Returns Variable object for the specified variable index or name.
Syntax
Variable Variable(object variableIndexOrName)
Parameters
Parameter Type Description
variableIndexOrName int or string 1-based variable index or a string with the variable
name
Returns
Returns Variable object.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% get the first variable
var1 = doc.Variable(1);
% get the variable with the name Neuron04a
neuron = doc.Variable('Neuron04a');
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");
// get the first variable
var var1 = doc.Variable(1);
// get the variable with the name Neuron04a
var neuron = doc.Variable("Neuron04a");
See Also
Variable Interface
Application Interface
Document Interface
COM/ActiveX Interfaces
Page 345
Vista de página 346
1 2 ... 342 343 344 345 346 347 348 349 350 351 352 ... 372 373

Comentários a estes Manuais

Sem comentários