Say I have the main file A
A calls function B, C and D
Functions B uses function E and function C uses function F
These are all custom made functions (i.e. made by me, so no pre-build like "max" or "sum" )
Is there a function / way for MATLAB to give me a (graphical) representation of all the functions (and subsequent functions) used by main file A

댓글 수: 1

Rik
Rik 2021년 7월 21일
You can get a first impression by running the profiler.

댓글을 달려면 로그인하십시오.

 채택된 답변

Bjorn Gustavsson
Bjorn Gustavsson 2021년 7월 21일

0 개 추천

My prefered tool is m2html, combined with GraphViz you can get a very neat cross-referenced documentation for your scripts and toolboxes. For one of my toolboxes this type of (cross-linked) graph is what it produces: Skymap-graph.
HTH

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Share and Distribute Software에 대해 자세히 알아보기

제품

릴리스

R2020a

질문:

2021년 7월 21일

댓글:

Rik
2021년 7월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by