setVariable.Matlab {R.matlab} | R Documentation |
Sets one or several MATLAB variables
Description
Sets one or several R variables 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'
setVariable(this, ..., remote=this$remote)
Arguments
... |
Named R variables to be set in MATLAB. |
remote |
If |
Value
Returns nothing. If the MATLAB server did not received the variables successfully an exception is thrown.
Author(s)
Henrik Bengtsson
See Also
For more information see Matlab
.
[Package R.matlab version 3.7.0 Index]