exporttozip

버전 1.3.0.0 (2.76 KB) 작성자: Mark Morehead
This is an update to exportToZip by Malcom Wood. It uses absolute paths OR relative paths.
다운로드 수: 698
업데이트 날짜: 2013/2/26

라이선스 보기

Malcolm Wood's exportToZip is an excellent function that zips all the functions that your specified function depends on, into one zip file.

It is a very nice archival tool and useful for distributing your software to colleagues.

My mfiles are spread across network drives. The original exportToZip used relative paths and a common rootpath. This does not work for my type of network setup. So I edited the function to use either relative or absolute paths.

인용 양식

Mark Morehead (2024). exporttozip (https://www.mathworks.com/matlabcentral/fileexchange/30724-exporttozip), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
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.3.0.0

2nd update to include recommendation for a nargin<2 test by Ioannis Filippidis.

1.0.0.0