Matlab saves copies of files with the extension m ~. What are they doing and can I turn them off?

Matlab saves saving my m files with the extension m ~ in the same directory. This is very annoying since I always click on them and have to close them. I suppose this is some kind of security feature or some kind of caching, but is there anyway to rotate them so that at least they don't appear in the Matlab file browser window or act like hidden files or something still?

+3
source share
1 answer

These are autosave files. You can change autosave in the menu File-> Settings-> Editor / Debugger-> Autosave.

( ), , .m ~ . .asv .

+5

All Articles