How to Install additional toolbox of MATLAB in Ubuntu using Add-ones?

120 vues (au cours des 30 derniers jours)
Hiren Vora
Hiren Vora le 12 Déc 2019
Commenté : Nicolas le 28 Déc 2023
I am using Ubuntu 18.04.I am using MATLAB R2019b Version.I want to add Global Optimization toolbox in MATLAB but whenever I try to install any Toolbox, it shows me Unable to write!! I am attaching screenshot of error message. Can anyone suggests me how should I proceed??
Screenshot from 2019-12-12 09-01-12.png
  5 commentaires
Wendelin Potz
Wendelin Potz le 10 Sep 2023
Have you tried this ?
sounds like you have the standard "cant install toolboxes" issue...
TLDR: run these commands to fix the issue
sudo chown -R $LOGNAME: /usr/local/MATLAB/your_version_here
sudo chmod u+rwx -R /usr/local/MATLAB/your_version_here
Nicolas
Nicolas le 28 Déc 2023
you must run matlab with sudo to update add-ons.
in a console:
sudo matlab
and then, try again!

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by