Filter löschen
Filter löschen

Matlab is showing error in Mac when installed in external drive

3 Ansichten (letzte 30 Tage)
RUBIN THOMAS
RUBIN THOMAS am 13 Jun. 2023
Beantwortet: Sarthak am 15 Jun. 2023
  2 Kommentare
Walter Roberson
Walter Roberson am 13 Jun. 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 am 13 Jun. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sarthak
Sarthak am 15 Jun. 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.

Kategorien

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

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by