How to install MATLAB 2017a to Ubuntu 16.04?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello! I have tried to install the latest version of Matlab to my professor's old linux machine which uses ubuntu and I am having a lot of difficulty. I have already downloaded the install package in the computer. I have looked up how to install it and have seen many "sudo" commands but am always told "Permission denied" when I try the other variations like what is shown below. As someone with very limited knowledge of ubuntu, how do I solve this issue and download this program. I would appreciate a timely response as it is important to use MATLAB in our research. Thank you.
sudo ./install
chmod +x ./install
sudo chmod +x ./install
3 Kommentare
Antworten (2)
Bapi Saha
am 21 Nov. 2017
I also have the same problem , but no one has guided me in proper way . Very disappointing !
1 Kommentar
Qiuyang Xu
am 12 Apr. 2018
Bearbeitet: Walter Roberson
am 12 Apr. 2018
sudo chmod 777 * -R
sudo sh ./install
Rajul K Gajjar
am 19 Aug. 2018
Hi,
I am on Ubuntu 16.04 LTS 64bit.
Installed Matlab 2018a, with individual licence login credential provided by the university.
Installation went smooth, activated product using login credentials.
But, when I start matlab by typing $ matlab in the terminal, the matlab screen remains there forever. It is not entering into command line and workspace...
Update JAVA installation updated the stdc++. But, nothing works.
Please help.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!