Re: Getting Out of a For Loop
"Thomas D. Dean" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
On 7/24/21 2:47 PM, Samuel Doughty wrote: > I need to get out of a FOR loop. I have written a simple IF test that I > thought would work, but it does not. It was this, where esq has been > previously evaluated: > if esq<1e-10 > exitfor > endif > What do I need to do differently, please? > Thanks, > Sam > > help break