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.411.800 Times

Mex Routine freeware
Filter: All | Freeware | Demo
 

Mex Routine

1 2 3 4 5 > 
Added: September 10, 2013 | Visits: 454

N-DIMENSIONAL CONVEX HULL: QUICKER HULL ALGORITHM The Matlab convhulln is a gateway to the quickhull algorithm ( see www.qhull.org ). In my opinion, one weak point of this mex routine is that it processes all the points without performing any preliminary filtering.In many cases it would be faster if only the point that can be part of the...



Platforms: Matlab

License: Freeware Size: 10 KB Download (42): N-DIMENSIONAL CONVEX HULL: QUICKER HULL ALGORITHM Download

Added: August 03, 2010 | Visits: 1.107

SQL::Routine::Language SQL::Routine::Language is a Perl module for what language or grammar SQL::Routine speaks. SQL::Routine contains SQL schemas and queries, represented as a tree of atomic tokens; it is structurally like an abstract syntax tree or an XML DOM, but one that only accepts, respectively, a specific...





Platforms: *nix

License: Freeware Size: 174.08 KB Download (93): SQL::Routine::Language Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 438

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: 701

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: 459

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: 479

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: 393

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: 495

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: 547

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: 365

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

Added: April 07, 2013 | Visits: 350

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

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: 598

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: 437

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: May 21, 2013 | Visits: 335

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

Added: October 15, 2010 | Visits: 982

PDL::Fit::LM PDL::Fit::LM is a Levenber-Marquardt fitting routine for PDL. Currently, only Levenberg-Marquardt fitting is implemented. Other procedures should be added as required. For a fairly concise overview on fitting see Numerical Recipes, chapter 15 "Modeling of data". SYNOPSIS use PDL::Fit::LM;...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (91): PDL::Fit::LM Download

Added: February 27, 2010 | Visits: 673

Hook::PrePostCall 1.2 Hook::PrePostCall is a Perl module that can add actions before and after a routine. SYNOPSIS require 5.000; use Hook::PrePostCall; sub try { print STDERR "in try: @_n"; @_; } PrePostCall->new( try, sub { print STDERR "pre: @_n"; # process the @_ content...if you want @_; #...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Hook::PrePostCall 1.2 Download

Added: September 17, 2013 | Visits: 556

JS-Clock This script is a small javascript routine that mimics a digital clock. The script is very easy to install, use and customize.It is compatible with all major web browsers. It was tested on: Internet Explorer, Netscape, Opera and Firefox.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (48): JS-Clock Download

Added: June 07, 2013 | Visits: 366

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: July 14, 2013 | Visits: 464

Remove_Annual This routine computes the fft of the input signal and removes power at the annual (or any specified frequency) by replacing the power at that frequency with the average of terms on both sides; this is done in the sine and cosine terms so as to average the power and the phase.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Remove_Annual Download

1 2 3 4 5 >