| open.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, timeout=getOption("timeout"), ...)
| trials | The number of trials before giving up. | 
| interval | The interval in seconds between trials. | 
| timeout | The timeout for the socket connection | 
| ... | Not used. | 
Returns TRUE if a socket connection to the MATLAB server was
successfully opened, otherwise FALSE.
Henrik Bengtsson
For more information see Matlab.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.