This function displays a graph of the inheritance hierarchy of Matlab Object Oriented Code. It finds all classes below the current working directory and all super classes on the Matlab Path and displays the graph using the bioinformatics toolbox biograph function.
Matt Dunham (2021). View Class Inheritance Hierarchy (https://www.mathworks.com/matlabcentral/fileexchange/21206-view-class-inheritance-hierarchy), MATLAB Central File Exchange. Retrieved .
Inspired: 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.
Broken in Matlab 2014b (preview). I updated the code to ignore class parents that begin with "matlab."; see https://gist.github.com/drdan14/49bb6eade8540aecf7d9
thanks, cool tool ^^