start_matlab: Utility function to start matlab server using R.matlab.

View source: R/util.R

start_matlabR Documentation

Utility function to start matlab server using R.matlab.

Description

Simple wrapper function for starting the matlab server using R.matlab

Usage

start_matlab(matlab_path = NULL, port = 9999, remote = FALSE,
  interval = NULL, maxTries = NULL)

Arguments

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.

Value

Matlab instance


keithschulze/supr documentation built on Nov. 26, 2022, 7:09 a.m.