start_matlab | R Documentation |
Simple wrapper function for starting the matlab server using R.matlab
start_matlab(matlab_path = NULL, port = 9999, remote = FALSE, interval = NULL, maxTries = NULL)
matlab_path |
path to the matlab executable |
port |
port to start matlab server on |
remote |
If TRUE, all data to and from the MATLAB server will be transferred through the socket connection, otherwise the data will be transferred via a temporary file. |
interval |
interval at which to poll server to check for results. |
maxTries |
maximum number of times to poll server for results. |
Matlab
instance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.