Find unused files
Version 1.0.0.0 (956 Bytes) by
Hannes Mogensen
Find files that are NOT called by a selected function
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.
Cite As
Hannes Mogensen (2024). Find unused files (https://www.mathworks.com/matlabcentral/fileexchange/60340-find-unused-files), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2014b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on File Operations in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Change description
|