Multichannel-systems NeuroExplorer Manual de usuario Pagina 369

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 368
6.3.9. MarkerValues Method
Variable.MarkerValues Method
For a marker variable, returns all the marker values as strings. The values are returned in a two-
dimensional array. Each row of the array represents all the marker strings for one timestamp.
This method is valid only for marker variables.
Syntax
SAFEARRAY(string) MarkerValues()
Parameters
None.
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\TestDataFile.nex');
% get the first markervariable
marker1 = doc.Marker(1);
% get all the marker values
marker1Values = marker1.MarkerValues();
See Also
Variable Interface
Document Interface
COM/ActiveX Interfaces
Page 367
Vista de pagina 368
1 2 ... 364 365 366 367 368 369 370 371 372 373

Comentarios a estos manuales

Sin comentarios