Learn R Programming

R.matlab (version 3.8.0)

getVariable.Matlab: 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 Matlab
getVariable(this, variables, remote=this$remote, ...)

Arguments

Value

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

See Also

For more information see Matlab.