Learn R Programming

R.matlab (version 1.1.3)

open.Matlab: Tries to open a connection to the Matlab server

Description

Tries to open a socket connection to the Matlab server. If the connection could not be opened it the first time it will try to open it every interval second up to trials times.

Usage

## S3 method for class 'Matlab}(con, trials=30, interval=1, ...)':
openundefined

trials{The number of trials before giving up.}
 interval{The interval in seconds between trials.}
 ...{Not used.}

Returns TRUE if a socket connection to the Matlab server was
  successfully opened, otherwise FALSE.

[object Object]

For more information see Matlab.
internal
methods

Arguments