Matlab freezes on startup
10 ビュー (過去 30 日間)
古いコメントを表示
Hello all ,Matlab freezes on startup. It opens a file named dos.m, and from that point, I can neither run any script, set the path, nor even navigate to a folder. any idea ?

0 件のコメント
回答 (1 件)
Star Strider
2025 年 7 月 21 日
That it opens dos.m in the Editor and then freezes could indicate that your startup.m file is telling it to open that file in the Editor. It is not obvious what would be causing it to freeze after that.
Open startup.m in the Editor (or any text editor) to see what the problem is.
The fix could be that edit (making appropriate changes to the file), or creating a new startup.m file to do what you want.
参考
カテゴリ
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!