finalize.Matlab: (internal) Finalizes the object if deleted

finalize.MatlabR Documentation

(internal) Finalizes the object if deleted

Description

(internal) Finalizes the object if deleted. If a MATLAB connection is opened, it is closed.

Note that you should never have to call this method explicitly. It is called automatically whenever the object is removed from memory (by the garbage collector).

Usage

## S3 method for class 'Matlab'
finalize(this, ...)

Arguments

...

Not used.

Value

Returns nothing.

Author(s)

Henrik Bengtsson

See Also

For more information see Matlab.


R.matlab documentation built on Aug. 26, 2022, 1:07 a.m.