Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 266

  • 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 265
5.5.9.3. GetVarFromMatlab Function
GetVarFromMatlab Function
Gets the specified neuron or event variable from Matlab.
Syntax
GetVarFromMatlab(doc, varname, isneuron)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
varname string The name of the matrix in Matlab workspace. The
matrix should be a double matrix with either one row
or one column of data containing timestamps in
seconds.
isneuron double If isneuron is 1, the imported variable is added to
the list of Neurons. Otherwise, the variable is added
to the list of events.
Returns
None
Comments
None
Usage
NexScript
doc = GetActiveDocument()
% get the 1-column matrix ev1 and add it to the list of events
GetVarFromMatlab(doc, "ev1", 0)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 264
Vue de la page 265
1 2 ... 261 262 263 264 265 266 267 268 269 270 271 ... 372 373

Commentaires sur ces manuels

Pas de commentaire