From: reza on
I have some old mex C code that I need to compile with newer version
of matlab.

The code uses mlfSetErrorHandler() function to control how errors are
displayed handled. I am unable to find the equivalent in 2007b. I did
a google search but didnt come up with anything that'd get me closer
to an answer.

mlfSetErrorHandler() is declared in libmatlb.h (which also no longer
exists).

Any thoughts?

thank you.

/m