Installing MathWorks toolboxes without GUI
13 views (last 30 days)
Show older comments
Hi!
I'm trying to run a matlab script on our HPC cluster using the official MATLAB docker image. The problem is that the Docker image does not contain any toolboxes and my code uses functions from the image processing, computer vision and statistics and machine learning toolboxes. Is there any way to install the required toolboxes without this Add-on manager GUI?
Thank you!
0 Comments
Answers (1)
Rishabh Singh
on 4 Aug 2021
Hi Peter,
As per my understanding, you want to install toolboxes on your Docker image without using the Add-on Manager GUI. As a workaround, you can install MathWorks toolboxes using the command matlab.addons.install. You can also go through the Get and Manage Add-Ons documentation page to explore other options.
Hope this helps!
0 Comments
See Also
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!