Installation problem of MATLAB 2020 under Linux

4 vues (au cours des 30 derniers jours)
Maya Cha
Maya Cha le 10 Déc 2020
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?

Réponses (1)

Image Analyst
Image Analyst le 10 Déc 2020

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by