Starting the AddOn Manager from the command line
14 views (last 30 days)
Show older comments
I am trying to write some routines to assist users with automatically updating software. It would be helpful if I could run a command that would open the AddOn Manager but so far I can't find one. Does one exist?
3 Comments
Answers (2)
Aditya Jha
on 18 Jan 2023
Hi!
You can use “matlab.addons.install()” to install an add on through command line. Here is the example code the demonstrates that
>>matlab.addons.install(toolboxFile,agreeToLicense)
Please refer to the following documentation for more details: https://www.mathworks.com/help/matlab/ref/matlab.addons.install.html
You can also use The MATLAB Production Server Add-On Explorer provides a graphical interface to find, install, and manage MATLAB Production Server add-ons.
>>prodserver.addon.Explorer
Please refer to the following documentation for more details: https://www.mathworks.com/help/mps/ml_code/manage-add-ons.html
3 Comments
See Also
Categories
Find more on Manage Products 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!