setOption.Matlab {R.matlab} | R Documentation |
Sets the value of an option where the option is specified like a file pathname, e.g. "readResult/maxTries". See the Options class for details.
## S3 method for class 'Matlab': setOption(this, ...)
... |
Arguments passed to
setOption()
of the Options class. |
Returns the previous value of the option.
With default values of the above options, the R Matlab client waits 30 seconds for a reply from the Matlab server before giving up.
Henrik Bengtsson (http://www.braju.com/R/)
*getOption()
.
For more information see Matlab
.