Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.538 Times

Mex freeware
Filter: All | Freeware | Demo
 

Mex

1 2 3 4 5 > 
Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 441

MEX MEX applies the international standards EAD, EAC and METS to edit structured Internet presentations of online finding aids including digital reproductions. For newer developments cf. www.archivgut-online.de incl. english documentation and contact. Platforms: Windows, Mac, Linux

License: Freeware Size: 28.3 MB Download (50): MEX Download

Added: July 12, 2013 | Visits: 703

The Cardiac Processor VI1 Matlab In C Mex Version It is the version in C Mex frame of my cardiac processor VI1 for cardiac cells oscillations.I am very in love with matlab and mathworks products so i publish only for one time my work out of matlab in C Mex for C execution. Platforms: Matlab

License: Freeware Size: 10 KB Download (48): The Cardiac Processor VI1 Matlab In C Mex Version Download

Added: June 11, 2013 | Visits: 462

Writing MATLAB C/MEX Code Learn how to create MEX-functions: programs written in C, C++, or Fortran code that are callable from MATLAB. This article is a guide to getting started and performing practical tasks as well as a reference.Contents:* Introduction* Getting Started* Inputs and Outputs* Creating an Uninitialized... Platforms: Matlab

License: Freeware Size: 245.76 KB Download (42): Writing MATLAB C/MEX Code Download

Added: June 13, 2013 | Visits: 482

EMD (Earth Movers Distance) mex interface This code is the mex interface for computing Earth Movers Distance between signatures and is based on the Y. Rubner's C Implementation.(http://ai.stanford.edu/~rubner/emd/default.htm)For building the mex file you should have setup your mex build environment. Invoke "build_emd" for building and... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): EMD (Earth Movers Distance) mex interface Download

Added: July 11, 2013 | Visits: 395

CUDA MEX This small script modifies the files used by MATLAB to compile mex-functions within MATLAB so that CUDA is supported.Once the script setup_cuda_mex.m is run you can just compile CUDA mex files with the function cuda_mex.m.Only Win32 with Visual Studio is supported in the current version.CUDA... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): CUDA MEX Download

Added: August 25, 2013 | Visits: 496

mex -setup with Intel Fortran and MS VS.Net Here are some configuration files to allow the mex -setup being withi) Intel Fortran 8.1 with MS Visual Studio 2003ii) Intel Fortran 10.1 with MS Visual Studio 2005 Platforms: Matlab

License: Freeware Size: 10 KB Download (49): mex -setup with Intel Fortran and MS VS.Net Download

Added: July 09, 2013 | Visits: 549

Microsoft Visual Studio 2008 Mex and Mbuild Setup Files I installed Microsoft Visual Studio(MVS) 2008 and Matlab R2007b and tried "mex -setup" command from Matlab. However my MVS 2008 was not recognized by Matlab. I debugged mex.m and found a way to show MVS 2008 to Matlab. Necessary files are located at 2 different directories in zip file... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Microsoft Visual Studio 2008 Mex and Mbuild Setup Files Download

Added: July 05, 2013 | Visits: 367

MEX-Builder and file versioning The MATLAB compiler toolbox builds native libraries (MEX-functions) and executables (applications) for different platforms. The compiler scripts "mex" and "mcc" offer a user-friendly interface for compiling and linking M, C, C++, Fortran and assembler files. This package adds automatic file... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): MEX-Builder and file versioning Download

Example: Making and debugging mex with Visual Studio 2005 and Matlab 2007b I saw that there was no simple example on who to use MS Visual Studio 2005 to make and debug Matlab mex files.The solution added has a readme.txt that specifies filepaths that must be changed to make it work on your PC. Platforms: Matlab


Added: July 11, 2013 | Visits: 604

MEX-file template for Project Builder This MacOS X Project Builder template can be used to easily create a MATLAB MEX-file project. Source level debugging of the MEX-files is the primary benefit of using this template. Platforms: Matlab

License: Freeware Size: 20.48 KB Download (48): MEX-file template for Project Builder Download

Added: March 27, 2013 | Visits: 441

typecast and typecastx C-mex functions TYPECAST and TYPECASTX are mex functions intended to mimic the MATLAB intrinsic typecast function with extensions. These C-mex versions of typecast differs from the intrinsic typecast in the following important aspects: Intrinsic typecast------------------Type of copy: Deep Data CopyAllows... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): typecast and typecastx C-mex functions Download

Added: June 07, 2013 | Visits: 368

SerialIO mex Although MATLAB is supposed to support both writing and reading data from the serial port, reading data seems to either produce no result, generate an error, or crash MATLAB. To remedy the situation SerialIO() has been written. This function will allow you to set/get vectors of data from the... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): SerialIO mex Download

Added: September 12, 2013 | Visits: 406

Tutorial: C mex matrix demo This short tutorial illustrates basic numerical matrix computation in C. I encourage any comments from expirienced mex programmers for style improvement.This is a nice little function to demonstrate how you can interface MATLAB and C style matricies. There is some example code included showing... Platforms: Matlab

License: Freeware Size: 133.12 KB Download (44): Tutorial: C mex matrix demo Download

Added: May 06, 2013 | Visits: 331

C & mex file example The program mex_test.c is a basic example of how to use mxArray *prhs[] in mexFunction entry embedded in C code. The executable should accept 3 input args of different data types: 1 string, 1 double and 1 int32 array. The program allows a user to input a NULL for any of the input arguments, to... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): C & mex file example Download

Added: July 29, 2013 | Visits: 356

RoboRealm Matlab Mex Integration RoboRealm provides you with an interactive and experimentation vision system to investigate the very complex world of image analysis and image processing. Through an easy to use analysis pipeline you can add image processing filters to translate an image into robotic movements or computer... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): RoboRealm Matlab Mex Integration Download

Added: April 26, 2013 | Visits: 782

Visualization Toolkit (VTK) mex interface The code in this submission describes how to download and install the Visualization Toolkit (VTK, www.vtk.org) and create a MATLAB mex file to interface with it.An example C++ mex file and code to build and run the mex file are included. Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Visualization Toolkit (VTK) mex interface Download

Added: April 23, 2013 | Visits: 391

Simple Haskell MEX-file Simple replacement of IMWRITE for TIFF files with alpha channel and XPOSITION, YPOSITION tagsDemonstrates how to write MEX-files in Haskell programming languageDemonstrates how to interface Haskell MEX-file to third party foreign library Platforms: Matlab

License: Freeware Size: 51.2 KB Download (46): Simple Haskell MEX-file Download

Added: April 07, 2013 | Visits: 352

H2MEX H2Mex is a program that gernerates automatically an interface file (MEX file) from header file (the .h file).The Header file format is a clean C format, It's extended with some modifiers that allows to H2MEX to understand the exact task of a C routine.The generated source (MEX file source) could... Platforms: Matlab

License: Freeware Size: 378.88 KB Download (43): H2MEX Download

Added: June 08, 2013 | Visits: 471

Intel91 fortran with MEX There is not yet any official support for use of the latest Intel 9.1 fortran compiler with MEX. The official support is for 9.0 and requires Visual Studio/C++ 2003 for the linker.This MEX options file works for the latest 9.1 fortran compiler and Visual Studio 2005.The path for the compiler and... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Intel91 fortran with MEX Download

Added: May 21, 2013 | Visits: 338

Fortran Logical mex functions mxLogicalFunctions.for provides a suite of functions to support conversion of Fortran logical variables to/from MATLAB style mxArray variables in mex routines or engine applications. Assumes that the MATLAB logical class uses 1 byte for storage of each logical element. When testing a MATLAB... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Fortran Logical mex functions Download

1 2 3 4 5 >