Code covered by the BSD License  

Highlights from
matlab-ClassInheritanceBrowser

Be the first to rate this file! 17 Downloads (last 30 days) File Size: 24 KB File ID: #35690
image thumbnail

matlab-ClassInheritanceBrowser

by Andreas

 

16 Mar 2012 (Updated 18 Mar 2013)

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

| Watch this File

File Information
Description

This is version 0.5.0 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

Acknowledgements

Class Inheritance Browser inspired this file.

Required Products MATLAB
MATLAB release MATLAB 7.9 (R2009b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
15 Mar 2013

Navigate through directories by clicking on directory names in the listbox on the right of the GUI.

18 Mar 2013

fixed problem with Matlab 2013a.

18 Mar 2013

suppress `License checkout failed.` error message on matlab 2011a and higher.

Contact us