rmpath

Type: External

Group: system

Syntax

rmpath(path)

Description

Removes path from the current search path

Notes

Using rmpath will stop the system from finding any external functions and M-files stored within the path.

Examples

rmpath("./Functions/General")

See Also

addpath, path