.asv files in matlab

冷暖自知 提交于 2019-12-20 11:04:39

问题


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.

  • What is the use of this file?
  • What's the risk if I delete that file?

回答1:


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.



来源:https://stackoverflow.com/questions/9540335/asv-files-in-matlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!