Can corrupted m-files be fixed?

조회 수: 25 (최근 30일)
Ezz El-din Abdullah
Ezz El-din Abdullah 2017년 7월 28일
댓글: Steven Lord 2017년 7월 28일
I have recovered some of my m-files after formatting my partitions.
But sadly, found them corrupted. Is there anyway to fix them?
Thanks.
Edited: The code becomes like the attached image.
  댓글 수: 10
Walter Roberson
Walter Roberson 2017년 7월 28일
Can you attach one of the m files for us to examine?
Ezz El-din Abdullah
Ezz El-din Abdullah 2017년 7월 28일
@Rik Wisselink, unfortunately Notepad++ does NOT solve the problem.
@Walter Roberson, I think it can't be retrieved.
Thank you all.

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

채택된 답변

Jan
Jan 2017년 7월 28일
No. If any byte has been lost in an M or MAT file, the contents is destroyed and cannot be recreated with a 100% reliability. If the files have been lost due to a crashed hard disk, I would not even trust in files which look fine on first view. To control this, I store an MD5 checksum in each of my M-files.
The solution is to restore the files from the last backup. All changes since the last backup are lost. If you do not have a backup: Sorry. There is no magic way to reinvent the destroyed data. It is hard, but the general rule is:
All files without a current backup are not important.
Sometimes professional services can save data from crashed hard disks. This costs about 500 to 1500 US$ and the success is not guaranteed.
  댓글 수: 2
Ezz El-din Abdullah
Ezz El-din Abdullah 2017년 7월 28일
I wonder how I can make a backup?
Do you mean intuitively to save my files into other place? like in the cloud.
Steven Lord
Steven Lord 2017년 7월 28일
One quick way to make a backup, as Rik Wisselink suggested, is to copy your files to Dropbox, Google Drive, etc. or even to a USB key periodically.
You could use MATLAB Drive Connector to upload your files to MATLAB Drive.
If you're using release R2014b or later, a more sophisticated way to back up your code (and allow you to go back to any previous version you've checked in) would be to use the source control integration functionality included in MATLAB to make a Subversion or Git repository.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Source Control Integration에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by