Home > By category > Scripts > Development Tools
Sort by : Name|Date|Downloads|Rating|

Listing of Development Tools in Scripts

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.

  • Platform: Scripts, C and C plus plus

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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).

  • Platform: Scripts, Matlab

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

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.

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, C and C plus plus

Fits Gaussian curve into points The function fits Guassian probability density function into a set of points. Standard deviation and mean are returned..

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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)))), .

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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)..

  • Platform: Scripts, Matlab

This plugin simply removes all the default WordPress Dashboard Widgets.

  • Platform: Scripts, Ruby

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

  • Platform: Scripts, JavaScript

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

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, JavaScript

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.

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, Matlab

New Downloads

WebSite X5 FREE 11

WebSite X5 FREE is the easiest
software to turn your website
dreams into reality. It
includes the latest
state-of-the-art ...

DocuFreezer

DocuFreezer is the software
for batch converting different
document types. DocuFreezer
document conversion algorithms
...

101 Clips

Free Multi-Clipboard and Clip
Organizer. If you ever wished
that you could copy more than
a single clip from one
document ...

Screen Recorder Pro

More than a simple screen
recorder, Gitashare Screen
Recorder Pro helps you create
professional videos easily.
Use ...

Shareaza PRO

Shareaza Pro is a free
Windows-based peer-to-peer
client which empowers users to
share, search for anddownload
any type ...

ECTkeyboard

ECTKeyboard is a program that
allows individuals with
reduced motor skills to type
text letter by letter. Works
with eye ...

Donar MP3 Recorder

Donar MP3 Recorder is a
flexible sound recorder tool
designed to capture any sound
in real-time that goes through
your PC ...

PayPunch Lite

PayPunch is a Biometric Time
Clock & Attendance
tracking system that replaces
the typical time clock used to
track ...

Aktiv Download Manager

Aktiv Download Manager is a
most needed tool for those
looking impatiently for the
next download. The application
is ...

Falco American Pool

Try to run the table with this
stunning 3D billiards
simulation.