How can I install user-developed toolbox?

2 views (last 30 days)
Like this. I don't want to copy it in my working directory as soon as I intend to use it many times. Thanks.

Accepted Answer

Image Analyst
Image Analyst on 29 Aug 2014
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

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!