package

버전 1.0.0.0 (2.84 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에 대해 자세히 알아보기

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.