필터 지우기
필터 지우기

How to avoid generating *~ file

조회 수: 5 (최근 30일)
Mike
Mike 2012년 8월 28일
Hey all,
under my Matlab m file fold, usually there are some *~ file, which is generated automatically. Sometime, it is a bit annoying, is there anyway to stop it?
To be clear, for example, say I have a file named test.m, the system will automatically gives me test.m~ file, which I don't want it.
Thanks.
Mike
  댓글 수: 1
Oleg Komarov
Oleg Komarov 2012년 8월 28일
Please, accept an answer.

댓글을 달려면 로그인하십시오.

답변 (2개)

Jan
Jan 2012년 8월 28일
편집: Jan 2012년 8월 28일
Look in the preferences for the automatic creation of backup files: File > Preferences > Editor/Debugger > Autosave. I suggest to copy these files to an extra folder, e.g. D:\Temp\M-File_Backup, because from time to time undoing the changes of the last 5 minutes will be useful.
  댓글 수: 1
Mike
Mike 2012년 8월 28일
Thank you very much Jan, I works beautiful.

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2012년 8월 28일
Try this:
File -> Preferences -> Editor/Debugger -> Autosave
Look in the "Close options" group box. Is the "Automatically delete autosave files" checkbox checked? You might want to check that. It will keep autosave files open only while MATLAB is running and then delete them when it shuts down.
  댓글 수: 1
Mike
Mike 2012년 8월 28일
thanks man, it works.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by