条件付きのループ処理について

6 次查看(过去 30 天)
ichiro obayashi
ichiro obayashi 2017-5-21
编辑: michio 2017-5-21
Forを使用して連続処理を行う場合、条件に会う場合は処理を行い、条件に合わない場合は処理を行わずに次のループに飛ばしたいと考えています。whileとif文をつかってコード作製したところ上手く動きませんでした。ご教授お願いいたします。
  1 个评论
Walter Roberson
Walter Roberson 2017-5-21
Approximate translation:
When doing continuous processing using For, we want to process when we meet the condition, and if we do not match the condition we want to skip to the next loop without processing. I made code using while and if statements and it did not work well. Please teach me.

请先登录,再进行评论。

采纳的回答

michio
michio 2017-5-21
编辑:michio 2017-5-21
コードを見ない限りはなんとも言えませんが、、 continueステートメント 使ってみましたか?

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 ループと条件付きステートメント 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!