package

版本 1.0.0.0 (2.8 KB) 作者: Daniel Ennis
This function creates a zip file consisting of a core m-file and the functions it depends upon.
1.8K 次下载
更新时间 2016/3/31

查看许可证

% 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.

引用格式

Daniel Ennis (2024). package (https://www.mathworks.com/matlabcentral/fileexchange/6148-package), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Search Path 的更多信息
致谢

启发作品: M-file dependency consolidator

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Update BSD License.
Bug fix. Feature addition.