User`s guide
Desktop Tools and Development Environment
17-9
• “Viewing an HTML Version of Help for Classes You Create” on page 17-9
• “Finding Text In Small Help Windows” on page 17-11
• “Changes to Search Field in Help Browser” on page 17-11
New Help Features — Function Browser and Function Hints
There are two new features that provide help while you work:
• Use the new Function Browser to find function names while you work. It is most
useful in the Command Window and Editor, but you can access it from any tool. For
more information, see “Find Function Names and Get Help Using the New Function
Browser” on page 17-6.
• Use function hints to help you complete syntax for statements in the Command
Window or Editor. For more information, see “View Syntax Hints While Entering
Statements” on page 17-7.
Viewing an HTML Version of Help for Classes You Create
If you create your own class definition files in MATLAB and you provide help in the
classdef file for the class, properties, and methods, you can conveniently view the help
in the Help browser by running doc classname. For more information, see Help for
Classes You Create. The following example shows class information in the Help browser
for the user-created class, sads, displayed by running
doc sads