dependency_matlab

Version 2.01 (7,01 KB) von Kim Dohyun
Generate and display dependency tree with a highlight
196 Downloads
Aktualisiert 11. Feb 2019

Generate dependency tree of given folder and display

genDep(directory) generate dependency tree in digraph form and store it in /.dependency/G.mat

If the directory is not given, the directory is set to the current folder.

dispDep(G) or dispDep(directory) displays the dependency tree by using the graph plot.

Here, G is digraph and directory is the directory name.

If the input is not given, display the current folder's dependency tree.

Resulting plot has the following functionalities.
1. Highlight selected file and its children, parents. (click a node. highlighting multiple files is also possible by shift+left click.)
2. Extract and export subproject (control+left click). After typing in the directory name for the new project, all selected files will be copied to the given directory name.

Zitieren als

Kim Dohyun (2024). dependency_matlab (https://github.com/dohyun-cse/dependency_matlab), GitHub. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2018b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu File Operations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise
2.01

bug fix for old matlab

2.00

1. Nodes have a different color when the folder is different.
2. When the legend is clicked, node size of the nodes in the selected folder increases. (click any blank in figure will dehighlight)

1.01

minor bugfixes

1.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.