MATLAB Function Reference |
Syntax
docopt [doccmd,options,docpath] = docopt
Description
docopt
若是web
函數是用-browser
的選項,
則會顯示在 UNIX 平台的線上求助檔案目錄(線上文件位置). 它也是被用於 UNIX 平台且不支援Java 的 GUIs - 想知道更多有關平台的資訊,請見
R12 Release Notes. 當你在安裝 MATLAB 時, 線上幫助文件會放在你選擇的位置.
它可能是在你的系統裡的硬碟或是CD-ROM裝置. 若你想要重新放置你的線上求助檔案系統目錄的話,請編輯 docopt.m
這個檔案,將裡面的位置改變.
(在 Windows 和 UNIX 平台上想要支援 Java GUIs 的話, 選擇File -> Preferences -> Help去檢視或改變文件的位置.)
[doccmd,options,docpath] = docopt
顯示三個字串: doccmd
, options
,和 docpath
.
doccmd |
doc 用於顯示 MATLAB 文件的函數.
而預設值是 netscape . |
options |
doccmd 額外的設定選項. |
docpath |
MATLAB 線上求助檔案的路徑. 若 docpath 是空的, 則 doc
函數假定求助檔案是在預設位置. |
Remarks
To globally replace the online help file directory location, update $matlabroot/toolbox/local/docopt.m
.
To override the global setting, copy $matlabroot/toolbox/local/docopt.m
to $HOME/matlab/docopt.m
and make changes there. For the
changes to take effect in the current MATLAB session, $HOME/matlab
must be on your MATLAB path.
See
Also
doc
,
help
,
helpbrowser
, helpdesk
,
lookfor
,
type
doc | dos |