rmpath
Remove directory from search path.
📝Syntax
rmpath(dirname)
previouspaths = rmpath(dirname)
📥Input Arguments
Parameter Description
dirname name of directory to remove
📤Output Arguments
Parameter Description
previouspaths a string: path prior to removing the specified paths
📄Description

rmpath removes directory from search path.

💡Examples
path
addpath(tempdir())
path			
rmpath(tempdir())
path
🔗See Also
pathaddpath
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub