Search for keyword in all help entries
lookfor
searches for the
specified keyword in the first comment line (the H1 line) of the help text in all
MATLAB® program files found on the search path. For all files in which a match
occurs, keyword
lookfor
displays the H1 line.
lookfor
is useful if you are searching for a function and you
do not know its name. To find a function whose name you already know, use the
what
and which
functions, which run much
faster.
As an alternative to the lookfor
command, use the find features
in the Current Folder browser. For example, you can look for all occurrences of a
specified word in all the MATLAB program files in the current folder and its subfolders. For more
information, see Find Files and Folders.
To search the documentation, including third-party and custom documentation, use the
docsearch
function.