new_dir.m

This is an enhancement to MATLAB's dir function, for dealing with sequentially numbered files.
ダウンロード: 698
更新 2009/11/23

ライセンスの表示

This function is designed for dealing more easily with filenames. It is particularly useful for locating files with a numerical suffix, as might be used for data files that are sequentially numbered. In addition to the fields of dir, it also returns a path field and a number field. It also allows for executing functions whose input is a filename. Examples are open, delete, ...

Type help new_dir to find examples.

引用

Stephan Koehler (2024). new_dir.m (https://www.mathworks.com/matlabcentral/fileexchange/25753-new_dir-m), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
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.5.0.0

Improvement for handling errors

1.4.0.0

Bug fix, and added the option to restrict search to directories or non-directories.

1.3.0.0

Thanks for the comment Jan. I fixed the varargin bug (it was just an oversight), and adopted your other suggestions.

1.2.0.0

Bugs have been fixed, and examples are much easier. to get started create a test directory by typing "new_dir -generate", and follow the examples in help new_dir.

1.0.0.0