packAndGo

버전 1.0.2 (3.76 KB) 작성자: Nate Fulbright
Creates a zip folder with all files required to run the specified file.
다운로드 수: 39
업데이트 날짜: 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