- Go to Home → Layout → Current Folder and toggle it off/on.
- Or run:com.mathworks.mlservices.MatlabDesktopServices.getDesktop.closeAllTabs
Why doesn't Matlab respond to any function when I open it? Not even a single key works.
17 次查看(过去 30 天)
显示 更早的评论
when I open matlab, it doesn't let me open the folders of the previous exercises that I had previously saved, I close the window and reopen it but it still doesn't work
0 个评论
回答(1 个)
Abhipsa
2025-11-3
Hi @Alessandro, this issue usually happens when MATLAB is not pointing to the correct working directory.
You can try the following steps:
1. Check your current folder path :
In the MATLAB Command Window, run:
>> pwd
This shows your current working directory. You can navigate to the path using "cd" if you remember your saved folder location.
2. Restore the default MATLAB path
Sometimes the MATLAB path gets corrupted.
Run these commands one by one:
>> restoredefaultpath
>> rehash toolboxcache
>> savepath
Then restart MATLAB and check if the folder browser works.
3. Re-enable the “Current Folder” panel
If the panel itself is frozen or blank:
then restart MATLAB.
4. Try running MATLAB as Administrator (if using in Windows)
On Windows: right-click the MATLAB icon → Run as administrator → open the folders again.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!