writeCommand.Matlab {R.matlab} | R Documentation |
(internal) Writes (sends) an R-to-MATLAB command to the MATLAB server
Description
(internal) Writes (sends) an R-to-MATLAB command to the MATLAB server.
This method is for internal use only.
Usage
## S3 method for class 'Matlab'
writeCommand(this, cmd, ...)
Arguments
cmd |
A |
... |
Not used. |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
For more information see Matlab
.
[Package R.matlab version 3.7.0 Index]