Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 369

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 373
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 368
1 2 ... 364 365 366 367 368 369 370 371 372 373

Commentaires sur ces manuels

Pas de commentaire