disp_inmem
by georg
21 Mar 2006
(Updated 21 Mar 2006)
List necessary files before packing, publishing or sharing programs.
|
Watch this File
|
| File Information |
| Description |
Use this to ensure that you have catched every necessary file, in case you are sharing your work with others. Sure not so powerfull as the makeinstall stuff but quite straight forward.
Use it like this:
clear all ;
...; % start your testbench/script(s)/program(s)
disp_inmem ;
following options are available:
- disp_inmem(DIR) displays only those loaded from the directory DIR and its subdirectories.
- disp_inmem(DIR,ZIPFILE) packs the files into a zip-file
It will of course miss files, if you don't ensure that all your files are called between the 'clear all' and the 'disp_inmem' statement. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
makeinstall
|
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
| Other requirements |
If you want to use the zip option, java has to be installed. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com