Effacer les filtres
Effacer les filtres

Matlab is showing error in Mac when installed in external drive

3 vues (au cours des 30 derniers jours)
RUBIN THOMAS
RUBIN THOMAS le 13 Juin 2023
Réponse apportée : Sarthak le 15 Juin 2023
  2 commentaires
Walter Roberson
Walter Roberson le 13 Juin 2023
I have not observed that problem on my Mac systems. I have installed MATLAB on external devices, and have run it from external devices.
(In my case, each time I installed, it was into what was a boot drive at the time, so under /Applications as it existed then. But I have executed out of an Application directory that is not the current boot session's /Application )
Rik
Rik le 13 Juin 2023
Did you check the syntax of the pathdef.m file with a text editor? (or the Matlab editor if that works as well) That way you should be able to determine whether the problem is with your installation, or just with that file.

Connectez-vous pour commenter.

Réponses (1)

Sarthak
Sarthak le 15 Juin 2023
Hello Rubin,
Mac OS has a feature called SIP (System Integrity Protection), which prevents your system from any malicious code. It can prevent some applications from running correctly when installed on the external drive.
Here are the steps to disable SIP:
  • Restart your Mac and hold down Command+R until the Apple logo appears.
  • When the macOS Utilities window appears, select "Utilities" from the menu bar, and then select "Terminal".
  • In the Terminal window, type "csrutil disable" and press enter.
  • Restart your Mac.
Note : Try installing MATLAB on internal drive instead, because disabling SIP may undermine the security of your system, so it is usually not recommended.

Catégories

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

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by