matlab启动时报错,无法打开

20 次查看(过去 30 天)
聪 马
聪 马 2023-2-3

回答(1 个)

HimeshNayak
HimeshNayak 2023-2-15
Hi
It looks like you are receiving a fatal error on startup. This error can occur when MATLAB gets corrupted during the installation process.
To resolve this issue, you may do the following:
  1. Uninstall MATLAB
  2. Disable any security software or allow exceptions for the MATLAB application
  3. Perform a clean installation of MATLAB
Check the following link for performing a clean installation of MATLAB on Windows System: https://www.mathworks.com/matlabcentral/answers/131519-how-do-i-perform-a-clean-installation-of-matlab-on-a-windows-system
If you are still experiencing this issue after performing a clean installation, obtain the crash logs and contact the Installation & Licensing Support team.
  1. To locate the logs, type the following command in the MATLAB Command Window, replacing “prefix” with matlab_crash_dump”,java.log”, and “hs_err”.
dir(fullfile(tempdir,'<prefix>.*.*'))
Regards,
HimesNayak

类别

Help CenterFile Exchange 中查找有关 安装和许可简介 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!