help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A follow-up to my MEX adventures


From: Steve C. Thompson
Subject: A follow-up to my MEX adventures
Date: Fri, 30 Mar 2007 18:09:41 -0700

Dear Group,

To follow up on
http://www.cae.wisc.edu/pipermail/help-octave/2007-March/003507.html
, I now have the coding library from
http://www.iterativesolutions.com/Matlab.htm running in Octave
2.9.10.  All of the MEX files were compiled using
mkoctfile-2.9.10.  David Bateman's script from
http://www.cae.wisc.edu/pipermail/help-octave/2007-March/003474.html
was used, with the following correction:

  _outfile=`echo ${_file} | sed -e "s/\.c$/.mex/"`

The original script had

  _outfile=`echo ${_file} | sed -e "s/\.c$/.oct/"`

which didn't run for me.  *.mex is needed:

  mkoctfile-2.9.10 -o hello.mex --mex hello.c

as I've documented at
http://elsteve.com/computer/20070330_mkoctfile-mex.html , a
follow up to
http://www.cae.wisc.edu/pipermail/help-octave/2007-March/003508.html
.

All is looking well in the land of MEX.  (Not to be confused with
Mexico.)

Next up: Octave-Forge needs poly2trellis!  I'm on it!  (But
please, somone beat me to it :-)

Steve



reply via email to

[Prev in Thread] Current Thread [Next in Thread]