setVariable.Matlab | R Documentation |
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.
## S3 method for class 'Matlab' setVariable(this, ..., remote=this$remote)
... |
Named R variables to be set in MATLAB. |
remote |
If |
Returns nothing. If the MATLAB server did not received the variables successfully an exception is thrown.
Henrik Bengtsson
For more information see Matlab
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.