フィルターのクリア

Debug mode problem. How to solve it?

1 回表示 (過去 30 日間)
tabw
tabw 2014 年 8 月 17 日
コメント済み: per isakson 2014 年 8 月 17 日
I used Debug mode to test my code. it is okay If I set break points and press F10 many many times.
let 's say,
variable q
variable t inside a loop
when q=1 ,t will increase incrementally until q changes and it will start again
when I use debug mode and press F10, t can will increase incrementally without any problem.
q can reach 5 and the program is okay.
But If I don't use debug mode, Just press F5.
Q stuck in 3, and t increases inside a loop forever and never end the loop
I guess a problem in my code? but why debug mode can run my code
  1 件のコメント
per isakson
per isakson 2014 年 8 月 17 日
I don't get it. Could you make a small example in executable code?

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

回答 (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