Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

R.matlab (version 1.0.2)

evaluate.Matlab: Evaluates a Matlab expression

Description

Evaluates one or several Matlab expressions on the Matlab server. This method will not return until the Matlab server is done. If an error occured in Matlab an exception will be thrown. This expection can be caught by tryCatch().

Usage

## S3 method for class 'Matlab}(this, ..., collapse=";")':
evaluateundefined

...{One or several string with Matlab expressions. If several
    strings are given they will be concatenated with the separator
    collapse.}
  collapse{Separator to be used to concatenate expressions.}

Returns 0 if expressions were evaluated successfully. An exception
  might also be thrown.

[object Object]

For more information see Matlab.

Arguments