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

Matlab Code Downloads software
Filter: All | Freeware | Demo
 

Matlab Code Downloads

< 1 2 3 4 5 
Added: June 24, 2013 | Visits: 473

Excel Builder Demo: Univariate Interpolation This is a demo of MATLAB Excel Builder. This demo explains how one can compile MATLAB code into an Excel based COM component using MATLAB Excel Builder. This demo compiles a MATLAB code that depicts Univariate Interpolation into an Excel based COM component. Following this, it also explains how... Platforms: Matlab

License: Freeware Size: 266.24 KB Download (44): Excel Builder Demo: Univariate Interpolation Download

Added: May 04, 2013 | Visits: 297

Telemac Tools This set of m-files enables you to read, write and manipulate results files from the Telemac2D and 3D hydrodynamic modelling system of EDF/Sogreah. Both the triangular finite element grid (Selafin format) and square grid (Leonard format) are supported.Usage examples have been included to help... Platforms: Matlab

License: Freeware Size: 952.32 KB Download (44): Telemac Tools Download

Fast simulation of acoustic room impulse responses (image-source method) These files provide a fast implementation of the image-source model (ISM) for the simulation of room impulse responses (RIRs) in small-room acoustics. This implementation produces RIRs that are virtually identical to those obtained with the standard ISM, but the simulations are up to two orders... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): Fast simulation of acoustic room impulse responses (image-source method) Download

Added: August 21, 2013 | Visits: 354

FTD2XX_NET_Write_GetPinStates File demonstrates calling directly into the FTD2XX_NET.dll library from Matlab code. Code demonstrates how to split the data pins into two groups of four bits. Demo writes to 4 bits, reads the other 4 bits. FTDI makes USB compatible devices which can make the creation of USB-based electronic... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): FTD2XX_NET_Write_GetPinStates Download

Added: September 06, 2013 | Visits: 460

Parallelizing Matlab on Large Distributed Computing Clusters I am describing a solution that allows you to break apart and run large amounts of your Matlab code in parallel on large computational pools. In order to provide the user with the familiar Matlab work environment, I glue back the remotely evaluated Matlab code via web services, such that the... Platforms: Matlab

License: Freeware Size: 174.08 KB Download (43): Parallelizing Matlab on Large Distributed Computing Clusters Download

Added: September 14, 2013 | Visits: 375

MATLAB xUnit Test Framework MATLAB xUnit Test Framework is a unit test framework for MATLAB code.MATLAB xUnit is designed to be easy to use for MATLAB users with a wide range of experience. Users can write tests using ordinary MATLAB function files that are very simple in structure.MATLAB xUnit comes with extensive... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 409.6 KB Download (43): MATLAB xUnit Test Framework Download

Added: April 09, 2013 | Visits: 279

Trellis Code Modulation Matlab Code TCM with BCJR (Log-Map) & channel EncoderUngerboeck's TCM with BCJR (Log-Map) Decoder with Generater Polynomial Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Trellis Code Modulation Matlab Code Download

Added: August 15, 2013 | Visits: 327

lattice boltzmann 2D for porous system The present matlab code derives from the basic Lattice Boltzmann code named LB BGK D2Q9 and submitted on 2005-02-10 (see Matlab Central). This version is particularly tailored to porous systems. Indeed, rather than keeping in memory values of density calculated in both wet and dry locations (i.e.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): lattice boltzmann 2D for porous system Download

Added: August 20, 2013 | Visits: 255

Two dimensional Q-function Matlab code for calculation of 2d Gaussian Q function.General description This m-file provide a numerical computation of two-dimensional Gaussian Q-function, that is Q(x1,x2,ro)=1/((1/sqrt(2*pi)*(1-ro^2))*int(int(exp(-(x^2+y^2-2roxy)/(2*(1-ro^2))) dxdyThe result may include a very small... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Two dimensional Q-function Download

Added: June 29, 2013 | Visits: 452

Arduino meets MATLAB The current submission illustrates a way to use the popular open source arduino boards with MATLAB illustrating the capabilities of data acquisition and visualization in real time .The Arduino Demilanove based on the ATMEGA 328 is used to send a series of time series through the serial interface... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Arduino meets MATLAB Download

Added: April 04, 2013 | Visits: 325

EMat: Embedded Matlab Templating EMAT Embedded Matlab templating EMat class provides a templating system in Matlab like Ruby's ERB system. Matlab code can be embedded inside any text document to easily control the document generation flow. A simple example is illustrated here: >> x = 42; >> tmpl = ' The value of x is '; >> obj... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): EMat: Embedded Matlab Templating Download

Added: July 27, 2013 | Visits: 413

Educational Lab Report Data Acquisition Example Using the notebook feature, a lab can be created for a class in which the students can interact with MATLAB through Microsoft Word. This approach can be used when you want to use the power of MATLAB to demonstrate a concept, but do not want the students to focus on the MATLAB code.Please note... Platforms: Matlab

License: Freeware Size: 133.12 KB Download (43): Educational Lab Report Data Acquisition Example Download

Added: September 10, 2013 | Visits: 576

Excel Builder Demo: Bouncing Ball Demo using ODE Solvers This is a MATLAB Excel Builder demo. This demo shows how you can compile a MATLAB code into an Excel based COM component and use the same in an Excel Visal Basic environment. The example used in this demo is the simulation of a bouncing ball using MATLAB ODE solvers.Download the exe (zip archive)... Platforms: Matlab

License: Freeware Size: 215.04 KB Download (43): Excel Builder Demo: Bouncing Ball Demo using ODE Solvers Download

Added: May 11, 2013 | Visits: 505

Example: Using Nested Functions for Timers This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Example: Using Nested Functions for Timers Download

Added: June 29, 2013 | Visits: 328

Textscantool Textscantool is an interactive GUI to read large text files with delimited data. The tool lets you specify which columns to read and what data types to use. It can also generate the MATLAB code to carry out the same task programmatically. There is a video tutorial for this tool in the directory... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 6.61 MB Download (43): Textscantool Download

A Benchmark Problem for Model Based Control System Tests - 001 Today safety critical flight control systems are tested using model based approach. The model blocks are proprietary and seldom shared in the open. A benchmark problem was designed as part of a research activity to test out certain test case generation techniques. This model was also used as a... Platforms: Matlab

License: Freeware Size: 3.33 MB Download (43): A Benchmark Problem for Model Based Control System Tests - 001 Download

Added: June 12, 2013 | Visits: 440

Function To Generate Truth Table Condition Vectors This function returns a matrix of all possible binary condition vectors for a logical system with (I) inputs.The number of inputs is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 16 lines of MATLAB code.While this is... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Function To Generate Truth Table Condition Vectors Download

Added: August 01, 2013 | Visits: 313

Particle Size Analysis from Image Processing Webinar Web-based seminars were broadcast live on 03 March 2004. The topic involved custom analysis of image data for scientific problems using MATLAB, along with the Image Acquisition and Image Processing toolboxes.The particular example shown was a particle size analysis using an example image - light... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (43): Particle Size Analysis from Image Processing Webinar Download

Added: August 17, 2013 | Visits: 206

PDTDFB toolbox The filter bank is described in: The Shiftable Complex Directional Pyramidd-deOCLPart I: Theoretical AspectsThe Shiftable Complex Directional Pyramidd-deOCLPart II: Implementation and ApplicationsIEEE transaction on singnal processing, Oct. 2008Other related papers and software are available... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (43): PDTDFB toolbox Download

Added: August 21, 2013 | Visits: 377

Symbolic polynomials A polynomial is a mathematical expression involving a sum of powers in one or more variables multiplied by coefficients. A general multivariate polynomial is captured with the syntaxp = sum( c_i * prod( x_j^p_ij ) ) + kwhere the summation is over i, the product over j, and c_i is the set of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (43): Symbolic polynomials Download

< 1 2 3 4 5