Listing of Development Tools in Scripts
- splitFV - split a mesh
- License: Shareware
- Price: .price.

%SPLITFV Splits faces and vertices into connected pieces % FVOUT = SPLITFV(F,V) separates disconnected pieces inside a patch defined by faces (F) and % vertices (V). FVOUT is a structure array with fields "faces" and "vertices". Each element of % this array indicates a separately connected patch.
- Publisher: Sven
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ECG Waveform Simulator
- License: Shareware
- Price: .price.

The 'ECG Waveform Simulator' program gives users the ability to easily create custom ECG waveforms. The program stores the waveform data in a Matlab array and plots the waveform. It then provides the user the ability to send the ECG waveform to an arbitrary waveform generator or to store the ECG waveform in a CSV file.
- Publisher: Neil Forcier
- Date: 08-05-2013
- Size: 379 KB
- Platform: Scripts, Matlab
- GeneralizedFibonacci.m
- License: Shareware
- Price: .price.

For fixed integers a and b with D = a^2 + 4*b positive, the sequence U_n = GeneralizedFibonacci(n,a,b) satisfies the recurrence U_n = a U_{n-1} + b U_{n-2} with initial conditions U_0 = 0 and U_1 = 1. If a=b=1, this is the Fibonacci sequence..
- Publisher: David Terr
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Relative Wavelet Energy
- License: Shareware
- Price: .price.

a program calculates Relative wavelet energy with brief tutorial Reference: O.A. Rosso, M.T. Martin b, A. FigliolaEEG 'analysis using wavelet-based information' Journal of Neuroscience Methods 153 (2006) 163 182.
- Publisher: Guan Wenye
- Date: 08-05-2013
- Size: 215 KB
- Platform: Scripts, Matlab
- Event Builder
- License: Shareware
- Price: .price.

The Event Builder enables the easy creation of sequences of input events for a Stateflow chart. You can import the eventnames and types from a chart and then edit in a timeline a sequence of input events. The Event Builder can handle more scenarios. To use the Event Builder, just unzip the files, add the folder to the path and open the EventBuilderDemo model.
- Publisher: Co Melissant
- Date: 08-05-2013
- Size: 123 KB
- Platform: Scripts, Matlab
- Fourier Coefficient Conversion
- License: Shareware
- Price: .price.

[a, b] = FOURIERexp2cossin(c) Calculate the cos (a) & sin (b) coefficients of the exponential Fourier coefficients (c) returned by fft(x)/size(x,1), while isreal(x) = true needs the unshifted coefficients as input c = FOURIERcossin2exp(a, b) Calculate the exponential Fourier coefficients (c) of the cos (a) & sin (b) coefficients while a(1) = a0 .
- Publisher: Sebastian W
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Vaadin
- License: Shareware
- Price: .price.

This is a Java-based GUI framework for building modern web applications Vaadin's main advantage over other GUI toolkits it's its great element design and graphics. Vaadin supports Java Servlet API 2.3 and later versions and should work with any Java application server that conforms to the standard.
- Publisher: IT Mill
- Date: 08-05-2013
- Size: 65618 KB
- Platform: Scripts, Java
- Your Own Social Home
- License: Freeware
- Price: 0.00

Many of the webs 'social' sites offer up API's to get data out of them for use on your own sites. Sites like Flickr, Twitter, and ScrnShots offer up these API's in JSON format which makes it really easy for us to grab and display this information on any ol' static page.
- Publisher: Chris Coyier
- Date: 08-05-2013
- Size: 41 KB
- Platform: Scripts, JavaScript
- Electronic Crossover using FIR Filters (Texas Instruments C5000 DSP)
- License: Shareware
- Price: .price.

Divides an audio signal into bass and treble using FIR filters. The effect of changing the crossover frequency can be selected using the Texas Instruments TMS320C5510 DSK. May also be applied to other devices in the C5000 family. The frequency response curves for each frequency are provided in MATLAB and also in a Word document.
- Publisher: Richard Sikora
- Date: 08-05-2013
- Size: 492 KB
- Platform: Scripts, Matlab
- Coverage Report Generator
- License: Shareware
- Price: .price.

This packages uses the profiler to generate a Cobertura-style XML coverage report. We use this report in conjunction with Hudson/Jenkins to track test coverage. The code sample below illustrates how to use the code. See example.m for details. %add source code to path addpath('src'); %import classses, functions import edu.
- Publisher: Jonathan Karr
- Date: 08-05-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- bwclearborder
- License: Shareware
- Price: .price.

This function removes white (true) objects touching the border of a 2 or 3-dimensional logical image. It produces the same result as IMCLEARBORDER and has the same syntax. It's just faster! NOTE: The more sparse the image is, the faster this function is compared to IMCLEARBORDER.
- Publisher: Sean de
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Bit::Vector
- License: Freeware
- Price: 0.00

Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes. The library is efficient (in terms of algorithmical complexity) and therefore fast (in terms of execution speed) for instance through the widespread use of divide-and-conquer algorithms.
- Publisher: Steffen Beyer
- Date: 08-05-2013
- Size: 133 KB
- Platform: Scripts, C and C plus plus
- Analytical intersection volume between two spheres
- License: Shareware
- Price: .price.

Compute the overlap volume between 2 spheres defined in an array. Computation is vectorized, and intersection volume are computed an analytical way. Input: spheres data presented in an array G of four columns. G contains parameters of the n spheres .
- Publisher: Guillaume JACQUENOT
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Simple Excel sheet editing program
- License: Shareware
- Price: .price.

With this program you can edit simple things in an Excel sheet like: Bold, Fontsize, border, font Write in command prompt >> params.Bold = 1;params.FontName = 'Arial';params.FontSize = 10;params.ColorIndex = 56;params.NumberFormat = 4;params.Int_ColorIndex = 0;params.
- Publisher: Peter Lindberg
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Simulation of Cascade PID Control and Model Predictive Control for a gas separation plant
- License: Freeware
- Price: 0.00

In this demo, control object (plant) is gas separator. Control Performance of Cascade PID control and Model Predictive Control are compared . This demo shows following contents. [1] Plant modeling Governing rules of the plant are assumed and modeled on a formula basis.
- Publisher: Hiroumi Mita
- Date: 08-05-2013
- Size: 2775 KB
- Platform: Scripts, Matlab
- Confusion Matrix
- License: Shareware
- Price: .price.

Confusion Matrix give information on misclassification. How patterns have been classified in their actual classes against other classes for each class in a matrix form..
- Publisher: Dr.Rajen Bhatt
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- plot3AniAnaglyph
- License: Shareware
- Price: .price.

plot3AniAnaglyph(S,params) produces an anaglyph (red/cyan 3D) plot3 animation of the of arguments in cartesian coordinates (S = [X,Y,Z]). The animation includes the evolution and rotation of the arguments confined to a 1x1x1 cube centered at (0,0,0).
- Publisher: Jonathan Beard
- Date: 08-05-2013
- Size: 184 KB
- Platform: Scripts, Matlab
- Stirling numbers
- License: Shareware
- Price: .price.

Nothing fancy here. Just the recurrence relations and double loops. It seems to be the most efficient solution for this problem..
- Publisher: Jonas Lundgren
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Spectral Clustering Algorithms
- License: Shareware
- Price: .price.

The code for the spectral graph clustering concepts presented in the following papers is implemented for tutorial purpose: 1. Ng, A., Jordan, M., and Weiss, Y. (2002). On spectral clustering: analysis and an algorithm. In T. Dietterich, S. Becker, and Z.
- Publisher: Asad Ali
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Simple 2d FEA
- License: Shareware
- Price: .price.

Completed as part of my degree, this is a simple 2d FEA script with the default model a bike frame. A model is defined using nodal coordinates. Forces and boundary conditions are set and element type (rod, beam or frame) can be selected. The script outputs the displacement, strain, stress and forces.
- Publisher: John Whittington
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- checkClass
- License: Shareware
- Price: .price.

checkClass inspects the specified java object reference or class-name, and reports its superclass(es), new/modified methods, interfaces, enumerations, sub-classes and annotations. This utility complements the more detailed UIINSPECT utility (see link below) by being Command-Prompt based and also by highlighting the object components that were modified in the inspected class compared to its parent superclass.
- Publisher: Yair Altman
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Precise Figure Placing
- License: Shareware
- Price: .price.

This contribution provides functions for precisely placing a figure to a given screen location, like the upper left corner, the top half of the screen or the full screen. The figure is placed precisely adjacent to the screen borders and will not overlap the task bar at the screen bottom.
- Publisher: Markus Buehren
- Date: 08-05-2013
- Size: 123 KB
- Platform: Scripts, Matlab
- Crystallographic_Calculation
- License: Freeware
- Price: 0.00

This script is able to calculate angle between planes, directions of different crystal system. It also can calculate cross-product of two vectors. This can also be used to calculate experimental tilt angle between two poles. This is very useful script for crystallographers.
- Publisher: Zainul Aabdin
- Date: 08-05-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- getTargetFromLink
- License: Shareware
- Price: .price.

Extract the target of a Windows shell link shortcut (LNK) SYNTAX: target = getTargetFromLink(lnkFile) Creates the requisite actxserver, extracts the target. [target,aserver] = getTargetFromLink(lnkFile) also passes out a handle to the Activex server object [target,.
- Publisher: Brett Shoelson
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Weather xls to TMY2
- License: Shareware
- Price: .price.

This program converts data defined in a particular format in an excel file to TMY2 data format The program converts measured data comprising of temperature, RH, GHI, DHI, DNI, wind speed and wind direction into TMY2 format. The TMY2 fields comprising of Illuminance components, atmospheric pressure, precipitable water and broad-band aerosol optical depth are modeled based on tested models available in open literature.
- Publisher: Muhammad Tauha Ali
- Date: 08-05-2013
- Size: 195 KB
- Platform: Scripts, Matlab
- Inscribed_Rectangle
- License: Freeware
- Price: 0.00

Inscribed_Rectangle package provides 2 low level computer vision / image analysis functions able to locate largest square or rectangle inscribed inside arbitrary shape defined by a binary mask (black and white image). Only rectangles with vertical/horizontal edges are considered.
- Publisher: Jaroslaw Tuszynski
- Date: 08-05-2013
- Size: 553 KB
- Platform: Scripts, Matlab
- Prime numbers
- License: Shareware
- Price: .price.

FACTOR2 ISPRIME2 ISPRIME3.
- Publisher: Jonas Lundgren
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- hough transform
- License: Shareware
- Price: .price.

hough transform.
- Publisher: pingakshya
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- flacwrite - write out a FLAC-encoded audio file using flac
- License: Shareware
- Price: .price.

If you have a flac binary, and also the popenw mex extension, this routine allows you to write flac (free lossless audio coder)-format files as a drop-in replacement for wavwrite, accepting all the same syntax. You can get popenw at http://www.mathworks.
- Publisher: Dan Ellis
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- pH calculator
- License: Freeware
- Price: 0.00

The program can calculate either the pH of a particular solution or the amount of base to use to come up with a particular pH..
- Publisher: Zervin Lim
- Date: 08-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab



