dep (unmaintained)

버전 1.0.0.1 (4.94 KB) 작성자: T. Guillod
Make a dependency report for a matlab file and plot the call graph. Make only static code analysis.
다운로드 수: 2.2K
업데이트 날짜: 2020/1/24

라이선스 보기

Make a dependency report for a matlab file. Plot a dot graph of the result. Independent of the matlab depfun() function. Make only static code analysis.

Independent of the matlab depfun() function.

1) Find the matlab dependency for each matlab file in the directory.
2) Find all the dependency from the main file (recursively).
3) Plot the call graph.

Don't make infinite loop by recursive call.
You can include external function in the call graph.

There is some limitations. The output file is a dot file (graphwiz), so you can fix the error of the script.

Need a unix system.

인용 양식

T. Guillod (2024). dep (unmaintained) (https://www.mathworks.com/matlabcentral/fileexchange/27787-dep-unmaintained), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Search Path에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

dep

dep/src

버전 게시됨 릴리스 정보
1.0.0.1

Code with many bugs and not covering the actual capabilities of the matlab language (object orientation)

1.0.0.0