필터 지우기
필터 지우기

Executing a big and time-consuming program

조회 수: 3 (최근 30일)
som
som 2014년 3월 2일
답변: dpb 2014년 3월 2일
Hi All
I have a very big and single program whose execution time is too long. I want to run / save part of the program on one time and the remained be executed on the other time.
How can I do this? Thanks in advance, Som

답변 (1개)

dpb
dpb 2014년 3월 2일
You'll have to segment it to save computed results up to the point at which you decide to stop and then have the facility to reload any of those results need to proceed from that point.
If you mean automagically have restart facility, it ain't agonna' happen...

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by