Clear Filters
Clear Filters

How to recover .m file lost due to the abnormal termination

3 views (last 30 days)
Hi, when I run a parallel for-loop in my code.m file, the maltab is terminatted abnormally. And when I reopen the matlab, all the code in this .m file is lost and size becomes 0 KB. Is there any way for me to recover the code? Thanks!

Answers (1)

Cris LaPierre
Cris LaPierre on 20 May 2022
  2 Comments
Ying Wu
Ying Wu on 20 May 2022
Sorry, could you pleasle explain the first tip:
  • Use the Command History or the file on which it is based, history.m, to run statements from the previous session. You might be able to recreate data as it was before the termination.
How to use command history or history.m to run statements from the previous session?
Cris LaPierre
Cris LaPierre on 20 May 2022
Edited: Cris LaPierre on 20 May 2022
This will let you see a history of commands you have typed into the command window. If your code was in a script, this step may not help you.
See this video if you need help viewing your command history.

Sign in to comment.

Categories

Find more on Entering Commands in Help Center and File Exchange

Tags

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!