Sepideh Abadpour
Sepideh Abadpour

Reputation: 2598

.asv files in matlab

When I save a .m file in a folder, MATLAB autosaves a .asv file in the same folder.

I opened this file and I found that it contains my code from the beginning, ignoring what I have deleted.

Upvotes: 33

Views: 36707

Answers (1)

Smash
Smash

Reputation: 3802

A .asv file is just what you said, an "AutoSave" file. It's just there so that you don't lose all your code if your computer crashes/shutdown. You can delete it whenever you want.

If you find them annoying you can go to File/Preferences/-->"Editor/Debugger" --> Autosave and turn it off.

Upvotes: 49

Related Questions