comparison doc/interpreter/dynamic.txi @ 8486:fe1bea543cd4

[docs] add
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:26:36 -0500
parents cc3ad79fd6b7
children 03b7f618ab3d
comparison
equal deleted inserted replaced
8485:2beb59bf773a 8486:fe1bea543cd4
1202 @node Getting Started with Mex-Files 1202 @node Getting Started with Mex-Files
1203 @subsection Getting Started with Mex-Files 1203 @subsection Getting Started with Mex-Files
1204 1204
1205 The basic command to build a mex-file is either @code{mkoctfile --mex} or 1205 The basic command to build a mex-file is either @code{mkoctfile --mex} or
1206 @code{mex}. The first can either be used from within Octave or from the 1206 @code{mex}. The first can either be used from within Octave or from the
1207 commandline. However, to avoid issues with the installation of other 1207 command line. However, to avoid issues with the installation of other
1208 products, the use of the command @code{mex} is limited to within Octave. 1208 products, the use of the command @code{mex} is limited to within Octave.
1209 1209
1210 @DOCSTRING(mex) 1210 @DOCSTRING(mex)
1211 1211
1212 @DOCSTRING(mexext) 1212 @DOCSTRING(mexext)