zipRequiredFilesAnd​Products

版本 2.0.0 (7.9 KB) 作者: Jake August
Grab all required M and P files associated with your MATLAB script and contain into a ZIP archive.
12.0 次下载
更新时间 2021/3/31

查看许可证

Collect all required M and P files associated with your code into a ZIP archive. I use this most often to:
1. Share code that demonstrate my functions or procedures,
2. Archive a function in a known good state, or
3. Include my source when deploying a product.
It is built around matlab.codetools.requiredFilesAndProducts and uses Java. I recently updated it to use MATLAB 2019b's argument blocks, which helped clean up the otherwise cumbersome program logic.

引用格式

Jake August (2024). zipRequiredFilesAndProducts (https://www.mathworks.com/matlabcentral/fileexchange/89624-ziprequiredfilesandproducts), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
兼容 R2019b 到 R2021a 的版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

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

The updated ZipRequiredFilesAndProducts is a static method of myCodeTools, which utilizes myFileTools to directly create ZIP archives without copying or writing out files to temporary directories.

1.0.0