How can one switch between locations of same namespace in one file system?
Show older comments
Kind reader,
I work with a namespace to structure function families. The development folder is a git checkout and I managed to write an installer for the namespace. So the relesed state of the namespace is in the Program Data folder and the path is added in Matlab.
Questions: As boths namespace folders path are now added to Matlab
- How can I choose between the two?
- How can I activated/deactivate one of them?
---------------------- File system depiction --------------------------------
- C:gitClone/+myNamespace -C:ProgramData/myNamespace
- /+awsomeFunctions - /+awsomeFunctions
- /+helpfulFunctions - /+helpfulFunctions
-----------------------------------------------------------------------------
As I provide a release of the namespace to co-workers I have to be able to check the installation on my development computer. I read about package creation in Matlab (mpmcreate - Create package - MATLAB) but that does not work for namespaces.
Every hint, comment, and thought about this issue is highly appreciated :)
Environement: Windows with Matlab 2024b
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!