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

Matlab Code Snake software
Filter: All | Freeware | Demo
 

Matlab Code Snake

1 2 3 4 5 > 
Added: April 11, 2013 | Visits: 656

Using MATLAB to Develop Macroeconomic Models Slides, software, and data for the MathWorks webinar, "Using MATLAB to Develop Macroeconomic Models." The file moneydemo.zip contains a file moneydemo.pdf with slides for the webinar and a collection of MATLAB scripts and helper functions to perform a number of macroeconomic analyses. The main...



Platforms: Matlab

License: Freeware Size: 266.24 KB Download (71): Using MATLAB to Develop Macroeconomic Models Download

Added: June 25, 2013 | Visits: 1.229

NUFFT, NFFT, USFFT The Matlab code in this folder implements 1D-3D NUFFTs via fast Gaussian gridding. The convolution loops are written as C programs to be compiled as mex files from the Matlab command prompt. Further mathematical details about the code can be found in L. Greengard and J. Lee, "Accelerating the...





Platforms: Matlab

License: Freeware Size: 481.28 KB Download (65): NUFFT, NFFT, USFFT Download

Added: August 16, 2013 | Visits: 634

Viewer3D This function can be used to interactively view any kind of 2D,3D and 4D image volumes like CT and MRI. Allowing segmentation and distance measurements or ROI selection in 2D slices.It includes Maximum intensity projections (MIP), Volume Rendering (VR) , Slice render, and colored and Phong shaded...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 9.48 MB Download (64): Viewer3D Download

Added: May 10, 2013 | Visits: 847

Matlab code for the Kalman filter It will compute the Kalman gain and the stationary covariance matrix using a Kalman filter with a linear forward looking model. Requirements: - MATLAB 7 or higher


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (62): Matlab code for the Kalman filter Download

Added: June 02, 2013 | Visits: 688

Matlab code for my Graduate Thesis The samples of code included numerically solve the diffusion equation as it arises in medical imaging. This process is done with multiple solution methods, various boundary conditions, and in multiple dimensions.


Platforms: Matlab

License: Freeware Size: 112.64 KB Download (56): Matlab code for my Graduate Thesis Download

Added: May 03, 2013 | Visits: 561

OFDM High Power Amplifier Effects The Matlab code investigates the harmful effects of high power amplifier on ofdm signals.It is imagined that the amplifier destroy the amplitude of the transmitted signal due to saturation and has no effect on the signal phase. The model is acceptable for solid state amplifier to some extend.


Platforms: Matlab

License: Freeware Size: 133.12 KB Download (55): OFDM High Power Amplifier Effects Download

Added: May 31, 2013 | Visits: 476

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: May 17, 2013 | Visits: 670

Matlab code of the Kalman filter Script It will compute the Kalman gain and the stationary covariance matrix using a Kalman filter with a linear forward looking model.


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): Matlab code of the Kalman filter Script Download

Added: July 22, 2013 | Visits: 406

Kinect SDK with Matlab The file includes mexfunction code calling "Kinect for Windows SDK" to receive depth data and color image from Kinect and a Matlab code to reshape the information matries. Please see the Readme.txt for usage.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (53): Kinect SDK with Matlab Download

Added: April 02, 2013 | Visits: 504

From Fortran, call MATLAB Compiler C shared library The MATLAB Compiler (v4, R14 onwards) can package MATLAB code into an executable or C/C++ shared library. Calling a C shared library from Fortran, however, can be difficult. The mixed-language issue is C vs. Fortran calling conventions. This is an example of how to call a MATLAB...


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): From Fortran, call MATLAB Compiler C shared library Download

Decision Trees and Predictive Models with cross-validation and ROC analysis plot Decision tree learning is a common method used in data mining. Most of the commercial packages offer complex Tree classification algorithms, but they are very much expensive.This matlab code uses d-de?classregtree' function that implement GINI algorithm to determine the best split for each...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 972.8 KB Download (53): Decision Trees and Predictive Models with cross-validation and ROC analysis plot Download

Added: April 20, 2013 | Visits: 698

LDPC Code Simulation The zip file contains1. A 128x256 Regular (3,6) H matrix (if you need to simulate other codes, need to write your own code for generating those parity check matrices). The file '128x256regular_v6.mat' is for those using Matlab 6.5.2. Files for LDPC code simulation over the AWGN channel.3....


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (51): LDPC Code Simulation Download

Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 434

Matlab to Octave and back Python scripts to convert Matlab code to Octave and back.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.9 KB Download (51): Matlab to Octave and back Download

Added: June 15, 2013 | Visits: 407

Composition change in a stream of HYSYS from MATLAB The goal is to write a MATLAB code which runs a script in order to manipulate a stream composittion in HYSYS. This can be done by doing the following procedure:First a script should be made in HYSYS (Tools -> Script Manager -> New)Then, manually change the stream composition and stop recording...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (51): Composition change in a stream of HYSYS from MATLAB Download

Added: July 18, 2013 | Visits: 436

MPP (Matlab PreProcessor) If MATLAB was your first or primary programming language, you probably will never miss having a preprocessor. However if you have gravitated to MATLAB from a background in C programming you might wonder where MATLAB's pre-processor is. Well MATLAB doesn't come with one.MPP was designed to fill...


Platforms: Matlab

License: Freeware Size: 133.12 KB Download (51): MPP (Matlab PreProcessor) Download

Added: August 03, 2013 | Visits: 571

OpenGL 3D graphics in MATLAB using jzy3d A demo of some features of the jzy3d 3d graphics package from http://www.jzy3d.org/This PDF describes code for displaying jzy3d OpenGL-based 3D graphics in MATLAB. Code to run these demos is available as a Java jar file athttp://sourceforge.net/projects/waterloo/files/jzy3d uses the JOGL Java...


Platforms: Matlab

License: Freeware Size: 2.54 MB Download (51): OpenGL 3D graphics in MATLAB using jzy3d Download

Added: March 31, 2013 | Visits: 799

Builder for Excel Demo: Curve Fitting This is a demo of MATLAB Builder for Excel. This demo explains how one can compile MATLAB code into an Excel based COM component using MATLAB Excel Builder and use the same in Excel VBA. This demo compiles a MATLAB code that depicts a curve fitting application into an Excel based COM component....


Platforms: Matlab

License: Freeware Size: 174.08 KB Download (51): Builder for Excel Demo: Curve Fitting Download

Stochastic Timing Machinery, Differential Equations, and Simulation AbstractStochastic timing machinery (STM) is a diagram-oriented parallel programming language. Examples in electrical engineering, chemistry, game theory, and physics lead to associated ordinary and stochastic differential and partial differential equations. We od¬TCdeer an abstract...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 337.92 KB Download (50): Stochastic Timing Machinery, Differential Equations, and Simulation Download

Added: June 07, 2013 | Visits: 379

Cleans Matlab syntax Matlab-invoked Perl code which cleans up syntax in Matlab code you may have downloaded or inherited: 1) gets rid of trailing commas in "switch", "case", "if and "else" statements. 2) uncrowds mathematical operators and variable names by adding spaces 3) deletes trailing semicolons in "return",...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Cleans Matlab syntax Download

Computational Statistics: Feature Selection, Regularization, and Shrinkage MATLAB code for "Computational Statistics: Feature Selection, Regularization, and Shrinkage"


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Computational Statistics: Feature Selection, Regularization, and Shrinkage Download

1 2 3 4 5 >