MATLAB: How to use event listners for notifications sent from parfeval functions

event listnersnotifyparfeval

Is it possible to trigger a notify event from a parfeval function with a listner in the calling client? So far my experiments with this have failed (but without telling me about any errors.)

Best Answer

There currently isn't any support for events from parfeval futures. What sort of event support were you hoping for? Just a completion event?
For now, your best bet is call fetchNext in a loop, possibly with a timeout - although of course this doesn't give you the full flexibility that an event would.