フィルターのクリア

How to go to an initial step in a running function?

3 ビュー (過去 30 日間)
Antonio Trujillo-Ortiz
Antonio Trujillo-Ortiz 2014 年 4 月 7 日
コメント済み: dpb 2014 年 4 月 7 日
Hi all,
I need some hint to this. Suppose you are running a Matlab function and in some forward point, partial results must to be checking. If they pass a constraint can proceed, otherwise it is necessary going to some initial step.
Any help are welcome. Thx.
Antonio
  1 件のコメント
dpb
dpb 2014 年 4 月 7 日
You'll have to enclose the necessary code section in a loop of some sort such that it repeats when needed.
Look at
doc continue
doc break
as possible help in a for or while loop; another alternative might be to enclose the code in a catch...try block
More specifics would likely help to refine a response...

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by