Learn R Programming

R.matlab (version 1.1.3)

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(). If you receieve error message Excepted an 'answer' from Matlab, but kept receiving nothing, see "Troubleshooting" under ?R.matlab.

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 (invisibly) NULL if expressions were evaluated successfully.
  An exception might also be thrown.

[object Object]

For more information see Matlab.
internal
methods

Arguments