(translator=PoChien, ChineseSource=PoChien-20020706-13\addpath.html, EnglishSource=c:\matlabr12\help\techdoc\ref\addpath.html)
MATLAB Function Reference    
addpath

在 MAPLAB 的搜尋路徑中加入資料夾.

Graphical Interface

在 MATLAB 視窗環境中,可以在 File 選單下的 Set Path 來開啟 Set Path 對話盒.

Syntax

Description

addpath('directory') 把資料夾 directory 加到搜尋路徑中,搜尋順序最優先的地方,其中資料夾路徑要使用完整的路徑名稱

addpath('dir','dir2','dir3' ...) 把這些資料夾都加入搜尋路徑中最優先的地方,同樣要使用完整的路徑表示.

addpath('dir','dir2','dir3' ...'-flag') 把這些資料夾依 flag 的值加入搜尋路徑列表最前面或最後面的地方.

flag Argument
Result
0 or begin
加到搜尋列表最前面的地方
1 or end
加到搜尋列表最後面的地方

Examples

path 確認目前的搜尋路徑,

用 addpath('c:\matlab\mymfiles' ) 把 c:\matlab\mymfiles 加入搜尋路徑列表

再用一次 path.

and MATLAB returns

See Also

path, pathtool, genpath, rehash, rmpath


  addframe   airy