Description Usage Arguments Value Examples
View source: R/matlab_script.R
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.
1 2 |
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 |
Character of command for matlab
1 2 3 | if (have_matlab()) {
get_matlab()
}
|
sh: 1: cannot create /dev/null: Permission denied
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.