add_path {matlabr} | R Documentation |
Create PATHs to add to MATLAB PATHs
Description
Create PATHs to add to MATLAB PATHs
Usage
add_path(path)
gen_path(path)
add_gen_path(path)
Arguments
path |
path to add |
Value
A character vector
Examples
add_path("~/")
gen_path("~/")
gen_path("~/")
[Package matlabr version 1.5.2 Index]