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

檢視或改變 MATLAB 的目錄搜尋路徑

Graphical Interface

可以和path函數作代換的, 使用設定路徑(Set Path)對話盒. 要開啟它, 選擇 matlab桌面上的檔案目錄中的選擇設定路徑.

Syntax

Description

path 顯示目前 MATLAB 的搜尋路徑. 初始的搜尋路徑列表是由toolbox/local/pathdef.m所定義的.

path newpath 改變字串 'newpath'所包含的那些目錄的搜尋路徑.

path(path,'newpath') 在現今搜尋路徑增加一個新的目錄.

path('newpath',path) 事先決定現行搜尋路徑一個新目錄.

p = path(...) 將詳細的路徑傳給變數p.

Remarks

想要知道 MATLAB 如何始用目錄搜尋路徑,見 How Functions Work How MATLAB Determines Which Method to Call.

Examples

在視窗下要加入新的目錄搜尋路徑,

在 UNIX 下要加入新的目錄搜尋路徑,

See Also

addpath, genpath, cd, dir, partialpath, rehash, rmpath, what


  Patch Properties   pathtool