| |
- Writing C Functions in MATLAB (MEX-Files)
pop
This is a basic guide to writing mex files for MATLAB in C. This guide gives a simple background of some the MATLAB mex features so that learning to write mex files can be quick and easy.
http://cnx.org/content/m12348/latest/
Read 2 Reviews
(Added: Jun 08, 2005 Hits: 2712 Rating: 0.00 Votes: 0)
Rate It
Review It
- MEX files with gnuwin32
pop
This file is intended to explain how to install the Cygnus port of the gcc compiler so that it can be used to compile mex files within MATLAB 5 for windows. It is written for the b18 version of that compiler. In fact b19 has just been released, and I will update this file when we have some experience of the new release. There are two main advantages to using the Cygnus gcc over other c compilers. The first is that it free. The second is that the Cygnus environment emulates a considerable degree of Unix functionality within 32 bit Windows, so you may well be able to use the same c mex source files for matlab on Unix and NT/Windows 95.
http://gnumex.sourceforge.net/
Read 10 Reviews
(Added: Jan 01, 1999 Hits: 878 Rating: 0.00 Votes: 0)
Rate It
Review It
- H2MEX
pop
H2Mex is a program that gernerates automatically an interface file (MEX file) from a header file (the .h
file). The Header file format is a pure C format, It's extended with some modifiers that allows to H2MEX to understand the exact task of a function. The generated source (MEX file source) could be compiled without any modification to create a DLL which is callable from Matlab.
http://opdaf1.obspm.fr/~makdissi/h2mex.html
Read 11 Reviews
(Added: Oct 31, 1999 Hits: 869 Rating: 0.00 Votes: 0)
Rate It
Review It
- Creating MEX Functions using GNU Autotools
pop
Learn to use the GNU autotools to automate builds of projects from large to small. Provides a brief introduction to the autotools as well as an example project using some of the matlab examples. This page is courtousy of the GNUMEX project http://gnumex.sourceforge.net
http://gnumex.sourceforge.net/autotools
Read 2 Reviews
(Added: Aug 11, 2005 Hits: 730 Rating: 0.00 Votes: 0)
Rate It
Review It
- GENMEX
GENMEX is a utility to automatically generate MATLAB MEX-files that call Fortran (especially NAG) library routines. Take a look at an example on how to use NAG's minimization routine e04dgf from MATLAB. There is also a paper describing the basic principles. GENMEX is written and tested in SUN Solaris 2.3 environment and depends on way how fortran routines are called from c-language in Solaris. It should however work now on some other platforms too (IRIX, AIX, Linux).
http://www.helsinki.fi/~mjlaine/genmex/
Read 4 Reviews
(Added: Jul 09, 1999 Hits: 657 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATLAB/MEX Interface to SVMlight
MEX-SVM is an interface between MATLAB and SVMlight , a powerful and efficient SVM package developed by Thorsten Joachims. The primary goal of this package is to have a simple and efficient interface between the two packages. Site provides links and instructions.
http://www.ship.edu/~thb/mexsvm/
Read 10 Reviews
(Added: Jun 07, 2005 Hits: 570 Rating: 0.00 Votes: 0)
Rate It
Review It
- Using the Lahey/Fujitsu LF95 compiler within MATLAB.
LFMATLAB.EXE (65 KB) This self-extracting zip file supports using the LF95 compiler within MATLAB and seamless integration with MATLAB external API procedures. A MATLAB compatibility library is provided to facilitate the creation of MATLAB MEX functions and programs using the MATLAB engine. MATLAB example code should not require any modification when LF95 support is enabled.
http://www.lahey.com/miscfix.htm
Read 3 Reviews
(Added: Jul 23, 2005 Hits: 375 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATLAB Gateways on Linux using the NAGWare f95 Compiler
The Mathworks recommends using g77 as the Fortran compiler for generating MATLAB MEX files on Linux. However, the NAGWare f95 Compiler may also be used as the Fortran compiler. Indeed there is some advantage to using NAGWare f95 rather than g77 as pointers and dynamic allocation of memory are available as part of the Fortran 95 language.
http://www.nag.co.uk/nagware/np/doc/linux_gateways.html
Read 4 Reviews
(Added: Jun 08, 2005 Hits: 365 Rating: 0.00 Votes: 0)
Rate It
Review It
- SUNDIALS
sundialsTB, a Matlab Interface to SUNDIALS.
http://www.llnl.gov/CASC/sundials/documentation/stb_guide/sundialsTB.html
Read 6 Reviews
(Added: Nov 26, 2005 Hits: 311 Rating: 0.00 Votes: 0)
Rate It
Review It
|
|
Public Viewings and Use Policy for the MATLAB Central Link Exchange
NOTICE: This MATLAB Central portion of The MathWorks' site provides links to
other third-party World Wide Web sites or resources. If you visit one of these sites,
please note that we do not control their privacy pratices. Therefore we urge you to
learn about their privacy practices before leaving any information with them. The
MathWorks does not control the content posted on linked sites and, as such, does
not guarantee the accuarcy, integrity, or quality of such content. Read the complete Disclaimer prior to
use.
|
|