이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Toolbox Installer 2.2 (https://kr.mathworks.com/matlabcentral/fileexchange/3726-toolbox-installer-2-2), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: eq_sphere_partitions
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 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. |
