| MATLAB Function Reference | ![]() |
以文件瀏覽器顯示 M檔案的說明文件
Syntax
helpwin helpwin topic
Description
helpwin 在文件瀏覽器中顯示函式的分類標題. 有顯示函式主題簡短的描述, 和主題下
M檔案說明文件的連結. 要注意的是, 若 MATLAB 正在忙碌狀態下, 則連結就無法使用.
helpwin topic 在文件瀏覽器中顯示主題 toptic 的相關資訊, 若
topic 是一個資料夾, 則顯示出資料夾內的所有檔案, 若 topic 是一個函式, 則顯示 M檔案的說明文件, 同樣的, 若 MATLAB
正在忙碌狀態下, 則連結就無法使用.
Examples
helpwin datafun
displays the functions in the datafun directory
and a brief description of each.
helpwin fft
displays the M-file help for the fft function
in the Help browser.
See
Also
doc,
docopt,
help, helpbrowser,
lookfor,
web
|
helpdlg | hess | ![]() |