Install package requirements automatically from a zip file hosted on Google Sites.

버전 1.1.0.0 (2.14 KB) 작성자: Francis Esmonde-White
Allows package requirements to be seamlessly downloaded and installed without user intervention.
다운로드 수: 476
업데이트 날짜: 2011/5/13

라이선스 보기

The Mathworks File Exchange does not allow .exe or .dll files to be included in submissions. But sometimes a submission requires compiled external libraries. This submission enables seamless downloading and installation of forbidden files through a zip file hosted through Google Sites.

By default it will unpack a 2MB zip file containing a converter for turning IDTF files into U3D files (useful for making 3D pdf figures from meshes).

Syntax:
installGoogleArchive(downloadLocation, zipFile)

인용 양식

Francis Esmonde-White (2024). Install package requirements automatically from a zip file hosted on Google Sites. (https://www.mathworks.com/matlabcentral/fileexchange/31414-install-package-requirements-automatically-from-a-zip-file-hosted-on-google-sites), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

In response to Jan Simon's helpful comment, I have updated the routine.

1. urlwrite & textscan replaced by urlread.
2. Error messages included to make potential causes of execution failure more obvious.
3. Help appropriately updated.

1.0.0.0