Listing of Development Tools in Scripts
- Genetic Algorithm Utility Library
- License: Freeware
- Price: 0.00

The Genetic Algorithm Utility Library (or, GAUL for short) is a flexible programming library designed to aid in the development of applications that use genetic, or evolutionary, algorithms. It provides data structures and functions for handling and manipulation of the data required for serial and parallel evolutionary algorithms.
- Publisher: Stewart Adcock
- Date: 22-05-2013
- Size: 553 KB
- Platform: Scripts, C and C plus plus
- Inverse Distance Weighted (IDW) or Simple Moving Average (SMA) INTERPOLATION
- License: Freeware
- Price: 0.00

This function computes at (Xi,Yi) unknown locations the IDW (w<0) or the SMA (w=0) predictions using r1 neighbourhood type ('n':number of points; 'r':radius) and r2 neighbourhood size from Vc measured values at (Xc,Yc) locations. OUTPUTS Vi: (mandatory) [PxQ] gIDW interpolated values --> P=1, Q=1 yields interpolation at one point --> P>1, Q=1 yields interpolation at a vector of points --> P>1, Q>1 yields interpolation at a (ir)regular grid of points ======================================== INPUTS Xc: (mandatory) [Nx1] x coordinates of known points Yc: (mandatory) [Nx1] y coordinates of known points Vc: (mandatory) [Nx1] known values at [Xc, Yc] locations Xi: (mandatory) [PxQ] x coordinates of points to be interpolated Yi: (mandatory) [PxQ] y coordinates of points to be interpolated w: (mandatory) [scalar] distance...
- Publisher: Giuliano Langella
- Date: 22-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Struct array conversion
- License: Shareware
- Price: .price.

Usage: new = struct2struct(old) If 'old' is a scalar struct containing arrays (each with the same number of rows, N) then 'new' will be an N-by-1 struct-array whose fields have a single row. If 'old' is an N-by-1 struct-array whose fields have a single row (e.
- Publisher: Ged Ridgway
- Date: 22-05-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Ecuaciones Lineales
- License: Shareware
- Price: .price.

DIRECT METHODS FOR SOLUTION OF LINEAR SYSTEMS Gaussian Elimination Algorithm Gauss-Jordan Algorithm Factoring algorithm ITERATIVE METHODS FOR SOLVING SYSTEMS OF EQUATIONS Jacobi algorithm Gauss-Seidel algorithm.
- Publisher: Roberto Herrera
- Date: 22-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Bezier Curve Function
- License: Shareware
- Price: .price.

This function constructs a Bezier curve from given control points. P is a vector of control points. N is the number of points to calculate. Example: P = [0 0; 1 1; 2 5; 5 -1]; x = (0:0.0001:5); y = BezierCurve(length(x), P); plot(x, y, P(:, 1), P(:, 2), 'x-', 'LineWidth', 2); set(gca, 'FontSize', 16).
- Publisher: Prakash Manandhar
- Date: 22-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- generate random networks
- License: Freeware
- Price: 0.00

Used to generate random networks of any size. Necessary parameters only the number of nodes, the largest number of out-arc, the maximum interval between adjacent nodes (node number), and two parameters of beta distribution of , the output to a Excel file.
- Publisher: huxp ??
- Date: 22-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- An extended method to find the value of pi using random numbers inside a sphere..
- License: Shareware
- Price: .price.

The MATLAB file contains a method to find the value of pi. This is just an extension of the general method of finding pi from within a circle. It uses 3D-matrices and some more stuffs, which can be very helpful for educational purposes. Also, do change the values in the file, to see for yourself, how the value depends on the number of random numbers generated.
- Publisher: sunil anandatheertha
- Date: 22-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Data Envelopment Analysis
- License: Freeware
- Price: 0.00

Generates the Data Envelopment Analysis for additive, BCC and CCR models (with a choice of input or output orientation)..
- Publisher: Phillip
- Date: 22-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- HapCluster
- License: Freeware
- Price: 0.00

HapCluster is a software package for linkage disequilibrium mapping. It is based on a Bayesian Markov-chain Monte Carlo (MCMC) method for fine-scale linkage-disequilibrium gene mapping using high-density marker maps..
- Publisher: Thomas Mailund
- Date: 22-05-2013
- Size: 113 KB
- Platform: Scripts, C and C plus plus
- Gaussian fit
- License: Shareware
- Price: .price.

Fits Gaussian curve into points The function fits Guassian probability density function into a set of points. Standard deviation and mean are returned..
- Publisher: Przemyslaw Baranski
- Date: 22-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- xlswritespec
- License: Freeware
- Price: 0.00

The script performs the same function as xlswrite with the added functionality of formatting the data at the particular location written into, so for example if you want to write headers in blue and numbers in gold, you can do this. The example below illustrates how you can write 400 random numbers into a file using the modified script and the original script from MATLAB 7.
- Publisher: Chandramouli Chandrasekaran
- Date: 22-05-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Toolbox: partial least squares and CARS for variable selection
- License: Freeware
- Price: 0.00

1 Introduction This toolbox implements all the routine PLS-related/based algorithms which kind of serves as the basics in chemometrics, including PLS calibration and prediction, leave one out cross validation (LOOCV), K-fold cross validation, Monte Carlo cross validation(MCCV), double cross validation(DCV), repeated double cross validation (rdCV), competitive adaptive reweighed sampling (CARS),target projection (TP), variable importance projection (VIP), Monte Carlo uninformative variable elimination (MC-UVE), Monte Carlo method for outlier detection 2 Notice Along with the software, there are two example scripts, with filename example_nir.
- Publisher: Hongdong Li
- Date: 22-05-2013
- Size: 440 KB
- Platform: Scripts, Matlab
- Advantest R6552 Digital Multimeter
- License: Shareware
- Price: .price.

This is a MATLAB™ instrument driver for use with v2.0 of the Instrument Control Toolboxd-OC?D? and higher. It supports the Advantest™ R6552 digital multimeter. It is a MATLAB VXIplug&play instrument driver that requires the Advantest avr6552 VXIplug&play instrument driver to operate.
- Publisher: The Instrument Control Team
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- PID and State Feedback Control of DC Motors
- License: Freeware
- Price: 0.00

The files include a number of Simulink(R) models with different controllers for a DC motor. There is also a document included that describes the different controllers PID and pole placement with state feedback. The models can serve as a starting point when you develop your control systems in Simulink.
- Publisher: Roger Aarenstrup
- Date: 21-05-2013
- Size: 6851 KB
- Platform: Scripts, Matlab
- Spiderweb Plot for Interval Maps
- License: Shareware
- Price: .price.

This function can be used to generate spiderweb plots for continuous maps of the interval [0 1] into itself. This type of graph is used to visualize successive iterations of an interval map f. Given an initial point x0, the segments that make up the diagram connect the points (x0, f(x0)), (f(x0), f(f(x0))), (f(f(x0)), f(f(f(x0)))), .
- Publisher: Tyler London
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Wind Turbine System Identification
- License: Freeware
- Price: 0.00

The goals of this project are to: o Used ERA to investigate/estimate model order (degree) and State Space Model o Compare Power Curves of identified model and Manufactures specifications o Estimated/predicted output power based on wind speed input (ARX and ARMAX) o Identify a SkyStream3.
- Publisher: Sumit Tripathi
- Date: 21-05-2013
- Size: 2273 KB
- Platform: Scripts, Matlab
- Removing Simulink's State Order Dependency (Example 3)
- License: Shareware
- Price: .price.

The MathWorks receives many questions relating to Simulink state ordering, state initialization, and Simulink solver performance. Many times customers are not aware of existing capabilities that are available and will solve their current issues. There are 3 MATLAB central submissions (all separate downloads!) that have been used with multiple customers to show current capabilities.
- Publisher: Dan Lluch
- Date: 21-05-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Frame Photo
- License: Shareware
- Price: .price.

This code frames images with a beautiful frame. Automatically adjusts the bordering i.e. framing according to the image's dimensions. Works for both colored and gray images..
- Publisher: Divakar Roy
- Date: 21-05-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- CubicSplineSmoothinV2
- License: Shareware
- Price: .price.

The purpose of the GUI is to smooth a given signal. The GUI fetches a variable called 'y' from the base workspace. On opening, the variable y is plotted on the axis. When the user slides the slider the smoothed data will be plotted. As the user moves the slide, a P value is changed and the smoothing is improved or worsened depending on the P value and the amount of noise on the variable.
- Publisher: Lufuno Vhengani
- Date: 21-05-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- great circle
- License: Freeware
- Price: 0.00

Draws you the creat circle from a data.xls file in the lower sphere. if you want to plot the poles use the pole drawer on this site (from me)..
- Publisher: Emanuel Bombasaro
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Dashboard Killer
- License: Freeware
- Price: 0.00

This plugin simply removes all the default WordPress Dashboard Widgets.
- Publisher: Cameron Tullos
- Date: 21-05-2013
- Size: 41 KB
- Platform: Scripts, Ruby
- overLIB for Complete applications
- License: Freeware
- Price: 0.00

It can be used as a pop-up manager, tooltip engine or any other kind of GUI element library. It can be used to provide the user with information about what will happen when they click on a link..
- Publisher: Erik Bosrup
- Date: 21-05-2013
- Size: 61 KB
- Platform: Scripts, JavaScript
- 1D Walsh Transform
- License: Shareware
- Price: .price.

This function generates a Walsh-Matrix which can be used to perform the 1D-Walsh transform on a vector: Example: >> walsh(4)*[1 2 3 4]' The returned matrix is internally cached within the function (persistent) which implies that it is efficient to call the function in a loop as long as the arguments passed remain the same.
- Publisher: Andre
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Dynamics of Some Classical System Models
- License: Shareware
- Price: .price.

The animated response of several classical system models is presented. Examples include a) large amplitude pendulum motion b) falling elastic cable c) forced response of a spring-mass-damper system d) vibrating string either released with initial deflection, or shaken at one end, or subjected to a moving load e) beam released with initial deflection f) vibration modes for an elliptic membrane and for a pin-connected truss g) forced wave propagation in rectangular or circular membranes.
- Publisher: Howard Wilson
- Date: 21-05-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- magnetometers calibration
- License: Shareware
- Price: .price.

MgnCalibration performs magnetometer calibration from a set of data using Merayo technique with a non iterative algoritm J.Merayo et al. "Scalar calibration of vector magnemoters" Meas. Sci. Technol. 11 (2000) 120-132. This implementation use svq, qr transformation and cholesky factorization.
- Publisher: Alain Barraud
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- fractree.m
- License: Shareware
- Price: .price.

Script to draw fractal trees generated from a given angle, distance factor and 'number of branches'. 'number of branches' - indicates how many child branches are born from each parent branch. 'angle' - determines how far each child branch leans away from its parent branch.
- Publisher: Stephen Battey
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Thyristor Simulation in Matlab
- License: Shareware
- Price: .price.

Various quantities related to the thyristor and power system is illustrated here. Some very basic questions like how to change the firing angle of the thyristor, how to measure the voltage waveform..etc are answered here. Firing angle: THis is changed with the help of pulse generator.
- Publisher: satendra kumar
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 3D Text Tower
- License: Freeware
- Price: 0.00

Puts a shadow under text that is solid rather than blurred, by way of multiple shadows all offset by 1px. Rollovers grow the height of the tower..
- Publisher: Chris Coyier
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, JavaScript
- Mathieu Functions Toolbox
- License: Shareware
- Price: .price.

The Mathieu functions are used to solve analytically some problems in elliptical cylinder coordinates. The computational toolbox includes routines for the characteristic values, the expansion coefficients, and the four categories of angular and radial Mathieu functions together with their derivatives: even-even, even-odd, odd-even, and odd-odd.
- Publisher: E. Cojocaru
- Date: 21-05-2013
- Size: 307 KB
- Platform: Scripts, Matlab
- mm1_simulator
- License: Shareware
- Price: .price.

This m.file simulates the queue model M/M/1 and returns some useful diagrams .These diagrams describe the attitude of the model during 1/lamda(time between arrivals) change..
- Publisher: DIMITRIOS KAKOGIANNIS
- Date: 21-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab



