Learn R Programming

matlabr (version 1.5.2)

add_path: 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

Run this code
# NOT RUN {
add_path("~/")
gen_path("~/")
gen_path("~/")
# }

Run the code above in your browser using DataLab