JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
8 stars 10 forks source link

Object Inspection #9

Open JimHokanson opened 10 years ago

JimHokanson commented 10 years ago

I would like to create code that facilitates object inspection and editing.

Work on this is provided at: http://www.mathworks.de/matlabcentral/fileexchange/43198-embeddedmethodsviewer-show-functions-and-methods-within-matlab-editor

Instead of the FEX offering from above, I wanted to make a separate figure that handled this. I think I got stuck when it came to making the GUI interface, as I wanted tree like features and easier callbacks.

Goal Behavior