pne_callback_nose

pne_callback_nose(k, nx, cx, px, s, opt)

pne_callback_nose() - Callback to handle NOSE events.

[NX, CX, S] = PNE_CALLBACK_NOSE(K, NX, CX, PX, S, OPT)

Callback to handle NOSE events, triggered by event function PNE_EVENT_NOSE
to indicate the limit (nose point) of the continuation curve has been
reached.

This function sets the msg field of the event when the nose point has
been found, raises the S.done flag and sets S.done_msg.

See pne_callback_default() for details of the input and output arguments.