engEvalString calls.
#include "engine.h"
void engSetEvalCallback(ep,callback)
Engine *ep;
void (*callback)();
epcallbackengEvalString is to block until the specified command is completed.
engEvalString is set to operate in a nonblocking mode by calling engSetEvalCallback. The specified callback function is executed upon completion of the MATLAB command. This allows you to take appropriate action upon notification.
(c) Copyright 1994 by The MathWorks, Inc.