rbmatlab 0.10.01
|
prints out class structure and documentation for a given classname or object More...
Go to the source code of this file.
Functions | |
function | class_help ( classname_or_object, verbose) |
prints out class structure and documentation for a given classname or object |
prints out class structure and documentation for a given classname or object
Definition in file class_help.m.
function class_help | ( | classname_or_object, | |
verbose | |||
) |
prints out class structure and documentation for a given classname or object
The information printed by this function includes
classname_or_object | Either a string holding the class name or a class object, for which information shall be printed. |
verbose | Integer triggering the amount of information which is printed.
|
Definition at line 1 of file class_help.m.