Project Release ZIP File from Dependencies

This function will build a zip file containing only necessary files/folders for release of a project

이 제출물을 팔로우합니다

This function will build a "release" zip file containing only files and folders which are dependencies of a particular m-file and are within a project working directory.
The function first finds all dependencies for a given m-file and removes those which aren't under the given working directory. After this, all the leftover project dependencies and their folder structure are copied over to a temporary directory. The temporary directory is then zipped to the working directory with the given zip file name and the temporary directory is deleted.
Version 1.1
Now allows for optional condition 'RuntimeDependencies' which finds the dependencies using a profiled runtime environment allowing for anonymous functions, dynamic function handles and all their children to be included as dependencies.

인용 양식

Jacob D (2026). Project Release ZIP File from Dependencies (https://kr.mathworks.com/matlabcentral/fileexchange/62823-project-release-zip-file-from-dependencies), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: M-file dependency consolidator

카테고리

Help CenterMATLAB Answers에서 Entering Commands에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Added RuntimeDependencies optional input argument

1.0.0.0