Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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'
setVerbose(this, threshold=0, ...)

Arguments

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.

Details

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.

Value

Returns the previous threshold value (an integer) used.

Author(s)

Henrik Bengtsson

See Also

For more information see Matlab.


R.matlab

Read and Write MAT Files and Call MATLAB from Within R

v3.6.2
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph], Andy Jacobson [ctb] (Internal MAT v4 reader), Jason Riedy [ctb] (Support for reading compressed files, sparse matrices and UTF-encoded strings.)
Initial release
2018-09-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.