How to open a toolbox added manually by an user?

I have added a toolbox in matlab R2013a using pathtool command. How to open that particular toolbox after adding.

 Accepted Answer

Enter the name of the toolbox GUI at the command line. For example if the toolbox provided "babylontool" then at the command line enter
babylontool
Not all toolboxes provide a graphics interface. To use the routines provided by those kinds of toolboxes, just call the routines from your code.

More Answers (0)

Categories

Products

Community Treasure Hunt

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

Start Hunting!