Show
Ignore:
Timestamp:
10/15/09 00:10:19 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/mexfiles.html

    r656 r661  
    5959    </ul> 
    6060  </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> 
    6262  </div> 
    6363</div> 
     
    6767<h1><a class="anchor" id="mexfiles">How to write and use mex files for Matlab </a></h1><h2><a class="anchor" id="use"> 
    6868Howto 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> 
    7070<div class="fragment"><pre class="fragment">&gt;&gt; addpath path_to_bdm/library/mex 
    7171</pre></div><p>Then, you can go to <code>library/tutorial</code> and run e.g. <code>arx_test_mex</code>.</p> 
     
    8686<p>Example of a mexfile: </p> 
    8787<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&nbsp; 
     88<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Oct 15 00:07:49 2009 for mixpp by&nbsp; 
    8989<a href="http://www.doxygen.org/index.html"> 
    9090<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>