Add folders to search path
addpath(
adds the specified folders to the top of the search path for the current MATLAB® session.folderName1,...,folderNameN
)
addpath(
adds
the specified folders to the top or bottom of the search path, as
specified by folderName1,...,folderNameN
,position
)position
.
addpath(___,'-frozen')
additionally
disables folder change detection for folders being added in Windows®.
Use this syntax with any of the arguments in previous syntaxes. You
can specify '-frozen'
and position in either order.
Use this syntax to conserve Windows change notification resources
(Windows only). For more information, type help changenotification
in
the Command Window.