how to install toolbox on ubuntu?

134 vues (au cours des 30 derniers jours)
peter adolph
peter adolph le 24 Août 2019
Commenté : ALVARO le 31 Oct 2022
I want to install the communication toolbox on ubuntu18.04, I use the command "chmod -R o+w ./R2019" change write access. then I open matlab gui to install the toolbox,but the fellowing error accours.please point out my problems,thanks a lot.

Réponses (2)

Shubh Sahu
Shubh Sahu le 27 Août 2019
To download the toolbox in ubuntu follow these steps:
Open command window ->Go to the directory where MATLAB is installed -> then type sudo ./install -> check the tool box you want to download -> next -> next -> finish.
  2 commentaires
peter adolph
peter adolph le 27 Août 2019
Modifié(e) : peter adolph le 27 Août 2019
I have change the group and user from root to my name of all matlab related file, and it work. anyway ,thank you
Pratul Ranjan
Pratul Ranjan le 14 Mar 2022
It's the simplest solution...worked for me!!
chown -R <username>:<username> /usr/local/MATLAB/R***

Connectez-vous pour commenter.


Matko Matic
Matko Matic le 12 Juil 2022
For me just adding sudo to your command worked perfectly --> "sudo chmod -R o+w ./R2019"
  1 commentaire
ALVARO
ALVARO le 31 Oct 2022
works for me too with Ubuntu 22 and R2022b. Thank you for the suggestion

Connectez-vous pour commenter.

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