|
|
aselfpack: Creation of self-extract packages with file filters.
Version:1.0
16 Oct 2008
(Updated 17 Oct 2008)
File Size: 19 Bytes File Format: m-file (MATLAB file)
Download from the link here.
|
|
|
| File Information |
| Description |
ASELFPACK creates a single matlab self-extract p or m file with all the contents of a selected folder(including subdirectories).
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 |
| MATLAB release |
MATLAB 7.0.1 (R14SP1) | |
|
|