Name of folder to remove from the search path, specified as a character vector or string
scalar. Use the full path name for folderName
.
Example: 'c:\matlab\work'
Example: '/home/user/matlab'
MATLAB® resolves all path names containing '.
',
'..
', and symbolic links to their
target location before removing them from the path. For example, if you
specify c:\matlab\..\work
, MATLAB removes the folder c:\work
from the
path.
Data Types: char
| string