What is the asv file in MATLAB and how do I open it?
조회 수: 529 (최근 30일)
이전 댓글 표시
When I edit a file, another file with the same base file name but with an ".asv" extension is automatically saved in the same folder. What is it?
댓글 수: 0
답변 (2개)
Image Analyst
2013년 8월 26일
It's an autosaved file, like a backup of the prior version you worked on. If your .m file got lost or destroyed, I think you can rename the .asv file to .m and have back your prior version.
댓글 수: 8
Brian de Grenus
2023년 3월 1일
Working well for me the tips of rename the extension from .asv to .m Thanks !
Jose L. Diaz Durand
2022년 5월 30일
what does asv mean?
댓글 수: 2
Steven Lord
2023년 3월 1일
If you'd prefer a different extension or to customize the behavior of backup file creation and retention in certain ways, you can change the behavior in the Preferences. See the section on Backup Files preferences on that documentation page.
참고 항목
카테고리
Help Center 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!