From: Tobin on
How compatible are .mex files across Matlab releases (say, > R2007)? i.e. If I compile a .mex binary using Matlab R2008b, will the same binary work in R2010a?

thank you,
Tobin Fricke
From: Jan Simon on
Dear Tobin!

> How compatible are .mex files across Matlab releases (say, > R2007)? i.e. If I compile a .mex binary using Matlab R2008b, will the same binary work in R2010a?

Yes.

Jan