make_release

版本 1.0.0.0 (1.7 KB) 作者: Bjorn Gustavsson
automatically collect all functions needed for a program/project/toolbox in a release directory
1.9K 次下载
更新时间 2001/10/3

查看许可证

This function is to be used as a simple tool for creating release/basckup/snap-shots of projects. This might be very handy when providing your matlab-files in a project to others - by using this tool you avoid distribution of development files as well as outdated files.

MAKE_RELEASE - Function that makes a release copy to DEST_DIR of all files under DIR_PATTERN that contains functions that USER_VISIBLE_FUNCTIONS depend on. USER_VISIBLE_FUNCTIONS should be cell array with full paths to all the the functions that should be used directly by the user. DEST_DIR should be a string with the full path to the `release directory'. DIR_PATTERN should be a string with the absolute path to the root directory from which MAKE_RELEASE collect files to put in DEST_DIR. OPTIONS - if 'v' is passed the acctions are stored in MAKE_RELEASE.LOG

Notice 1: requires MAKE_DEPEND.
Notice 2: works under unix.
Notice 3: if you have a project under /home/you/matlab/qwe that uses files also from /home/you/matlab/qwa but not from /home/you/matlab/que you could use '/home/you/matlab/qw' as DIR_PATTERN in order to search for files in both /home/you/matlab/qwe and /home/you/matlab/qwa.

copyrigth Bjorn Gustavsson 2001-10-01

引用格式

Bjorn Gustavsson (2024). make_release (https://www.mathworks.com/matlabcentral/fileexchange/819-make_release), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R11.1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息

Community Treasure Hunt

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

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