Learn R Programming

R.matlab (version 1.1.3)

setVerbose.Matlab: Sets the verbose level to get more details about the Matlab access

Description

Sets the verbose level to get more details about the Matlab access.

Usage

## S3 method for class 'Matlab}(this, threshold=0, ...)':
setVerboseundefined

threshold{A threshold that the level argument
    of any write method has to be equal to or larger than in order to the
    message being written.
    Thus, the lower the threshold is the more and more details will be
    outputted. If a large numeric or FALSE, no verbose output will be
    given.}
 ...{Not used.}

Returns the previous threshold value (an integer) 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.
[object Object] For more information see Matlab. internal methods

Arguments