plot_depfun

plots a graph of the dependencies of a function
다운로드 수: 2.1K
업데이트 날짜: 2016/10/8

라이선스 보기

wrapper for depfun that plots the results to a node graph of dependencies
faster than regular depfun due to using multiple calls with the -toponly option.

인용 양식

Christopher Pedersen (2024). plot_depfun (https://www.mathworks.com/matlabcentral/fileexchange/46080-plot_depfun), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.14.0.0

Fixed bug in plot_graph where node comments appeared in the wrong node. With thanks to Zi-Xiang WANG for spotting the bug.

1.13.0.0

Plot_graph fixed bug where some function names were not handled correctly.
bugfix : now correctly removes function calls that do not have a file extension.

1.12.0.0

Bugfix in plot_graph line 202 : apparently old syntax doesn't work on some windows versions.
bugfix in plot_graph line 207: error message now gives useful feedback

1.11.0.0

Fixed issue with figure title sometimes dissapearing off the top of the display, by adding 3/4" margin around the figure.

1.10.0.0

changed to matlab toolbox format

1.9.0.0

bugfix : plot_graph was not working on older versions of matlab on windows.

1.8.0.0

improved plotting of figures too large to fit on the screen.

1.7.0.0

fixed bug

1.6.0.0

More bugfixes

1.5.0.0

accidentally submitted an early test version. New version actually works.

1.4.0.0

changed from use of findstr to strfind

1.3.0.0

fixed a bug under older versions of matlab in windows : files in matlab toolboxes were not being removed

1.2.0.0

updated to include acknowledgements

1.1.0.0

Added handling of files without dependencies

1.0.0.0