|
|
| File Information |
| Description |
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.
» |
| Acknowledgements |
This submission has inspired the following:
EQSP: Recursive Zonal Sphere Partitioning Toolbox
|
| MATLAB release |
MATLAB 5.2 (R10)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 15 Aug 2003 |
Rasmus Anthin
|
|
|
| 10 Jan 2005 |
Paul Leopardi
|
|
|
| 16 Jan 2005 |
Rasmus Anthin
|
|
|
| 23 Feb 2005 |
Norbert Marwan
|
|
|
| Updates |
| 17 Jul 2003 |
I thought that ADDPATH would automatically update the pathdef.m file, which it doesn't. So this new version saves the path using PATH2RC.
Selection of pathdef.m to save to is now also possible. |
| 22 Jul 2003 |
A warning rather than an error will be shown when attempting to reinstall an already installed toolbox or uninstalling an already uninstalled toolbox. |
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com