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

Matlab Code Downloads freeware
Filter: All | Freeware | Demo
 

Matlab Code Downloads

< 1 2 3 4 5 > 

Fast Computation of the Expected Tranche Loss of CDO Credit Portfolio The code is explained in the article P. Okunev, "A Fast Algorithm for Computing Expected Loan Portfolio Tranche Loss in the Gaussian Factor Model", LBNL-57676, 2005.http://www-library.lbl.gov/docs/LBNL/576/7.../LBNL-57676.pdfFuther refinments of this algorithm are descibed in Okunev, Pavel,... Platforms: Matlab


Added: January 25, 2010 | Visits: 730

Thinking Rock Thinking Rock is a Java-based software application for collecting and processing your thoughts, following the GTD methodology. Thinking Rock allows you to collect your thoughts and process them into actions, projects, information or future possibilities. Actions can be done by you, delegated to... Platforms: Mac

License: Freeware Download (101): Thinking Rock Download

Added: January 25, 2010 | Visits: 875

Folders-Full Set Folders - Full Set for Mac provides you with a complete new set of folder icons to replace all the default blue Apple folder icons on your computer. Being fed up seeing the boring blue Apple folders all over my Mac together with being unemployed drove me to create and publish these folder icons... Platforms: Mac

License: Freeware Size: 7.3 MB Download (98): Folders-Full Set Download

Added: April 09, 2013 | Visits: 478

Function To Generate Truth Table This function very efficiently generates a Truth Table matrix of arbitrary, user specified dimension.The order of the Truth Table is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 15 lines of MATLAB code.While this is... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function To Generate Truth Table Download

Added: April 15, 2013 | Visits: 376

Simulation of MUSIC (DOA ESTIMATION) - GUI The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates.The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Simulation of MUSIC (DOA ESTIMATION) - GUI Download

Added: May 31, 2013 | Visits: 481

Linear Signals and Systems, 2nd Ed The second edition of "Linear Signals and Systems" (LSS2) by B. P. Lathi provides a significant MATLAB component, which is presented from a signals and systems perspective. All of the text's MATLAB code is available from this site. Code for the computer examples in chapter xx is named CExx.m.... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (55): Linear Signals and Systems, 2nd Ed Download

Added: April 25, 2013 | Visits: 474

DNA MicroArray Image Processing Case Study In one type of gene expression analysis, fluorescently tagged messenger RNA from different cells are hybridized to a microscopic array of thousands of complimentary DNA spots that correspond to different genes. Illuminated spots emit different color light, indicating which genes are expressed... Platforms: Matlab

License: Freeware Size: 4.35 MB Download (46): DNA MicroArray Image Processing Case Study 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: May 18, 2013 | Visits: 549

KPIB: Kenny-Purpose Interface Bus kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command:r = kpib(INSTRUMENT,GPIB,'read');will return the voltage and current reading from a number of... Platforms: Matlab

License: Freeware Size: 348.16 KB Download (49): KPIB: Kenny-Purpose Interface Bus 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

Added: August 05, 2013 | Visits: 327

Load BIOPAC ACQ (AcqKnowledge for PC) data "load_acq.m" will load BIOPAC's AcqKnowledge (ACQ) data to a structure containing ACQ header field and data matrix field.It is based on Application Note #156 from BIOPAC web site (see attachment). The note mentioned that: "This document describes file formatting for all Windows versions of... Platforms: Matlab

License: Freeware Size: 225.28 KB Download (49): Load BIOPAC ACQ (AcqKnowledge for PC) data Download

Added: March 24, 2013 | Visits: 534

Automatic HTM documentation Script It will automatically produce documentation in HTML format from a list of .m files within a folder. Platforms: Matlab

License: Freeware Size: 890.88 KB Download (45): Automatic HTM documentation Script Download

Added: June 03, 2013 | Visits: 481

Natural Cubic Splines Yield Curve The fitting of smooth curve through a set of data points and extention to this is the fitting of 'best fit' spline to a large set of data points which show the cerrent trend but which do not all lie above the curve. The method involves cluster analysis, that is, grouping the crude data into... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Natural Cubic Splines Yield Curve 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

In sample Value at Risk and backtesting with the Pearson type IV distribution There are two issues with the Pearson type IV distribution: (I) the complex gamma function entering the normalization constant in the probability density function (pdf) and (II) the complex Gauss hypergeometric function entering the cumulative distribution function (cdf). For the complex gamma... Platforms: Matlab


Added: May 11, 2013 | Visits: 424

Multiple Interface Command Environment (MICE) Tested in R13!!!================This app is designed to allow easier interfacing with interfaces such as GPIB, Serial, and others (though honestly I've never tried it on anything other than an iotech GPIB.)For information on interfaces, check out>> instrhelpNOTE: In this app, I refer to... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Multiple Interface Command Environment (MICE) 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

What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples These are the code examples used in the "What's New for Object-Oriented Programming in MATLABdlT«" webinar, which described the new object oriented features in Release 2008a.To use the code, add the top folder to your path. See the test* M-files and associated published HTML reports for code... Platforms: Matlab


Added: August 13, 2013 | Visits: 585

CONVOLUTION IN MATLAB WITHOUT USING conv(x,h) A GENERALAZED CONVOLUTION COMPUTING CODE IN MATLAB WITHOUT USING MATLAB BUILTIN FUNCTION conv(x,h) Platforms: Matlab

License: Freeware Size: 10 KB Download (54): CONVOLUTION IN MATLAB WITHOUT USING conv(x,h) Download

Tutorials on Creating, Compiling and running CUDA Accelerated programs in Matlab Includes Guides on how to use visual studio to create Matlab compatible Cuda Code, how to compile, debug and run it using various methods, and much more. Platforms: Matlab


< 1 2 3 4 5 >