Changeset 661 for library/doc/html/mexfiles.html
- Timestamp:
- 10/15/09 00:10:19 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified library/doc/html/mexfiles.html ¶
r656 r661 59 59 </ul> 60 60 </div> 61 <div class="navpath"><a class="el" href="dev _guide.html">BDM Use - in C++</a>61 <div class="navpath"><a class="el" href="devguide.html">BDM Use - in C++</a> 62 62 </div> 63 63 </div> … … 67 67 <h1><a class="anchor" id="mexfiles">How to write and use mex files for Matlab </a></h1><h2><a class="anchor" id="use"> 68 68 Howto use predefined mexfiles</a></h2> 69 <p>A range of mexfiles is predefined in directory <code>library/mex</code>. Many of these mexfile process ui files (see <a class="el" href="ui _page.html">User Infos and their use</a>) examples of these files are in directory <code>library/tutorial</code>. Note that in order to run these files you need to let matlab know where to find them: </p>69 <p>A range of mexfiles is predefined in directory <code>library/mex</code>. Many of these mexfile process ui files (see <a class="el" href="ui.html">User Infos and their use</a>) examples of these files are in directory <code>library/tutorial</code>. Note that in order to run these files you need to let matlab know where to find them: </p> 70 70 <div class="fragment"><pre class="fragment">>> addpath path_to_bdm/library/mex 71 71 </pre></div><p>Then, you can go to <code>library/tutorial</code> and run e.g. <code>arx_test_mex</code>.</p> … … 86 86 <p>Example of a mexfile: </p> 87 87 <div class="fragment"><pre class="fragment"></pre></div> </div> 88 <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Oct 12 19:37:19 2009 for mixpp by 88 <hr size="1"/><address style="text-align: right;"><small>Generated on Thu Oct 15 00:07:49 2009 for mixpp by 89 89 <a href="http://www.doxygen.org/index.html"> 90 90 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>