MATLAB Function Reference |
在 help 系統(help entries)中找出特定的關鍵字.
Syntax
lookfor topic lookfor topic -all
Description
lookfor topic
在所有搜尋路徑中, M檔案的第一行註解行中找尋 topic ,
如果 M檔案的第一行註解行中有找到符合的字串的話, 則顯示出此第一行.
lookfor topic -all
跟 lookfor topic 不同的地方是,
它會找尋整個註解區, 而不是只找第一行.
Examples
lookfor inverse
你會找到非常多符合的結果, 像 "inverse hyperbolic cosine," "two-dimensional inverse FFT," and "pseudoinverse." 再來試試這兩個指令
which inverse
what inverse
你會發現這兩個指令快多了, 但卻有可能不會找到任合符合的結果, 因為 MATLAB 根本沒有 inverse 這個函式.
整理一下, what
會列出資料夾中的函式, which
是找尋含有特定函式或是檔案的資料夾,
而 lookfor
則是找尋所有搜尋路徑中的 M檔案中跟關鍵字有關的檔案.
另一個比 lookfor
f更強大 (也更秏資源)
的搜尋方法是現行資料夾瀏覽器(Current Directory browser) 的 Find . 它會尋找現在所在資料夾的所有
M檔案的全部內容. 在
Finding and Replacing Content Within Files 中有更進一步的介紹.
See
Also
dir
,
doc
,
filebrowser
, help
,
helpdesk
,
helpwin
, what
,
which
,
who
logspace | lower |