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 Center および MATLAB AnswersFile 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