how can i revert to the previous version of a script
101 ビュー (過去 30 日間)
古いコメントを表示
Hello,
while I was writing my code I accidentally deleted all my script and the autosave meant that I cannot find my code. How can I restore the code to the latest version before saving which erased everything?
0 件のコメント
採用された回答
Edward Tomanek
2022 年 5 月 29 日
Hello Marco,
Unfortunately, it is likely that you won't be able to retrieve your old code. If you have files with the extension .asv in the directory where you are working it is possible that these could contain your autosaved code. However, this is not guaranteed. In addition, when you close the editor these files are deleted by default, unless you have changed this setting. To try and prevent this from happening in the future, you can go to Home tab -> Preferences -> Editor/Debugger -> Backup Files and untick the "Automatically delete backup files when the Editor closes" option. You can also change the frequency at which the files are autosaved.
Regards
Edward
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT-Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!