how to install toolbox on ubuntu?
116 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(2 个)
Shubh Sahu
2019-8-27
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 个评论
Pratul Ranjan
2022-3-14
It's the simplest solution...worked for me!!
chown -R <username>:<username> /usr/local/MATLAB/R***
Matko Matic
2022-7-12
For me just adding sudo to your command worked perfectly --> "sudo chmod -R o+w ./R2019"
1 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!