diff --git a/docs/docs/other.xml b/docs/docs/other.xml index 14ab348f7..09720e8db 100644 --- a/docs/docs/other.xml +++ b/docs/docs/other.xml @@ -1041,8 +1041,10 @@ dlib contains a tool that makes it easy to call C++ code from MATLAB. It's documented in the examples in the dlib/matlab folder. In particular, the - dlib/matlab/example_mex_function.cpp and - dlib/matlab/example_mex_callback.cpp examples. + dlib/matlab/example_mex_function.cpp, + dlib/matlab/example_mex_callback.cpp, and + dlib/matlab/example_mex_struct.cpp + examples. You can also easily compile these files using CMake. See the instructions in the README file in the dlib/matlab folder for further details.