News

Using advanced optimizing compiler technology, Catalytic tools can automatically compile your MATLAB code into fast MEX-files. Internally, your MATLAB code is translated into an intermediary C code.
MEX API functions are directly available to read input arguments from MATLAB, write outputs arguments back to MATLAB, or access global variables. The MEX API also provides hooks that let you call back ...