How to recover Mat data?

조회 수: 10 (최근 30일)
Sadiq Akbar
Sadiq Akbar 2023년 1월 8일
댓글: Sadiq Akbar 2023년 1월 9일
I had saved my worksapce data with the name 'abc'. This had many variables some of which were scalars and some of which were vectors and even some of them were matrices. I loaded it by using the command:
load abc
All its data was loaded in the worksapce. Then I changed the name of one variable and then used the commands:
clear all;clc
After this I saved again the workspace by using the command:
save abc
Then I realized that clear all and clc had erased my whose worksapce data and save abc just saved my epmty worksapce. But it was very late then. Even I pressed the CTRL+Z keys to undo it but in vain. Now how can I recover my old abc file data?

채택된 답변

Walter Roberson
Walter Roberson 2023년 1월 8일
편집: Walter Roberson 2023년 1월 8일
Sorry, there is nothing you can do at the MATLAB level. Time to use the regular backups that you have been making.
(If you are using Windows then one of "undelete" programs might perhaps be useful.)
  댓글 수: 1
Sadiq Akbar
Sadiq Akbar 2023년 1월 9일
Thanks a lot dear Walter Roberson for your kind response. I would have done that but I have started running the codes once again to collect that data again though it will take time. At least I came to know with your help that there is no command available in MATLAB for recovering this. Thanks once again.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by