Installation problem of MATLAB 2020 under Linux
이전 댓글 표시
I am trying to install Matlab2020 on Linux. First, I download the installation folder and open the iso file with (disk image mounter) to create a new folder named (MATHWORKS_R2020B) as shown in the following figure:

Then in the file (installer_input.txt) I uncomment only the lines that start with "#" and set the desired values. Finally, I run the installer from the command line interface, using the -inputFile option to specify the updated file (installer_input.txt). I am using the following code:
cd /.../MATHWORKS_R2020B
sudo install --inputFile /.../installer_input.txt
The installation failed and the following error is displayed:
install: the "--inputFile" option was not recognized
Then I try the installation without the (-inputFile) option and type:
sudo install
but another error is displayed:
install: missing file operand
I don't know what the problem is ?! and how run the installation?
답변 (1개)
Image Analyst
2020년 12월 10일
0 개 추천
Here is a sure fire way to solve it. Read the FAQ:
Please do it now, before the weekend starts.
카테고리
도움말 센터 및 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!