- 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?
61 ビュー (過去 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!