How can I install user-developed toolbox?

 Accepted Answer

Put all the m-files of the toolbox in its own folder. Then use the addpath() command to add it to the search path. Use savepath() if you want to make that folder permanently on the search path, rather than just for that session, or you can put the addpath() command into your startup.m file.

More Answers (0)

Categories

Asked:

on 29 Aug 2014

Commented:

on 29 Aug 2014

Community Treasure Hunt

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

Start Hunting!