Show Calling Dependency

版本 1.0.0.0 (2.4 KB) 作者: Zhengdao Wang
A function is provided that shows which functions a script/function calls
2.0K 次下载
更新时间 2007/8/18

查看许可证

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 (2024). Show Calling Dependency (https://www.mathworks.com/matlabcentral/fileexchange/15653-show-calling-dependency), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R10
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息
致谢

启发作品: dep (unmaintained)

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

An improved version of the .m file is available.