|
|
|
Writing C Functions in MATLAB (MEX-Files)
|
|
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/
Submitted Jun 08, 2005
by MATLAB Central Admin
Updated Apr 30, 2008
|
|
FMEX: MATLAB/Fortran
|
|
Combine MATLAB and Fortran
http://www-agecon.ag.ohio-state.edu/people/roberts.628/research/fmex/
Submitted May 11, 2000
|
|
H2MEX
|
|
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
Submitted Oct 31, 1999
|
|
MEX files with gnuwin32
|
|
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/
Submitted Jan 01, 1999
Updated May 14, 2004
|
|
Creating MEX Functions using GNU Autotools
|
|
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
Submitted Aug 11, 2005
by Christopher Hulbert
Updated Aug 12, 2005
|
|
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/
Submitted Jul 09, 1999
|
|
CUDA example to speed up FFT using GPUs
|
|
An example showing how to speed up 2D FFT using NVIDIA CUDA SDK.
http://developer.nvidia.com/object/matlab_cuda.html
Submitted Sep 21, 2007
by Masoud Alipour
Updated Sep 24, 2007
|
|
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/
Submitted Jun 07, 2005
by MATLAB Central Admin
Updated Jun 14, 2005
|
|
Channel Coding in Digital Communication
|
|
MEX source code for convolutional code, turbo code, dan space time code
http://bsnugroho.googlepages.com/
Submitted Nov 13, 2006
by Bagawan Nugroho
Updated Nov 14, 2006
|
|
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
Submitted Jul 23, 2005
by W R Clavano
Updated Aug 09, 2005
|
|
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
Submitted Jun 08, 2005
by MATLAB Central Admin
Updated Jun 13, 2005
|
|
SUNDIALS
|
|
sundialsTB, a Matlab Interface to SUNDIALS.
http://www.llnl.gov/CASC/sundials/documentation/stb_guide/sundialsTB.html
Submitted Nov 26, 2005
by Litvinov Sergey
Updated Nov 28, 2005
|
|
Automatic generation of Fortran gateways
|
|
We have developed a graphical gateway generator for Fortran 77-90/95 codes in Java. Please, try it out!
http://www.cs.umu.se/research/parallel/openfgg/
Submitted Sep 01, 2007
by Robert Granat
Updated Sep 02, 2007
|
|
Online mex gateways generator
|
|
On online system for generating gateway mex functions from any native C,FORTRAN77, and FORTRAN90 code. The engine behind is written in php and you get the result instantaneously on your browser.
http://www.omegacomputer.com/staff/tadonki/mex/index.htm
Submitted Oct 10, 2008
by Claude Tadonki
Updated Oct 21, 2008
|