Require FEX package

버전 1.31.0.0 (7.82 KB) 작성자: Igor Podlubny
Let the user download and install those File Exchange packages, which your submission needs.
다운로드 수: 1.8K
업데이트 날짜: 2016/10/28

라이선스 보기

The authors of submissions (packages) to FEX may sometime use the functions from the packages submitted to FEX by other authors. Instead of distributing those packages written by others, the authors of FEX submissions can use the function 'requireFEXpackage.m' for helping users with downloading and installing the required FEX packages.
Three included sample scripts demonstrate how this can be done.
In particular, see the instruction in the 'installFEXpackages.m'.
The easiest way is just to add the files 'requireFEXpackage.m' and 'installFEXpackages.m'
to your toolbox, modify the file 'installFEXpackages.m', and instruct the user of your toolbox
to run the script 'installFEXpackages.m' once before using your toolbox.
The user is always asked where to put the requested FEX package. A subdirectory called 'NNNNN' (where NNNNN is the ID of the requested FEX package) is created in the user-selected location, and all files from the requested FEX package are installed there.

There is also another function in this toolbox, namely 'suggestFEXpackage.m', which can be used in situations, where the the other FEX submission can be recommended as a related one, but is not a necessary pre-requisite.

It can be recommended to create a directory called 'FEX' for putting all FEX packages there.

인용 양식

Igor Podlubny (2024). Require FEX package (https://www.mathworks.com/matlabcentral/fileexchange/31069-require-fex-package), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Changed 'http:' to 'https:' in baseURL, as suggested by Scott Lowe.

1.3.0.0

Enhanced formatting in the dialog in 'requireFEXpackage.m'. New function 'suggestFEXpackage.m' added.

1.2.0.0

Removed unnecessary line in the code.

1.0.0.0