What functions does the main file call?

2 visualizaciones (últimos 30 días)
Ariwan
Ariwan el 21 de Jul. de 2021
Comentada: Rik el 21 de Jul. de 2021
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 comentario
Rik
Rik el 21 de Jul. de 2021
You can get a first impression by running the profiler.

Iniciar sesión para comentar.

Respuesta aceptada

Bjorn Gustavsson
Bjorn Gustavsson el 21 de Jul. de 2021
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

Más respuestas (0)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by