run_matlab_script {matlabr} | R Documentation |
Run matlab script
Description
This function runs a matlab script, and returns exit statuses
Usage
run_matlab_script(fname, verbose = TRUE, desktop = FALSE,
splash = FALSE, display = FALSE, wait = TRUE,
single_thread = FALSE, ...)
Arguments
fname |
Filename of matlab script (.m file) |
verbose |
print diagnostic messages |
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 |
... |
Options passed to |
Value
Exit status of matlab code
[Package matlabr version 1.5.2 Index]