A MATLAB software interface to the C model is provided in the form of a MEX function and a MATLAB class. The class wraps the MEX function and presents the C model as a MATLAB object, allowing the model to be configured and run from MATLAB without calling the C API directly.
The interface is delivered in the same ZIP file as the C model and consists of:
- cic_compiler_v4_0_bitacc_mex.cpp
- The MEX function source
- make_cic_compiler_v4_0_mex.m
- The MEX build script
- run_cic_compiler_v4_0_mex.m
- An example script
- @cic_compiler_v4_0_bitacc
- The MATLAB class directory