Class Inheritance Browser
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.
Cite As
Clayton Ernst (2024). Class Inheritance Browser (https://www.mathworks.com/matlabcentral/fileexchange/27633-class-inheritance-browser), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired by: View Class Inheritance Hierarchy
Inspired: matlab-ClassInheritanceBrowser
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
class_inheritance_browser 0.4.1/Source/
class_inheritance_browser 0.4.1/Source/+classInheritance/
class_inheritance_browser 0.4.1/Source/+inex/
Version | Published | Release Notes | |
---|---|---|---|
1.8.0.0 | License checking made compatible with network licenses. |
||
1.7.0.0 | Summary, description, and requirements updated. |
||
1.6.0.0 | Checks to see if the bioinformatics toolbox is present. If not, then the browser window is opened without displaying the tree diagram. |
||
1.5.0.0 | - clean up code
|
||
1.3.0.0 | - Numerous bugs fixed, speed improved
|
||
1.1.0.0 | - Use the 'Browse' button to jump to a new directory
|
||
1.0.0.0 |