How can I clear the search path to test software I want to distribute?
Show older comments
Hello,
I have to distribute some Matlab functions and need to provide all dependencies. Is there a way to use only user functions present in the current working directory? So I would notice if one is missing as the one in the search path is not available...
Kind regards, W
Answers (1)
per isakson
on 1 Aug 2014
0 votes
AFAIK: The only way is to
- remove all user folders from the search path
- add the user folders afterwards
There are a couple of tools in the FEX, which might be helpful
Categories
Find more on Search Path 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!