Skip to content

A tool for managing and organizing classes, with a simple interface and (optional) tree diagram.

License

Notifications You must be signed in to change notification settings

kotowicz/matlab-ClassInheritanceBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A) ABOUT

This is version 0.5.7 of Class Inheritance Browser, originally released @ http://www.mathworks.com/matlabcentral/fileexchange/27633.

This tool searches a given directory and populates a browser window with pertinent information about each discovered class, including properties, methods, and superclasses. Other useful features include opening a class definition file from the browser window, opening a file to the line where a certain method is defined, and printing property help to the console.

Additionally, if the Bioinformatics Toolbox is installed, a tree diagram will be displayed that visualizes inheritance relationships between all Matlab classes found.

Originally written as a project for Engineering 177, Advanced Matlab Programming, Spring 2010, Professor Andrew Packard, University of California, Berkeley.

B) Usage

Please check the example:

$ cd Source
$ inheritanceexample