Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

is there possibility to skip one step of the loop if in this step there appear error like NIntegrate::eincr:? For example: when I use "do" loop and when one of the step is evaluating I would like to skip it if there appear message NIntegrate::eincr:. After skip the loop should go to next step and continue evaluation.

This thing I want to use to find initial conditions for findroot

Sorry for my language I still learn it.

share|improve this question
3  
Have you looked at Check and Continue in the documentation? – rm -rf Oct 5 '12 at 15:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.