See autosaved history with time saved
27 次查看(过去 30 天)
显示 更早的评论
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
回答(1 个)
Harsha Priya Daggubati
2020-5-11
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Live Scripts and Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!