No puedo instalar Add-ons en Matlab 2024b en Linux por "Acceso denegado" a la carpeta /usr/local/MATLAB/R2024B

조회 수: 3 (최근 30일)
Ya le di los respectivos permisos a las carpetas y hasta cree un grupo de usuarios sudo para usar matlab y sigue dando el mismo error

답변 (1개)

Anjaneyulu Bairi
Anjaneyulu Bairi 2025년 1월 6일
편집: Anjaneyulu Bairi 2025년 1월 6일
Hi,
It appears you're experiencing difficulties installing add-ons in MATLAB. Please consider the following troubleshooting steps, which may help resolve the issue:
  • Check the permissions using "namei" command like below:
namei -l /usr/local/MATLAB/R2024b
above command gives the permissions for each directory and make sure you have enabled write and read permissions for each directory
  • If a firewall is enabled on your system, it might be restricting MATLAB's access to the internet. Consider temporarily disabling the firewall and attempting to install the add-on again.
  • Try to install the Add-on manually by visiting the MathWorks Add-ons website and download the required file. Execute the below command to install the downloaded Add-on:
matlab.addons.install('path_to_addon_file')
Hope this helps !

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by