Matlab fails to install add-ons on ubuntu.
51 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
My version is R2024b and the platform is Ubuntu 20.04. I want to learn system control on the Matlab. While I finished my code, the console warned that I didn't have the add-on "Control System Toolbox". I tried to downloaded the add-ons in Matlab but failed, the window told me that "failed to get the add-ons" though everytime it had been downloaded for about 40%.
What I've tried:
- change the add-on directory: failed. I change the directory to the ~/MatlabAddons but it didn't work.
- give the matlab sudo permission: I used the chown to elevate matlab's administration but still doesn't work.
- sudo start the matlab: sucess. I enter the matlab's installation directory and use sudo .matlab and when the program is opened, the addons can be installed. But as long as I don't use the sudo start, the addons are missing. Furthermore, using sudo every time has safety risks.
Here is the error window:

Then

Thanks!
0 Commenti
Risposte (1)
dpb
il 26 Nov 2025 alle 22:01
The ControlSystem Toolbox is an additional product; you'll need to verify the license includes it in order to be able to install it. If it was in the initial product purchase, it should have been included in the initial install automatically.
https://www.mathworks.com/help/overview/control-systems.htm lists all the area toolboxes that might be of interest depending upon just what you do want to do
Log in to your user account and go to the license center and see if it is listed; if not, you'll need to contact your local Mathworks sales channel.
0 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!