[Soft question] Tips and tools to analyze unfamiliar OO code
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
What are your tips / Are there any tools to:
Get a quick overview of undocumented but well structured and named OO code?
I am thinking e.g. of automatic graphs showing the class hierarchies and methods therein.
2 Commenti
per isakson
il 25 Giu 2020
Modificato: per isakson
il 25 Giu 2020
Search FEX for UML
Warning: Regarding m2uml you need to edit the code in a couple of places in accourdance with descriptions in the comments.
Risposte (1)
Yair Altman
il 29 Giu 2020
Modificato: Yair Altman
il 29 Giu 2020
For inspecting a single object or class, try
- the GUI-based uiinspect utility (https://www.mathworks.com/matlabcentral/fileexchange/17935-uiinspect) and/or:
- console-based checkClass utility (https://www.mathworks.com/matlabcentral/fileexchange/26947-checkclass)
0 Commenti
Vedere anche
Categorie
Scopri di più su Software Development Tools in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!