get_matlab {matlabr} | R Documentation |
Find matlab path
Description
This tries to find matlab's path using a system which
command, and then, if not found, looks at getOption("matlab.path")
. If not path is found, it fails.
Usage
get_matlab(try_defaults = TRUE, desktop = FALSE, splash = FALSE,
display = FALSE, wait = TRUE, single_thread = FALSE)
Arguments
try_defaults |
(logical) If |
desktop |
Should desktop be active for MATLAB? |
splash |
Should splash be active for MATLAB? |
display |
Should display be active for MATLAB? |
wait |
Should R wait for the command to finish. Both
passed to |
single_thread |
Should the flag |
Value
Character of command for matlab
Examples
if (have_matlab()) {
get_matlab()
}
[Package matlabr version 1.5.2 Index]