how can i revert to the previous version of a script

76 次查看(过去 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?

采纳的回答

Edward Tomanek
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 个)

类别

Help CenterFile Exchange 中查找有关 Scripts 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by