Prev: need to find the parameters for each sub band wavelet coefficients
Next: if d = x^2, and x=[0,0;1,0] then why is eval(d) not equal to x^2
From: Gideon Simpson on 27 Mar 2010 14:50 I'm trying to solve a BVP with a continuation parameter in it. The loop is essentially: while eps < epsmax sol = bvp4c(...) eps = eps + delta So here's my question. Sometimes I generate a warning about not reaching tolerance and needing to increase points. I'm interpreting this as getting near bifurcation points of the branches i'm continuing on. Near these points, I should terminate the loop early. But how do I capture these warnings? There doesn't appear to be an output flag with bvp4c that tells me whether or not it successfully terminated.
From: Máday Péter on 27 Mar 2010 16:00
Hello help lastwarn This function should return the message and the identifier of the last warning. Peter |