How can I easily install my own custom toolbox on my workers in a MATLAB Distributed Computing Server 4.1 (R2009a) environment?
Show older comments
I have created my own toolbox which I want to make available to all workers on my Parallel Computing cluster. I am able to get this working if the script being executed on the workers starts with the following line:
addpath \\server\share\to\toolbox
or if I set the correct 'PathDependencies'.
However, I would like all workers to be able to use the functions from my toolbox without having to do this, i.e. just like with any normal MathWorks toolbox which work out-of-the-box.
Is there any way this can be done?
Accepted Answer
More Answers (0)
Categories
Find more on Share and Distribute Software 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!