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.
# S3 method for Matlab
open(con, trials=30, interval=1, timeout=getOption("timeout"), ...)
Returns TRUE
if a socket connection
to the MATLAB server was
successfully opened, otherwise FALSE
.
The number of trials before giving up.
The interval in seconds between trials.
The timeout for the socket connection
Not used.
Henrik Bengtsson
For more information see Matlab
.