(translator=pacific, ChineseSource=pacific-20020619-10\cd.html, EnglishSource=c:\matlabr12\help\techdoc\ref\cd.html)
MATLAB Function Reference    
cd

切換工作目錄

Graphical Interface

除了利用 cd 指令外,也可以改變MATLAB工具列中的 Current Directory 欄位來切換目錄。

Syntax

Description

cd 顯示目前的工作目錄。

w = cd w 設為目前的工作目錄。

cd('directory') 將工作目錄切換到 directory 去。 directory必須為完整的路徑。在UNIX系統下,字元 ~ 可代表使用者的根目錄。

cd('..') 將工作目錄切換到目前所在目錄的上一層。要注意的是你無法存取UNC路徑的最上層。(Note that you cannot access the top level of a UNC pathname.)

cd directory or cd .. 是不加引號的語法(is the unquoted form of the syntax.)

Examples

在 UNIX系統中

將工作目錄切換到 demos

在Windows系統下

工作目錄切換到 DEMOS。而輸入

工作目錄切換到 MATLAB.

See Also

dir, path, pwd, what


 caxis cdf2rdf