MATLAB Function Reference |
Graphical
Interface
想要和 rmpath
函數作替換, 可以使用設定路徑 (
Set Path) 對話盒. 要開啟它, 從MATLAB的桌面中的檔案目錄選擇設定路徑 (Set Path).
Syntax
rmpath('directory') rmpath directory
Description
移除由 MATLAB 的目前搜尋路徑的特殊路徑. 要使用目錄完整的路徑 rmpath('directory')
.
Examples
想移除/usr/local/matlab/mytools
, 鍵入
rmpath /usr/local/matlab/mytools
See
Also
addpath
,
path
, rehash
,
pathtool
rmfield | root object |