exporttozip

This is an update to exportToZip by Malcom Wood. It uses absolute paths OR relative paths.
698 descargas
Actualizado 26 feb 2013

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Search Path en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.3.0.0

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

1.0.0.0