library/mex
. Many of these mexfile process ui files (see User Infos and their use) examples of these files are in directory library/tutorial
. Note that in order to run these files you need to let matlab know where to find them: >> addpath path_to_bdm/library/mex
Then, you can go to library/tutorial
and run e.g. arx_test_mex
.
Script ./buildmex is prepared to compile and link the mexfile with bdm.
$ ./buildmex.sh my_mex_file.cpp
$ ./buildmex.bat my_mex_file.cpp
Example of a mexfile: