Learn R Programming

R.matlab (version 1.1.3)

setVariable.Matlab: Sets one or several Matlab variables

Description

Sets one or several Rvariables on 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, ..., remote=this$remote)':
setVariableundefined

...{Named Rvariables to be set in Matlab.}
  remote{If TRUE the variables are transferred on the
    socket connection, otherwise they are transferred via a temporary file.}

Returns nothing. If the Matlab server did not received the variables
  successfully an exception is thrown.

[object Object]

For more information see Matlab.
internal
methods

Arguments