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!