Where shall I put my "toolbox" my company provides for MATLAB?
Show older comments
Our company produces electrical devices. We wrote an MATLAB interface which makes it possible to communicate with our devices from MATLAB. Where shall we put this extension to MATLAB? Is there a certain folder (almost) every MATLAB installation provides? Would "C:\Program Files\MATLAB\R2014a\toolbox\ourtoolbox" be an apropriate location for "ourtoolbox"?
What is the best way to include this toolbox? Is writing
"addpath('C:\Program Files\MATLAB\R2014a\toolbox\ourtoolbox')"
at the beginning of every script using the ourtoolbox methods a resonable way?
Additional information:
- We are using Install Shield to install our software.
- In addition we have a programm for finding updates which should be able to update the files in "ourtoolbox".
Accepted Answer
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!