|
|
||||||
|---|---|---|---|---|---|---|
| Date | File | Tags |
Downloads (last 30 days) |
Comments | Ratings | |
| 20 Nov 2009 | FileTime Get and set the times for creation, access and modification of a file or folder (Windows only) | 226 | 3 | |||
| 14 Nov 2009 | SerialIO mex SerialIO is written in C and allows you to read/write to a serial or com port. | 151 | 4 | |||
| 12 Oct 2009 |
|
K-NEAREST NEIGHBOURS AND RADIUS (RANGE) SEARCH A Mex implementation of the brute search algorithm. Supports KNN and Radius Search. | 272 | 2 | ||
| 30 Sep 2009 |
|
non-rigid b-spline grid image registration Registration of two 2D/3D images, rigid and with smooth b-spline grid. | 348 | 68 | ||
| 25 Sep 2009 |
|
Fortran mex routine mxGetClassName A drop-in replacement for the TMW Fortran API function mxGetClassName routine that does not work. | 121 | 0 | ||
| 23 Sep 2009 |
|
FAST K-NEAREST NEIGHBORS SEARCH Simple but very fast algorithm for nearest neighbors search. Supports KNN and radius search. | 342 | 12 | ||
| 15 Sep 2009 | CUDA MEX Compile CUDA from within MATLAB! Just write cuda_mex filename.cu and it is ready. | 83 | 11 | |||
| 12 Sep 2009 |
|
CStrAinBP Overlapping elements of 2 cell strings. 10-20 times faster than INTERSECT/ISMEMBER/SETDIFF. | 132 | 0 | ||
| 07 Sep 2009 | Mac OS X Data Aquisition with National Instruments device Analog input with a National Instruments device on Mac OS X, using a mex file. | 11 | 1 | |||
| 27 Aug 2009 | mexSparseLogical0Diag Change all the elements on the main diagonal of a logical sparse matrix to 0. | 8 | 2 | |||
| 05 Aug 2009 |
|
typecast C-mex function typecast.c is a mex function intended to mimic the MATLAB intrinsic of the same name | 122 | 0 | ||
| 31 Jul 2009 |
|
Image Aquisition Three VC++ MEX projects enabling simple access to any VfW-source (with multiple cam support). | 30 | 1 | ||
| 30 Jun 2009 |
|
NVIDIA CUDA-based bilinear (2D) interpolation Incredible speed boost in comparison to the Matlab implementation. (interp2) | 80 | 6 | ||
| 28 Jun 2009 |
|
C/C++ and Matlab types convertor Bidirectional conversion between C/C++ type (STL, openCV) and Matlab matrix (compile or run time) | 73 | 13 | ||
| 25 Jun 2009 | Kronecker Tensor Product A mex implementation of Kronecker Tensor Product and a fast m file implementation | 22 | 0 | |||
| 25 Jun 2009 |
|
FORTRAN_Mex_Highlighter Improvement of syntax highlighting for FORTRAN MEX files (using an external editor like GEDIT) | 15 | 0 | ||
| 24 Jun 2009 | CStrCatStr Cat 2 or 3 strings/cell strings MEX: 10 times faster than STRCAT | 129 | 0 | |||
| 18 Jun 2009 | findfirst MEX file for finding first or last non-zero. | 7 | 3 | |||
| 10 Jun 2009 |
|
Sparse Field Methods for Active Contours Very fast implementation of level sets. 2D and 3D support, written in C++/MEX with MATLAB wrapper. | 75 | 4 | ||
| 04 Jun 2009 | MEXING WITH IFORT 11.0 IN 64 BIT MATLAB FOR 64 BIT MATLAB IN WINDOWS MEXING WITH MATLAB 7.6 - 7.8 AND IFORT 11.0 | 29 | 0 | |||
| 21 May 2009 |
|
Expectation Maximization of Gaussian Mixture Models via CUDA CUDA enabled parallel EM for Gaussian Mixture Models, providing over 100x performance increases. | 84 | 4 | ||
| 05 May 2009 | Multithreaded (Posix) SVM evaluation Multithreaded SVM Evaluation. You may take advantage of the multicore hardware. | 34 | 1 | |||
| 23 Apr 2009 | Source file for Johnson curve fit (*.f) From CMU's AS99 with an integer pointer layer on top. | 15 | 0 | |||
| 23 Mar 2009 | writing fortran mex file fortran mex file which call user matlab function with varargin argument. | 14 | 0 | |||
| 07 Mar 2009 | NIDAQmx Serial Number A utility (mex file) to extract the hardware serial number from a National Instruments DAQmx device | 25 | 0 | |||
| 27 Feb 2009 | keyboard simulation controlling keyboard | 155 | 0 | |||
| 27 Feb 2009 | mouse simulation mouse controlling | 138 | 1 | |||
| 15 Jan 2009 |
|
C++ MEX symbolic debugging Tutorial: Microsoft C++ IDE setup directions for compiler and linker for symbolic MEX debugging. | 13 | 0 | ||
| 15 Jan 2009 | Microsoft 32/64-bit Visual C++ 2008 Express support files MEX and MBUILD setup files for 32/64-bit Microsoft Visual C++ 2008 Express and Windows Platform SDK. | 285 | 4 | |||
| 11 Jan 2009 |
|
CUDA in a MATLAB MEX-file Integrating NVIDIA CUDA code with MATLAB using a C MEX-file | 49 | 0 | ||
| 01 Dec 2008 | Windows mex setup with ifort 11.0 Windows mexing with Matlab 7.6/7.7 (+probably others) and ifort 11.0 | 44 | 0 | |||
| 24 Oct 2008 | Image Processing Subset I have started to write a subset of the Image Processing toolbox. | 31 | 4 | |||
| 20 Oct 2008 | Embedded MATLAB Example: Using eml.ceval to generate a MEX-Function This example shows how to generate a MEX-Function from existing C-code using Embedded MATLAB instead | 115 | 0 | |||
| 17 Oct 2008 |
|
Dasslc Mex file compilation to Matlab 5.3 and 6.5! I have compiled a Dasslc solver version (MATLAB MEX INTERFACE), in order to use with Matlab (version | 158 | 0 | ||
| 16 Oct 2008 |
|
compileAndRun Easily compile and run a matlab function for significant speed improvements. | 115 | 1 | ||
| 13 Oct 2008 | MATLAB trilinear interpolation A Matlab mex function to perform trilinear interpolation. | 23 | 3 | |||
| 24 Sep 2008 | Bilateral filter Fast bilateral filter by using a MEX function | 51 | 4 | |||
| 23 Sep 2008 |
|
ISLANDS Finds all "islands" which are 4-connected components in a matrix. | 134 | 2 | ||
| 02 Sep 2008 | Mex Multithreading Example of (Windows) multi-threading in a MEX file | 171 | 3 | |||
| 21 Aug 2008 |
|
Fast InPolygon detection MEX Fast detection points inside a polygonal region | 25 | 6 | ||
| 20 Aug 2008 |
|
spok: checks if a MATLAB sparse matrix is OK Useful for mexFunction authors only | 100 | 1 | ||
| 07 Aug 2008 |
|
RGB to Black and White Converts RGB images to black and white images | 45 | 3 | ||
| 01 Aug 2008 |
|
Fortran mex: mxCopyCharacterToPtr and mxCopyPtrToCharacter Drop in replacements for the Mathworks supplied functions of the same names that do not work. | 134 | 1 | ||
| 30 Jul 2008 |
|
Canny Edge Detection Canny Edge Detection Algorithm | 111 | 0 | ||
| 28 Jul 2008 | Mexopts for Pelles C How to run Matlab on Windows with a freeware, 64-bit aware, C99 compatible, C-Compiler | 14 | 2 | |||
| 16 Jul 2008 |
|
2D CUDA-based bilinear interpolation GPU assisted fast bilinear interpolation | 76 | 6 | ||
| 16 Jul 2008 |
|
Fast 2D GPU-based convolution Graphics chip assisted fast 2d convolution | 65 | 7 | ||
| 12 May 2008 |
|
Fortran mxCreateLogicalSparseMatrix The Fortran version of the mxCreateSparseLogicalMatrix function for mex and engine apps | 101 | 0 | ||
| 21 Apr 2008 | Visualization Toolkit (VTK) mex interface Files describing how to interface MATLAB with VTK via mex | 38 | 4 | |||
| 24 Mar 2008 |
|
greedy algorithm in OFDM resource allocation (single user) the implemention of greedy algorithm in mex file | 169 | 2 | ||
| 03 Mar 2008 |
|
Makefile like script Conditionally compile all "./util/*.cpp" MEX files | 34 | 0 | ||
| 22 Feb 2008 |
|
Example: Making and debugging mex with Visual Studio 2005 and Matlab 2007b An example of a VS2005 solution that makes Matlab mex-files and uses VS2005 for debugging | 30 | 2 | ||
| 01 Feb 2008 | mex -setup with Intel Fortran and MS VS.Net Extra Mex support - Config files for Intel Fortran VS.Net | 13 | 1 | |||
| 01 Feb 2008 |
|
Microsoft Visual Studio 2008 Mex and Mbuild Setup Files Use these files to compile mex files from matlab command prompt with Visual Studio 2008 | 286 | 37 | ||
| 10 Dec 2007 | Compiling & Building MEX files for Matlab on a MacBook Pro using Xcode 2.4.1, Intel Compiler, Intel How to to compile and link MEX files for Matlab using Xcode IDE on a Intel Core 2 MacBook Pro | 109 | 0 | |||
| 08 Nov 2007 | Parzen classifier Mex implementation of a Parzen classifier | 101 | 0 | |||
| 07 Nov 2007 |
|
Fast Gaussian Transform mex implementation Mex inplementation of the FGT transform | 148 | 2 | ||
| 05 Nov 2007 |
|
K-NN mex Mex implementation of the KNN classifier | 156 | 0 | ||
| 24 Oct 2007 | Gnu Fortran, C, Lapack and Blas from Windows Matlab Setting up of a free environment for calling Fortran 77 routines from Matlab and using Lapack and Bl | 145 | 1 | |||
| 17 Oct 2007 |
|
Dassl Mex file compilation to Matlab 5.3 and 6.5! I have compiled a Dassl solver version (MATLAB MEX INTERFACE), in order to use with Matlab (version | 131 | 2 | ||
| 24 Sep 2007 | High Accuracy Timer for Windows High-resolution performance counter | 30 | 4 | |||
| 01 Aug 2007 | howto: mex + MS Visual C/C++ Express Edition 2005 Describes steps to set up the free Visual C/C++ Express Edition 2005 compiler as mex backend | 225 | 12 | |||
| 05 Jun 2007 | maximize figure windows Maximize figure windows by using the Microsoft Windows application programming interface (API). | 179 | 32 | |||
| 05 Feb 2007 |
|
popen read and write MEX source to acccess popen r/w | 28 | 1 | ||
| 15 Jan 2007 |
|
CreateGuid MEX MEX to create a Globally Unique Identifier GUID | 9 | 1 | ||
| 09 Jan 2007 | CallLapack - Matlab interface of Lapack and Blas functions Matlab mex function wrapping all Lapack and BLAS routines | 22 | 0 | |||
| 18 Dec 2006 | File I/O C S-function Example A simple C S-function which reads data from a file during simulation. | 28 | 2 | |||
| 18 Dec 2006 |
|
fast bresenham implement bresenham algo using C mex file for higher speed | 10 | 0 | ||
| 27 Nov 2006 | Intel91 fortran with MEX Suggested options file for using Intel Fortran 9.1 wiht MEX | 25 | 2 | |||
| 20 Nov 2006 | scanfc scanf rewritten to give cell arrray output | 14 | 0 | |||
| 13 Oct 2006 | Fast Trapezoidal Integration Similar to TRAPZ but (up to) 16x-times faster. Equally spaced data NOT required. | 40 | 3 | |||
| 16 Aug 2006 | Derivative: Central Difference Approximation Compile this mex file for central difference approximation of the derivative of a function. | 36 | 0 | |||
| 20 Jun 2006 | Get UTC Time, Convert a UTC time to Datenum (both Win32/Linux versions) Get a UTC time using standard C time function, convert UTC time to MATLAB serial date ... | 36 | 2 | |||
| 11 May 2006 |
|
Sobel Edge Detection Sobel Edge Detection | 255 | 4 | ||
| 02 May 2006 | timer TIMER.DLL is a MEX-file intended to create MATLAB callbacks caused by W95 timer events | 19 | 3 | |||
| 20 Apr 2006 | Fast Linear Interpolation Performs linear interpolation with a speed acceleration of (up to) 4x. | 41 | 0 | |||
| 06 Feb 2006 |
|
Image Oil Algorithm Gives an RGB image an Oil appearence | 10 | 4 | ||
| 26 Jan 2006 | Visual Studio.Net Custom App Wizard for Simulink S-Functions Customized App Wizard for creating MEX S-Functions files in Visual Studio.Net for Simulink | 24 | 0 | |||
| 19 Dec 2005 |
|
API in Matlab How to call API in Matlab. Open, close CD, maximaize, minimaize window. | 23 | 6 | ||
| 19 Dec 2005 |
|
snap the screen matlab mex file to snap the screen | 7 | 4 | ||
| 14 Dec 2005 | Figure Window Always on Top Avoid obscuring figure windows by ensuring they always remain on top. | 42 | 6 | |||
| 08 Dec 2005 |
|
Edge Dection Simple Edge Detection | 48 | 3 | ||
| 23 Nov 2005 |
|
matlab2fmex matlab2fmex.m is a small translator which aims to convert numerical M-files to Fortran90 mex. | 113 | 6 | ||
| 21 Nov 2005 | mex histogram of columns of data histogram for columns of data | 19 | 1 | |||
| 28 Sep 2005 | A C-mex Function to find N largest number in a Matrix A c-mex function to find N largest number in a matrix. | 18 | 4 | |||
| 03 Aug 2005 | C & mex file example Sample C program with mex statements, with m-file script to run executable, and author's output in t | 20 | 1 | |||
| 24 Jun 2005 | mex function implementation of Optimal FIR Wiener filter The mex function implements an FIR Wiener filter. The computation involves an LU decomposition ... | 156 | 2 | |||
| 22 Apr 2005 |
|
Visulal Studio.Net Custom App Wizard Customized App Wizard for creating MEX files in Visual Studio.Net. | 18 | 10 | ||
| 09 Mar 2005 | mexgen Automatically generate C++ mex files. | 11 | 1 | |||
| 29 Dec 2004 | C-MEX file example for 'float' data types Calling a C file from MATLAB, the C function (a high pass filter) has four arguments ... | 29 | 0 | |||
| 22 Dec 2004 | Fresnel integrals Computes fresnel integrals with 1*10^-9 accuracy. | 60 | 3 | |||
| 11 Jun 2004 | count (mex) Counts the number elements in a specified vector or matrix that match a specified criteria. | 14 | 1 | |||
| 24 Mar 2004 | XLSWriteMex MATLAB MEX function to create an Excel spreadsheet. | 14 | 5 | |||
| 30 Sep 2003 |
|
prcorr2 - 10 times faster correlation coef. Compute correlation coefficient over all dimensions. | 34 | 4 | ||
| 30 Sep 2003 | MEX-files and MATLAB Compiler Basic instructions for calling external files and using the MATLAB compiler. | 114 | 5 | |||
| 18 Sep 2003 | FinPerf Demonstrates how to call generic DLL functions without writing a MEX file. | 32 | 5 | |||
| 19 Mar 2003 | H2MEX Convert c and c++ code to mex file. | 11 | 1 | |||
| 21 Oct 2002 | cppmex Compile mex-functions with C++ Math Library and the mwArray matrix. | 12 | 3 | |||
| 11 Jul 2002 |
|
progbar (mex) Progress bar class for MEX functions. | 130 | 0 | ||
| 26 Mar 2002 | Yprime.zip Visual Studio .NET project for building MEX files. | 21 | 2 | |||
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com