How to recover unsaved matlab script if Matlab shutdown automatically?
184 ビュー (過去 30 日間)
古いコメントを表示
HI,
I was writing a script and I forgot to save it and suddenly my pc restarts which closed my matlab and when I started matlab again I could'nt found that unsaved script.
Is there any way to recover that unsaved script?
Thanks.
0 件のコメント
採用された回答
dpb
2021 年 11 月 13 日
See previous Answer https://www.mathworks.com/matlabcentral/answers/103130-does-the-matlab-editor-debugger-automatically-save-open-files#answer_112475
NB: There's a checkbox in preferences for automagically deleting the backup files when the editor closes that is "ON" by default I believe. But, if the editor is still open when the crash occurs, then the .asv files should still be there and current as of the time since the last scheduled save interval. Any changes between that time and the crash will be lost, but you'll at least have a starting point of the last session.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!