Commit 1c449cd8 authored by Davis King's avatar Davis King

updated docs

parent f4e9ebc3
...@@ -1041,8 +1041,10 @@ ...@@ -1041,8 +1041,10 @@
<description> <description>
dlib contains a tool that makes it easy to call C++ code from MATLAB. It's 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 documented in the examples in the dlib/matlab folder. In particular, the
<a href="dlib/matlab/example_mex_function.cpp.html">dlib/matlab/example_mex_function.cpp</a> and <a href="dlib/matlab/example_mex_function.cpp.html">dlib/matlab/example_mex_function.cpp</a>,
<a href="dlib/matlab/example_mex_callback.cpp.html">dlib/matlab/example_mex_callback.cpp</a> examples. <a href="dlib/matlab/example_mex_callback.cpp.html">dlib/matlab/example_mex_callback.cpp</a>, and
<a href="dlib/matlab/example_mex_struct.cpp.html">dlib/matlab/example_mex_struct.cpp</a>
examples.
You can also easily compile these files using CMake. See the instructions in the README file You can also easily compile these files using CMake. See the instructions in the README file
in the dlib/matlab folder for further details. in the dlib/matlab folder for further details.
</description> </description>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment