Main Content

lookfor

リファレンス ページのテキストのキーワード検索

説明

lookfor keyword は、MathWorks® ドキュメンテーション内、およびサードパーティおよびユーザー作成の MATLAB® プログラム ファイルのヘルプ テキスト内で、すべてのリファレンス ページのサマリー行から指定したキーワードを検索します。lookfor は、一致したすべてのリファレンス ページおよびヘルプ テキストについて、そのページと H1 行のヘルプ テキストへのリンクを表示します。

lookfor keyword -all は、各リファレンス ページのサマリー行と「構文」、「説明」、「入力引数」、「出力引数」、「参考」の各セクションを検索します。lookfor は、一致したすべてのリファレンス ページについて、そのページと一致した各行のヘルプ テキストへのリンクを表示します。

すべて折りたたむ

MathWorks ドキュメンテーション内で、すべてのリファレンス ページのサマリー行から単語 inverse を検索します。

lookfor inverse
acos                           - Inverse cosine in radians
acosd                          - Inverse cosine in degrees
acosh                          - Inverse hyperbolic cosine
acot                           - Inverse cotangent in radians
acotd                          - Inverse cotangent in degrees
acoth                          - Inverse hyperbolic cotangent
acsc                           - Inverse cosecant in radians
acscd                          - Inverse cosecant in degrees
acsch                          - Inverse hyperbolic cosecant
...

MathWorks ドキュメンテーション内で、すべてのリファレンス ページのサマリー行と「構文」、「説明」、「入力引数」、「出力引数」、「参考」の各セクションから単語 inverse を検索します。

lookfor inverse -all
acos:
 acos - Inverse cosine in radians
    This MATLAB function returns the Inverse Cosine (cos-1) of the elements
        Inverse Cosine of Value
        Inverse Cosine of Vector of Complex Values
        Plot Inverse Cosine Function

acosd:
 acosd - Inverse cosine in degrees
    This MATLAB function returns the inverse cosine (cos-1) of the elements
        Inverse Cosine of 0

acosh:
 acosh - Inverse hyperbolic cosine
    This MATLAB function returns the inverse hyperbolic cosine of the
        Inverse Hyperbolic Cosine of Vector
        Plot the Inverse Hyperbolic Cosine Function
...

入力引数

すべて折りたたむ

検索対象のキーワード。文字ベクトルまたは string スカラーとして指定します。

代替機能

lookfor コマンドの代わりに、現在のフォルダー ブラウザーの検索機能を使用できます。たとえば、現在のフォルダーおよびそのサブフォルダー内のすべての MATLAB プログラム ファイル内で、指定した用語をすべて検索できます。詳細については、ファイルの検索を参照してください。

サードパーティやカスタムのものも含めたドキュメンテーションの検索には、関数 docsearch を使用します。

バージョン履歴

R2006a より前に導入

すべて展開する