setVerbose.Matlab | R Documentation |
Sets the verbose level to get more details about the MATLAB access.
## S3 method for class 'Matlab' setVerbose(this, threshold=0, ...)
threshold |
A threshold that the |
... |
Not used. |
If the threshold is set to zero (default) general comments about the
MATLAB access is given, such as the MATLAB server is started etc.
If the threshold is -1
, details about the communication with the
MATLAB server is given.
If the threshold is -2
, low-level details about the communication
with the MATLAB server is given, such as what commands are sent etc.
Returns the previous threshold value (an integer
) used.
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.