| getVariable.Matlab | R Documentation |
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.
## S3 method for class 'Matlab' getVariable(this, variables, remote=this$remote, ...)
variables |
String vector of MATLAB containing names of variable that are to be retrieved from the MATLAB server. |
remote |
If |
... |
Not used. |
Returns a list structure containing the MATLAB variables as named
values.
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.