How to recover Mat data?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sadiq Akbar
el 8 de En. de 2023
Comentada: Sadiq Akbar
el 9 de En. de 2023
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?
0 comentarios
Respuesta aceptada
Walter Roberson
el 8 de En. de 2023
Editada: Walter Roberson
el 8 de En. de 2023
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.)
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!