- Close MATLAB and All Related ProgramsEnsure MATLAB is fully closed, along with any associated tools such as Simulink, MATLAB Drive, or Add-On Explorer. Also, close any external applications that may be using MATLAB files (e.g., text editors, antivirus programs, or file sync tools).
- Use Task Manager or Activity Monitor
- On Windows, open Task Manager (Ctrl+Shift+Esc) and look for any processes related to MATLAB. End those tasks if necessary.
- On macOS, open Activity Monitor and do the same.
- On Linux: Use your desktop environment’s System Monitor (e.g., System Monitor in Ubuntu) or the terminal to find and stop MATLAB-related processes:
- To list all MATLAB-related processes:ps aux | grep -i matlab
- To kill a process by PID (replace PID with the actual number shown):kill -9 PID
- To list all MATLAB-related processes:
- Restart Your Computer
- If you're unsure which program might be locking the file, restarting your computer can often resolve the issue by releasing any file locks.
- Use Task Manager or Activity Monitor
Why do I get an 'Unable to continue Error 201" when updating MATLAB?
63 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2023-1-24
编辑: MathWorks Support Team
2025-6-27
When updating MATLAB, I receive an error message saying "Unable to continue". What causes this, and how can I resolve it?
采纳的回答
MathWorks Support Team
2025-6-26
编辑:MathWorks Support Team
2025-6-27
This error is typically caused by a locked file - a file that is currently open or in use by another program - preventing MATLAB from completing the update. The error message appears when the installer cannot access or modify a file needed for the update.
1 个评论
Bradley Stiritz
2025-5-9
At least on WIndows, could Matlab please report the name of the locked file? It would also be really helpful if Matlab could report which program currently holds the lock?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!