[Soft question] Tips and tools to analyze unfamiliar OO code
조회 수: 2 (최근 30일)
이전 댓글 표시
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
per isakson
2020년 6월 25일
편집: per isakson
2020년 6월 25일
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.
답변 (1개)
Yair Altman
2020년 6월 29일
편집: Yair Altman
2020년 6월 29일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Software Development Tools에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!