matlab启动时报错,无法打开
Afficher commentaires plus anciens
Réponses (1)
HimeshNayak
le 15 Fév 2023
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:
- Uninstall MATLAB
- Disable any security software or allow exceptions for the MATLAB application
- 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.
- 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>.*.*'))
2. Contact: http://www.mathworks.com/support/contact_us/
Regards,
HimesNayak
Catégories
En savoir plus sur 安装和许可简介 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!