Can you retrieve a plot you have cleared?

5 次查看(过去 30 天)
I ran a simulation for four days, and I wanted to compare it to another simulation, so I just clicked run. I forgot that I started my file with clear all, close all. Is it possible to retrieve the plot from the four day simulation?
  1 个评论
Star Strider
Star Strider 2014-4-1
I suggest putting a save statement in your code after your code completes if you are running such a long simulation. That way you have all your data stored so you can recall it anytime.
That won’t help you now, but it will help in the future.

请先登录,再进行评论。

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2014-4-1
编辑:Azzi Abdelmalek 2014-4-1
I 'am not sure how the memory is handled, but I think if the other process of your computer use the available memory, you have cleared by the command clear, you will not be able to recover your data

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by