This is version 0.5.6 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.
You can fork this code @ https://github.com/kotowicz/matlab-ClassInheritanceBrowser
Andreas (2021). matlab-ClassInheritanceBrowser (https://github.com/kotowicz/matlab-ClassInheritanceBrowser), GitHub. Retrieved .
Inspired by: Class Inheritance Browser
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
why events and listeners are not reported in the interface and tree diagram? they could help understand the dynamical behavior of a set of classes
The readme.txt says:
This tool makes use of the biograph function from the Bioinformatics toolbox.
If this toolbox is not installed, the class inheritance browser will not be able to display the tree diagram.
So, it is not useful for me.
Zbigniew, Krakow -Poland,