Using load function unexpectedly deleting original .mat file
이전 댓글 표시
When I load variables into the workspace from a .mat file, MATLAB then deletes the original file.
Does anybody know why this is happening?
Thank you.
댓글 수: 4
@Sam Firminger: please show us the complete output of this command:
which load -all
Please show us the text in a new comment, along with the relevant code that you are using when this bug occurs. Please post text and not screenshots.
Sam Firminger
2017년 8월 23일
Image Analyst
2017년 8월 23일
Is that the bad code, or the circumvented/working code? I don't see any line of code that would delete a .mat file, unless main() does it internally.
Sam Firminger
2017년 8월 25일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!