http://www.mathtools.net/MATLAB/MEX/ ...
H2MEX - H2Mex is a program that gernerates automatically an interface file (MEX file) from a header file (the .h file). The Header file format is a pure C format, It's extended with some modifiers that allows to H2MEX to understand the exact task of a function. The generated source (MEX file source) could be compiled without any modification to create a DLL which is callable from Matlab.
..
Кто-нибудь сталкивался с сабжевой структурой? Очень надо разобраться в действии пары таких файлов, написанных более 5 лет назад (так что с автором связаться нет возможности). Исходных скриптов, к сожалению нет. С какой стороны хоть подступиться?
.mex-файлы в Matlab25.03.02 04:04 Автор: Renkvil <Boris> Статус: Member
http://www.mathtools.net/MATLAB/MEX/ ...
H2MEX - H2Mex is a program that gernerates automatically an interface file (MEX file) from a header file (the .h file). The Header file format is a pure C format, It's extended with some modifiers that allows to H2MEX to understand the exact task of a function. The generated source (MEX file source) could be compiled without any modification to create a DLL which is callable from Matlab.
..