setOption.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
|
Returns the previous value of the option.
readResult/maxTriesThe maximum number of times the connection is check for an answer from the MATLAB server before giving up. Default values is 30 times.
readResult/intervalThe interval in seconds between each poll for an answer. Default interval is 1 (second).
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
*getOption()
.
For more information see Matlab
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.