이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
The script shows the calling sequence of a function or a script. Given the script/function name, this utility
1. displays a list of functions that are called.
2. generates a .dot file
3. uses Graphviz/dot tool to generate an .eps file that shows the dependency relationship of the functions called directly or indirectly.
4. uses gv to display the .eps file.
In order for the graphical display to work, it needs
1. The "dot" program in Graphviz. See
http://www.graphviz.org/
2. The gv (ghostview) program to show the EPS file.
System functions (those that are not in a directory whose full path name contains the user id) are ignored.
인용 양식
Zhengdao Wang (2026). Show Calling Dependency (https://kr.mathworks.com/matlabcentral/fileexchange/15653-show-calling-dependency), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: dep (unmaintained)
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 | An improved version of the .m file is available. |
