how to install toolbox on ubuntu?

131 ビュー (過去 30 日間)
peter adolph
peter adolph 2019 年 8 月 24 日
コメント済み: ALVARO 2022 年 10 月 31 日
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.

回答 (2 件)

Shubh Sahu
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.
  2 件のコメント
peter adolph
peter adolph 2019 年 8 月 27 日
編集済み: peter adolph 2019 年 8 月 27 日
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 2022 年 3 月 14 日
It's the simplest solution...worked for me!!
chown -R <username>:<username> /usr/local/MATLAB/R***

サインインしてコメントする。


Matko Matic
Matko Matic 2022 年 7 月 12 日
For me just adding sudo to your command worked perfectly --> "sudo chmod -R o+w ./R2019"
  1 件のコメント
ALVARO
ALVARO 2022 年 10 月 31 日
works for me too with Ubuntu 22 and R2022b. Thank you for the suggestion

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by