What is the asv file in MATLAB and how do I open it?
412 ビュー (過去 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!