Toolbox Installer 2.2

버전 1.0.0.0 (2.66 KB) 작성자: Rasmus Anthin
Routines for easily installing and uninstalling toolbox directories.
다운로드 수: 3.4K
업데이트 날짜: 2003/7/22

라이선스 없음

This kit contains four files for assisting the toolbox author to make a userfriendly alternative to EDITPATH for his/her toolbox. The author uses MAKEINSTALL to create an info-file that will be located in the base/home-directory of a particular toolbox. Then by including the INSTALL and UNINSTALL programs in your toolbox the user simply writes INSTALL to install the directories you specified (you don't have to specify the base directory) to the matlab path, or removing them from the matlabpath by using UNINSTALL.

You can at any instant check the info-file by executing the CHECKINSTALL command.

Example of usage:
-----------------
The author does something like this:

» cd(fullfile(matlabroot,'toolbox','digitalsim'))
» disp(pwd)
C:\MATLAB\toolbox\digitalsim
» makeinstall gates latches flipflops registers counters
»

The user does something like this:

» cd(fullfile(matlabroot,'toolbox','digitalsim'))
» install
Installed.
»

인용 양식

Rasmus Anthin (2024). Toolbox Installer 2.2 (https://www.mathworks.com/matlabcentral/fileexchange/3726-toolbox-installer-2-2), MATLAB Central File Exchange. 검색됨 .

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

줌: eq_sphere_partitions

Community Treasure Hunt

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

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

A warning rather than an error will be shown when attempting to reinstall an already installed toolbox or uninstalling an already uninstalled toolbox.