| open.Matlab {R.matlab} | R Documentation |
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 class 'Matlab': open(con, trials=30, interval=1, ...)
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.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Matlab.