Having trouble with installing matlab-support package

10 Ansichten (letzte 30 Tage)
kallam tarun
kallam tarun am 13 Mai 2020
Kommentiert: Matthew Hudson am 13 Mai 2020
Here is my problem, I tried installing matlab-support for linux using "sudo apt install matlab-support" . It all went well until it reached the point where it asked me to input my installation directory. I typed in my directory at which point the program said it wasn't able to find any matlab instalations in that directory. The directory in question is a custom location since, I wasn't able to install it in the default location because it wasn't able to create a folder in the default location. Is there a way to fix this issue? I am using Ubuntu 20.04 LTS as my OS
  1 Kommentar
Matthew Hudson
Matthew Hudson am 13 Mai 2020
Have you checked with file explorer/terminal that the MATLAB folder does indeed exist in that directory? Do you know why you weren't able to create a folder in the default location (was this you or the MATLAB installer)?
In any case, if you want to install MATLAB I'd always recommend setting up the installation directory first and foremost using mkdir -p /usr/local/MATLAB/R20XXx and then running the install script with sudo. You can also sudo chmod -R 777 /usr/local/MATLAB to be on the safe side.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by