Why does MATLAB crash when running "compiler.runtime.download"?
조회 수: 5 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2023년 6월 27일
답변: MathWorks Support Team
2023년 8월 10일
MATLAB crashes when executing any of the following commands (in the Command Window or within a script):
>> compiler.runtime.download
>> compiler.package.installer
채택된 답변
MathWorks Support Team
2023년 6월 27일
The crash is due to a partial installation of the MATLAB Runtime.
Please follow the steps below to resolve the issue:
1. Run the following command in the MATLAB Command Window:
>> mcrinstaller
This command will display the location of MATLAB Runtime installers on your computer.
2. Delete the file specified by the output of this command.
3. Execute the following in the MATLAB Command Window:
>> compiler.runtime.download
If the download completes successfully, you should no longer experience the crash. If the download is interrupted for any reason, please repeat the above steps, so that you delete any incomplete MATLAB Runtime Installer files before attempting to download the MATLAB Runtime Installer again.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!