how to install toolbox on ubuntu?

143 visualizaciones (últimos 30 días)
peter adolph
peter adolph el 24 de Ag. de 2019
Comentada: ALVARO el 31 de Oct. de 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.

Respuestas (2)

Shubh Sahu
Shubh Sahu el 27 de Ag. de 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 comentarios
peter adolph
peter adolph el 27 de Ag. de 2019
Editada: peter adolph el 27 de Ag. de 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 el 14 de Mzo. de 2022
It's the simplest solution...worked for me!!
chown -R <username>:<username> /usr/local/MATLAB/R***

Iniciar sesión para comentar.


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

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by