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!