How to save data when execution is paused

조회 수: 21 (최근 30일)
Divij Gupta
Divij Gupta 2021년 6월 24일
편집: Swetha Polemoni 2021년 7월 28일
I have a code runs a loop a million times. In each iteration, a new row of data is filled into a matrix. I want to find a way such that if I press the 'pasue' button (Matlab 2021), it saves the relevant variables so I can 'resume' the task by feeding that data back into a function.
Basically I am looking for a function I can put in the script that can detect when the pause button has been hit so it can save the data from RAM to a text file.

답변 (1개)

Swetha Polemoni
Swetha Polemoni 2021년 7월 23일
편집: Swetha Polemoni 2021년 7월 28일
Hi Divij Gupta
In Matlab, whenever a pause button is pressed all the workspace variables are updated according the latest run of the program. You can save these updated workspace variables in a mat file or txt file using save by executing this save command from command window without disturbing the execution of current program in pause mode.
You may find the following answer helpful.

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by