MATLAB Programming Fundamentals - MathWorks

(やまだぃちぅ) #1

View the help text and the details from the class definition using the doc command.


doc someClass


Custom Help Text


You can add information about your classes that both the doc command and the help
command include in their displays. The doc command displays the help text at the top of
the generated HTML pages, above the information derived from the class definition. The
help command displays the help text in the Command Window. For details, see:



  • “Classes” on page 30-4

  • “Methods” on page 30-5

  • “Properties” on page 30-5

  • “Enumerations” on page 30-6


Create Help for Classes
Free download pdf