Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Make a dependency report for a matlab file. Plot a dot graph of the result. Independent of the matlab depfun() function. Make only static code analysis.
Independent of the matlab depfun() function.
1) Find the matlab dependency for each matlab file in the directory.
2) Find all the dependency from the main file (recursively).
3) Plot the call graph.
Don't make infinite loop by recursive call.
You can include external function in the call graph.
There is some limitations. The output file is a dot file (graphwiz), so you can fix the error of the script.
Need a unix system.
Citar como
T. Guillod (2026). dep (unmaintained) (https://es.mathworks.com/matlabcentral/fileexchange/27787-dep-unmaintained), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Show Calling Dependency, fdep: a pedestrian function dependencies finder
Información general
- Versión 1.0.0.1 (4,94 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
