How to undo a delete?

조회 수: 185 (최근 30일)
Don Brohaugh
Don Brohaugh 2015년 10월 10일
답변: Trevon McHansen 2022년 4월 1일
How do I undo an accidental delete when using the editor for a .m file, or alternatively retrieve the .m file from before the accidental delete?

채택된 답변

Star Strider
Star Strider 2015년 10월 10일
It depends on what you deleted. If a bit of code in the .m file you’re editing, in the very top Editor taskbar near the right end, there are two curved arrows. Clicking on the one that points to the left will undelete inadvertently deleted text.
For .m files, depending on the preferences you have set (particularly autosave), you might find the complete or earlier version of it with the same prefix and an .asv (instead of .m) extension. Otherwise for a deleted .m file, on Windows machines look in the Recycle Bin. (No guarantees — I’ve not done that so I have no personal experience — but that is where I’d look.)

추가 답변 (2개)

Trevon McHansen
Trevon McHansen 2022년 4월 1일
If you accidentally deleted a file or folder (such as if you right click a folder and you meant to click "new->script" and instead you hit "delete" like I just did), And if you're using windows, you can navigate to the folder in windows explorer and ctrl+z.
i.e. I just deleted the folder "src/myProject/test/files" so I navigated to "src/myProjects/test" in windows explorer and hit undo (ctrl+z) and the folder repopulated!

Image Analyst
Image Analyst 2015년 10월 10일
Look for a file with the same name but a .asv extension. This is the prior version - your autosaved backup file.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by