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 class 'Matlab}(this, variables, remote=this$remote, ...)':
getVariableundefined
- 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.}
Returns a list
structure containing the Matlab variables as named
values.
[object Object]
For more information see Matlab
.
internal
methods