how can i revert to the previous version of a script
    97 views (last 30 days)
  
       Show older comments
    
    Marco Migliori
 on 29 May 2022
  
    
    
    
    
    Answered: Edward Tomanek
 on 29 May 2022
            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 Comments
Accepted Answer
  Edward Tomanek
 on 29 May 2022
        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 Comments
More Answers (0)
See Also
Categories
				Find more on File Operations in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!