필터 지우기
필터 지우기

Matlab is showing error in Mac when installed in external drive

조회 수: 3 (최근 30일)
RUBIN THOMAS
RUBIN THOMAS 2023년 6월 13일
답변: Sarthak 2023년 6월 15일
  댓글 수: 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