how to install toolbox on ubuntu?

조회 수: 135 (최근 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 CenterFile 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!

Translated by