Installing MathWorks toolboxes without GUI

7 views (last 30 days)
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!

Answers (1)

Rishabh Singh
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!

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!