aselfpack

Creation of self-extract packages with file filters.
ダウンロード: 2K
更新 2009/11/13

ライセンスの表示

ASELFPACK creates a single matlab self-extract p or m file with all the contents of a selected folder(including subdirectories).

This ASELFPACK is improvement of the orginal submission SELFPACK by martinho@fis.ua.pt (http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8565

ADITIONAL FUNCTIONALITY compared to SELFPACK
1. Filter to exclude or include some files,e.g.,
{'~.m' ,'~.asv'} - exclude m and asv files in the package
{'~.m', '~.asv','demo.m'} - exclude all m and asv files except demo.m

{'*.m' ,'~demo.m'} - include all m files except demo.m

2. Add folders to Matlab search path
3. User defined folder for installation

引用

Durga Lal Shrestha (2024). aselfpack (https://www.mathworks.com/matlabcentral/fileexchange/21768-aselfpack), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAdding custom doc についてさらに検索
謝辞

ヒントを得たファイル: selfpack

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Bug fixed in filter

1.0.0.0

Formatting of the text