How to turn off autosave in matlab online 2021a
조회 수: 22 (최근 30일)
이전 댓글 표시
It is so annoying and making my code slow. every time i change a small value and click run it takes time to save and then create .asv file and then run my code. Which is Soo annoying. Please someone could help me how to turn it off.
댓글 수: 1
cui,xingxing
2022년 7월 28일
this autosave backup file is completely superfluous,mathworks should remove this feature now.
답변 (2개)
Prabhan Purwar
2021년 3월 25일
편집: Prabhan Purwar
2021년 3월 25일
Hi,
.m and .mlx files are created and need to be saved for running code using RUN functionality, .asv files are backup files, which is available in desktop version only. It would be helpful if you could share the reproduction steps including the type of file you have created so that we can replicate the issue. A workaround to execute code without saving anything would be to put the code inside of a section block and use the "Run Section" action instead.
Thanks
Jordan
2023년 2월 11일
When you open a new document called Untitled, and spend hours working on a project or an assignment, and a connection is lost, then you lose all of your work. Hopefully this answers the question. The autosave seems to not work in the online version for new, untitled documents.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!