Code covered by the BSD License  

Highlights from
Path tools - Dynamic Toolbox Management

5.0

5.0 | 1 rating Rate this file 4 Downloads (last 30 days) File Size: 6.33 KB File ID: #23148

Path tools - Dynamic Toolbox Management

by Andrey Popov

 

28 Feb 2009 (Updated 06 Nov 2011)

Dynamical toolbox path management. Developer's tweak.

| Watch this File

File Information
Description

Path tools provides 2 easy functions to manage your toolboxes/folders.

needs: allows adding and removing toolboxes to the Matlab path.
goto: allows changing the current folder to a specified toolbox.

The toolboxes are specified by name, identifier and path in defTBX.m file. Optional 'info' field provides overview, when evoking
needs() % or goto()

needs('TBX1','TBX2','-TBX3')
Adds 'TBX1' and 'TBX2' to the Matlab path. Removes 'TBX3' from the path (if there). Equivalently
needs TBX1 TBX2 -TBX3
needs(n1,n2,-n3) % where n1 is the identifier of toolbox TBX1, etc.

needs(100:120) % loads all toolboxes with identifiers from 100 to 120

goto('TBX1') % changes the current folder to the one of toolbox TBX1. Equivalently
goto TBX1
goto n1

MATLAB release MATLAB 7.2 (R2006a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
28 Jul 2009 Guillaume  
Please login to add a comment or rating.
Updates
24 May 2009

License changed from GNU to BDS

06 Nov 2011

Updated author information

06 Nov 2011

Fixed typo

Tag Activity for this File
Tag Applied By Date/Time
path navigation toolbox toolboxes Andrey Popov 02 Mar 2009 12:31:12
path navigation toolbox toolboxes Linda 06 Apr 2009 12:36:58

Contact us at files@mathworks.com