Find unused files

Find files that are NOT called by a selected function
168 download
Aggiornato 23 nov 2016

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su File Operations in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Change description
Description change