Matlab startup error permission denied

630 Views Asked by At

The error message is as follows. How to deal with this trouble?

Error using connector.internal.autostart.run Cannot CD to C:\Users\dell\AppData\Local\Temp (Directory permission denied).

Matlab startup error directory permission denied

1

There are 1 best solutions below

0
On

The following worked for me:

1 - Go into the MATLAB installation directory using terminal. 2 - Change installation file type in the sense of permission and execution:

sudo chmod +x install

3 - Run installer:

sudo ./install

Apparently the aforementioned method provides permission in the necessary steps.