Toolbox Installer 2.2
by Rasmus Anthin
15 Jul 2003
(Updated 22 Jul 2003)
Routines for easily installing and uninstalling toolbox directories.
|
Watch this File
|
| 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. |
|
Contact us at files@mathworks.com