how to install toolbox on ubuntu?
Mostra commenti meno recenti
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.

Risposte (2)
Shubh Sahu
il 27 Ago 2019
3 voti
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.
Here is the link you can refer to: https://www.mathworks.com/help/install/ug/install-and-activate-without-an-internet-connection.html?s_tid=srctitle
2 Commenti
peter adolph
il 27 Ago 2019
Modificato: peter adolph
il 27 Ago 2019
Pratul Ranjan
il 14 Mar 2022
It's the simplest solution...worked for me!!
chown -R <username>:<username> /usr/local/MATLAB/R***
Matko Matic
il 12 Lug 2022
1 voto
For me just adding sudo to your command worked perfectly --> "sudo chmod -R o+w ./R2019"
1 Commento
ALVARO
il 31 Ott 2022
works for me too with Ubuntu 22 and R2022b. Thank you for the suggestion
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!