Listing of Development Tools in Scripts
- r_test_paired
- License: Shareware
- Price: .price.

This simple function tests the null hypothesis that two variables are equally linearly correlated with a third variable when all three sets of observations were derived from the same "individuals" (i.e., a repeated measures/paired observations design).
- Publisher: David Groppe
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- correlated Gaussian noise
- License: Shareware
- Price: .price.

vector generalization of matlab standard function randn() with correlations. inputs: Rpp - pXp correlation matrix nSamp - number of samples outputs: data matrix of size [p rows X nSamp cols] sample correlation matrix example generate a vector of 1000 pairs which are correlated as [1 -0.
- Publisher: michaelB brost
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- AS3 WYSIWYG Rich Text Editor
- License: Freeware
- Price: 0.00

Fully featured bug free rich text editor, only 56KB, and in the spirit of open source. Built entirely on Flash components. If you're willing to make it look prettier, I'll be willing to post it here..
- Publisher: jaredyeo
- Date: 22-06-2013
- Size: 1495 KB
- Platform: Scripts, Flash
- Monte Carlo method for estimating plane figure area
- License: Shareware
- Price: .price.

To calculate an area S(A) of a figure A, bounded by a Jordan curve (which in our case is constructed by a cubic spline approximation) the Monte Carlo method is applied.
- Publisher: Konstantin Ninidze
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- aramsNeurofit - import parameters from Neurofit
- License: Shareware
- Price: .price.

Extracts parameters from fits obtained by Neurofit to voltage clamp data. Use File->Save report in Neurofit after you copy all the fitted values as actual parameters. See Neurofit web page for more information (http://www.uoguelph.ca/~awillms/neurofit/).
- Publisher: Cengiz Gunay
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Benchmarking of 1 image verses repository of images
- License: Shareware
- Price: .price.

main executing reference usage: usage_plotPSNR.m Objective: The utility demo illustrates an example of a benchmarking site when building a test-suite framework. The example compares an image with a repository of images by using PSNR. For referencing when considering building a framework or part of benchmarking test suites.
- Publisher: Michael Chan
- Date: 22-06-2013
- Size: 389 KB
- Platform: Scripts, Matlab
- Histogram transformation
- License: Shareware
- Price: .price.

[transformedHistogram,newX]=transformHistogram(originalHistogram,originalX,formula) transformHistogram transforms the histogram stored in the 1D array 'orignalHistogram' according to the formula 'formula'. 'originalHistogram' is defined at bins stored in 'orignalX'.
- Publisher: Peter Nagy
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Matrix TCL Lite Script
- License: Freeware
- Price: 0.00

The library supports only basic matrix operations, not being suitable for large matrices. It has been tested with: Borland C++ 5.0 (both 16 and 32 bit); Borland C++ 5.5; C++ Builder version 1.0, 3.0, 4.0 and 5.0; MS Visual C++ version 4.0, 4.2, 5.0 and 6.
- Publisher: Techsoft Pvt. Ltd.
- Date: 22-06-2013
- Size: 41 KB
- Platform: Scripts, C and C plus plus
- NCHOOSE
- License: Shareware
- Price: .price.

NCHOOSE - all combinations of the elements of a set W = nchoose(S) returns all possible combinations of one or more elements of the set S. In total there are 2^N-1 combinations, where N is the number of elements in S. W is a cell array: each cell holds one of these combination (as a row vector).
- Publisher: Jos (10584)
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- GUI application for pipe flow of a power-law fluid
- License: Freeware
- Price: 0.00

The velocity and shear stress versus radial position are obtained for the laminar flow of a power-law fluid in a pipe. Pipe radius and applied pressure gradients can be set by the user. If you choose a power-law exponent, n, equal to 1 then a Newtonian fluid is recovered.
- Publisher: Housam Binous
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- circular checkerboard reversal pattern
- License: Shareware
- Price: .price.

This stimuli may be used for visual evoked potentials..
- Publisher: Shripad Kondra
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Estimation for Hidden Processes
- License: Shareware
- Price: .price.

This package called EstimHidden is devoted to the non parametric estimation using model selection procedures of 1/ the density of X in a convolution model where Z=X+noise1 is observed 2/ the functions b (drift) and s^2 (volatility) in an "errors in variables" model where Z and Y are observed and assumed to follow: Z=X+noise1 and Y=b(X)+s(X)*noise2.
- Publisher: Yves Rozenholc
- Date: 22-06-2013
- Size: 61 KB
- Platform: Scripts, Matlab
- Mattoeplitz
- License: Shareware
- Price: .price.

This file takes a matrix A that is Nx(N^2) and creates a Toeplitz-like matrix where the entries are the N NxN submatrices that are contained in A. Example: A=[[2 1;1 5] [0 4;9 8]] then mattoeplitz(A)= the matrix |2 1 0 4| |1 5 9 8| |0 4 2 1| |9 8 1 5|.
- Publisher: Tim Dumouchel
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Introduction to Statistical Analysis (Japanese)
- License: Shareware
- Price: .price.

Demo files used in the Japanese webinar: Introduction to Statistical Analysis In this demo, we use a realistic dataset from a clinical study to provide an overview of the statistical analysis and visualization capabilities in the MATLAB product family.
- Publisher: Eiji Ota
- Date: 22-06-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- BaFigExPro
- License: Freeware
- Price: 0.00

The BaFigExPro package provides an automatic method to export Matlab figures, with optional uniform styling. Several input/output folders can be given in a single call. The routine works both for Windows and Linux (tested on Matlab 6.5 and 7.x). The package is generally used to: - make uniform figure styling with batch processing.
- Publisher: Jonathan Rossel
- Date: 22-06-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Gaussian Mixture Modeling GUI (GMM DEMO)
- License: Freeware
- Price: 0.00

The Expectation-Maximization algorithm (EM) is widely used to find the parameters of a mixture of Gaussian probability density functions (pdfs) or briefly Gaussian components that fits the sample measurement vectors in maximum likelihood sense [1]. In our work, the expectation-maximization (EM) algorithm for Gaussian mixture modeling is improved via three statistical tests: a) A multivariate normality test, b) a central tendency (kurtosis) criterion, and c) a test based on marginal cdf to find a discriminant to split a non-Gaussian component.
- Publisher: Dimitrios Ververidis
- Date: 22-06-2013
- Size: 573 KB
- Platform: Scripts, Matlab
- Unsorted Set Operations
- License: Shareware
- Price: .price.

There have been lots of cases where I'll want to look, in a specific order, at subjects in a larger set. Setdiff Intersect and Union are the exact operations I want, but unsorted. I coded up Unique just for good measure. These are relatively rough m-files, w/ little or no help functions, but they're very simple and identical to the built-in Matlab functions, just without sorting.
- Publisher: Don Vaughn
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- CAMB Interface for Matlab
- License: Freeware
- Price: 0.00

"camb.m" is the routine itself. Modify line 36 to point to where the CAMB executable is installed. "params_strings.mat" is a matlab file that contains the strings of the text file CAMB reads to look for the cosmological parameters. "params_matlab.txt" is the text file that "params_strings.
- Publisher: Sean Bryan
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Kinetic Order Determination
- License: Shareware
- Price: .price.

Determine the reaction order of a chemical reaction of the form: rate = Ao*[A]^a*[B]^b*exp(-Ea/R*T) kinetic order determination by wide area search and model-data error minimization kinfit attempts to determine the optimal order of reaction (a and b) of the form rate = Ao * [A]^a * [B]^b * exp(-Ea/R*T) where Ao is the pre-exponential rate constant A and B are the component concentrations with a and b their powers to be determined Ea is the activation energy in same units as R the universal gas constant T is the temperature(C) kinfit will search over a range of a and b values to try and match experimental data of reaction rates (data) specified below with the model rate equation above.
- Publisher: Steven Edmund
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- HBM QuantumX Control .NET lan
- License: Shareware
- Price: .price.

Example for using .NET lan Interface for QuantumX Measurement.
- Publisher: Klaus SchldoDster
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Computational Colour Toolbox
- License: Shareware
- Price: .price.

Toolbox that accompanies the textbook Computational Colour Science using MATLAB (2nd edition) Toolbox that accompanies the textbook Computational Colour Science using MATLAB (2nd edition) by Westland, Ripamonti and Cheung published by Wiley (2012). Functions and example code to interpolate reflectance spectra compute CIE XYZ and CIELAB values visualise CIE chromaticity space and CIELAB calculate colour-difference metrics calculate colour-appearance space metrics implement sRGB example characterization of printers, cameras and display devices calculate colour in physiologically relevant colour spaces explore multispectral imaging.
- Publisher: Stephen Westland
- Date: 22-06-2013
- Size: 1178 KB
- Platform: Scripts, Matlab
- Gaussian filtering of zero-padded and circularized 1-D data
- License: Shareware
- Price: .price.

This filter could be extended into a 2D image smoothing filter. The kernel can be switched easily. This is a program to test how a gaussian filter works on a set of 1-D data a e.g. a=[1 10 1 10 1 10 1] --- use this as input or use your own 1D data This example uses a gaussian filter extracted from wikipedia: kernel = [0.
- Publisher: Rex Cheung
- Date: 22-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Solution of a Maxwell Stefan Diffusion Problem
- License: Freeware
- Price: 0.00

n the bottom of a Stefan tube there is a quiescent liquid with a mixture of acetone (component 1) and methanol (component 2). Vapor that evaporates from this pool of liquid diffuses to the top of the tube. Air (component 3) keeps the mole fractions of components 1 and 2 equal to zero.
- Publisher: Housam Binous
- Date: 22-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- PZFlex Table File Writer
- License: Shareware
- Price: .price.

Creates .FLXTBL files from TIFF images - imports into PZFlex as a model The code reads in a TIFF image, allowing you to select specific regions of the image to assign as a predefined material. The image is interpolated according to the user's inputs (XMax, YMax & BoxSize).
- Publisher: PZFlex
- Date: 21-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- tight subplot
- License: Shareware
- Price: .price.

Subplot tends to leave a lot of empty space around the axes. Tight_subplot allows to adjust the spacing between the axes as well as the margins around the axes. For example: ha = tight_subplot(3,2,[.01 .03],[.1 .01],[.01 .01]) for ii = 1:6; axes(ha(ii)); plot(randn(10,ii)); end set(ha(1:4),'XTickLabel',''); set(ha,'YTickLabel','').
- Publisher: Pekka Kumpulainen
- Date: 21-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Plot With Direction
- License: Shareware
- Price: .price.

function [h1, h2] = plot_dir (vX, vY) Plotting x-y variables with direction indicating vector to the next element. Example vX = linspace(0,2*pi, 10)'; vY = sin (vX); plot_dir(vX, vY); Plot and quiver functions used..
- Publisher: Kangwon Lee
- Date: 21-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Animated Double Pendulum
- License: Freeware
- Price: 0.00

For animation, the program uses Matlab's normal plot command combined with the drawnow command. It is based on the ode45 solution of the corresponding differential equations. Comprehensive documentation is provided, including a sketch of the most important steps of how to derive the equations of motion.
- Publisher: Alexander Erlich
- Date: 21-06-2013
- Size: 113 KB
- Platform: Scripts, Matlab
- pcg.m with 'null' and 'flex' options
- License: Shareware
- Price: .price.

PCG Preconditioned Conjugate Gradients Method is a replacement of the standard built-in PCG code. Two new options are implemented: 'flex' and 'null'. The 'flex' option changes the standard PCG algorithm into the flexible one. It allows using sophisticated preconditioning, not limited to the traditional fixed SPD preconditioners, as required by the standard PCG.
- Publisher: Andrew Knyazev
- Date: 21-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Simple Neural Network
- License: Freeware
- Price: 0.00

The attached zip file contains what is needed to implement a two layer neural network. This will hopefully be the first part of a broader collection of neural network tools. It can be used to train and simulate a NN with two layers, an input layer and an output layer.
- Publisher: Timothy Felty
- Date: 21-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- A probabilistic model of classifier competence
- License: Shareware
- Price: .price.

In pattern recognition, and in particular multiple classifier systems, a common problem is to calculate competence of a classifier for a given object. Methods for calculating the competence currently developed are based only on crisp decision of the classifier, i.
- Publisher: Tomasz Woloszynski
- Date: 21-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab



