Matlab is showing error in Mac when installed in external drive

4 次查看(过去 30 天)
  2 个评论
Walter Roberson
Walter Roberson 2023-6-13
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 2023-6-13
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.

请先登录,再进行评论。

回答(1 个)

Sarthak
Sarthak 2023-6-15
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.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by