how to continue the program?

9 ビュー (過去 30 日間)
bsd
bsd 2011 年 10 月 27 日
Hai,
While running the program, I pressed ctrl+c to halt the program. I want the program to run from where it had halted. How could I do this? Looking for your reply.
BSD

回答 (3 件)

Amardeep
Amardeep 2011 年 10 月 27 日
Maybe try break points in your code easiest way to do it and then F5 continues from the break point

Grzegorz Knor
Grzegorz Knor 2011 年 10 月 27 日
Ctrl+C break the execution of the program and you can't continue after it.
Can you write why you need it for? Maybe there is another solution.

Daniel Shub
Daniel Shub 2011 年 10 月 27 日
If it is a script then you can just run the portion of the script that hasn't run. If it is a function, you are out of luck. You might be able to use a onCleanup function within your function to save the function state when a ctrl-c is issued, but I am not sure onCleanup runs when you press ctrl-c.

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by