See autosaved history with time saved
27 views (last 30 days)
Show older comments
Is it a way to see the autosaved history and recover an earlier version of a file? Hopefully see the time it was saved and I can manage to recover the right file
Answers (1)
Harsha Priya Daggubati
on 11 May 2020
Hi,
I guess there is no way to get the previous versions of your file in MATLAB.
If you donot have an autosave file (.asv or .m~ ) on the same path, then there is no MATLAB way to restore the file after you have closed the file in the editor.
If you have no yet closed the file in the editor, then you just might be able to ^Z (undo) in the editor to restore the previous version.
To avoid any such risks, it would be better to have a version control system set, or regularylu backup your files.
0 Comments
See Also
Categories
Find more on Live Scripts and Functions 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!