We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以使用 gnovice 评论中引用的其他答案中的技术来获取函数依赖项列表(A,B)对,其中 A 调用 B。然后安装 GraphViz 并使用它来生成图表。您可以使用类似这样的方法从 Matlab 创建 .dot 文件。
GraphViz 非常适合许多其他树和图应用程序,例如类继承和依赖树、数据流、等等。
You can use the techniques from those other answers referenced in gnovice's comment to get a list of function dependencies as (A,B) pairs, where A calls B. Then install GraphViz and use it to generate the diagrams. You can create the .dot files from Matlab with something like this.
GraphViz works great for lots of other tree and graph applications, like class inheritance and dependency trees, data flow, and so on.