packAndGo

版本 1.0.2 (3.8 KB) 作者: Nate Fulbright
Creates a zip folder with all files required to run the specified file.
39.0 次下载
更新时间 2020/2/7

查看许可证

% SYNTAX
% packAndGo(targetFile)
%
% DESCRIPTION
% Creates a zip folder with all files required to run the specified file. Only folders in the
% MATLAB search path will be included.
%
% REQUIRED ARGUMENTS
% [No required arguments]
%
% OPTIONAL ARGUMENTS
% targetFile: File for which to create zip folder. Can be a single file or a folder. If omitted,
% this function wil use the active document in the editor window. Pass the filename
% as a character vector ('fileName' or 'fileName.m' or
% 'PATH\SUB_PATH\functionName.m') or as a function handle (@functionName). If
% creating a zip for a folder pass the full name of the folder.
%
% OUTPUT VARIABLES
% [No output variables]
%
% REQUIRED FUNCTIONS (USER-DEFINED)
% [No required functions]

% FUNCTION HISTORY
%{
============= 27 JAN 2020 =============
Nate Fulbright

-Initial release.
===========================================
%}

引用格式

Nate Fulbright (2024). packAndGo (https://www.mathworks.com/matlabcentral/fileexchange/74042-packandgo), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2018a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Use COM Objects in MATLAB 的更多信息
标签 添加标签

Community Treasure Hunt

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

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

Fixed a typo in an error message.

1.0.1

Changed "open" to "winopen" in hyperlinks to achieve desired behavior.

1.0.0