MATLAB始终显示“正在初始化”
이전 댓글 표시
本人使用高等教育学校购买的MATLAB许可,在个人台式电脑上安装了MATLAB2025b版本,但每次启动均会在“正在初始化”状态持续约20分钟,参考本社区2023年相关回答中的操作并未解决问题,部分操作因软件类型(如无本地许可证路径)及操作系统不同而无法执行。根据多次启动的情况,疑似每次启动时均不会保持上次退出前的窗口,尽管本人已经在设置中选择了这一选项。
답변 (1개)
Hi,
To speed up MATLAB startup and performance:
- Free up RAM and run MATLAB as the sole application; increase system RAM if possible.
- Launch MATLAB with "-nodesktop" and add desktop in startup.m for faster loading.
- Use matlab "-timing" to diagnose slow tasks; check for antivirus or license delays
- Reset preferences, review startup.m for heavy code, enable toolbox path cache, and disable unused source control.
Refer to these MATLAB Community Answers for your answer:
Hope it helps!
카테고리
도움말 센터 및 File Exchange에서 启动和关闭에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!