Getintervalvarfrommatlab function – Multichannel Systems NeuroExplorer User Manual

Page 269

Advertising
background image

5.5.9.6. GetIntervalVarFromMatlab Function

GetIntervalVarFromMatlab Function


Imports the specified matrix containing intervals from Matlab.

Syntax


GetIntervalVarFromMatlab(doc, MatrixName)

Parameters

Parameter

Type

Description

doc

documentReference Reference to the document.

MatrixName

string

The name of the 2-column matrix in Matlab
workspace.

Returns


None

Comments


Imports the specified 2-column matrix from Matlab. The first column of the matrix should contain
interval start times in seconds, the second column - interval end times in seconds.

Usage

NexScript

doc = GetActiveDocument()

GetIntervalVarFromMatlab(doc, "trials")

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 267

Advertising