package
by Daniel Ennis
29 Oct 2004
(Updated 12 Apr 2006)
This function creates a zip file consisting of a core m-file and the functions it depends upon.
|
Watch this File
|
| File Information |
| Description |
% This function makes a zip file archive from an m-file and its
% dependencies. The zip-file is stored in the same path as the
% m-file with a *.zip extension. The keyword is used to identify and
% package ONLY m-files that are on paths containing the keyword. This
% prevents the archiving of Mathwork functions which the end user is likely
% to have or need a license for. The function is recursive and therefore
% packages functions of functions of functions etc. |
| Acknowledgements |
This submission has inspired the following:
M-file dependency consolidator
|
| MATLAB release |
MATLAB 7 (R14)
|
| Other requirements |
None. I develop under UNIX/OSX. Let me know if there are PC/SUN/etc. problems. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 26 Jan 2006 |
mut ante
|
|
|
| 26 Jan 2006 |
mut ante
|
|
|
| 19 Nov 2008 |
Thierry Dalon
|
|
|
| Updates |
| 27 Jun 2005 |
Two changes were made: 1) made the default keyword the username if running on a UNIX platform, 2) Included DEPFUN2 as an internal function to prevent having to download two files. |
| 10 Aug 2005 |
Improved handling for PC platform. |
| 12 Apr 2006 |
Bug fix. Feature addition. |
|
Contact us at files@mathworks.com