Find unused files

버전 1.0.0.0 (956 Bytes) 작성자: Hannes Mogensen
Find files that are NOT called by a selected function
다운로드 수: 168
업데이트 날짜: 2016/11/23

라이선스 보기

find_unused_files checks all files in the same directory as the input function, including subdirectories. Then it prints a list of files that are not called by the input function.
Example: find_unused_files('foo') will call the function foo and print a list of files that are not called by the foo function.

인용 양식

Hannes Mogensen (2024). Find unused files (https://www.mathworks.com/matlabcentral/fileexchange/60340-find-unused-files), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Change description
Description change