Multichannel-systems NeuroExplorer Manuale Utente Pagina 369

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 373
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la 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
Vedere la pagina 368
1 2 ... 364 365 366 367 368 369 370 371 372 373

Commenti su questo manuale

Nessun commento