getVariable.Matlab: Gets one or several MATLAB variables

getVariable.MatlabR Documentation

Gets one or several MATLAB variables

Description

Gets one or several MATLAB variables from the MATLAB server. The transfer of the data can be done locally via a temporary file (remote = FALSE) or through the socket connection (remote = TRUE), which is always available.

Usage

## S3 method for class 'Matlab'
getVariable(this, variables, remote=this$remote, ...)

Arguments

variables

String vector of MATLAB containing names of variable that are to be retrieved from the MATLAB server.

remote

If TRUE the variables are transferred on the socket connection, otherwise they are transferred via a temporary file.

...

Not used.

Value

Returns a list structure containing the MATLAB variables as named values.

Author(s)

Henrik Bengtsson

See Also

For more information see Matlab.


R.matlab documentation built on Aug. 26, 2022, 1:07 a.m.