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

If you work with streams of images which can come from either a video or a sequence of image files, then you can use this wrapper so that your code doesn't care which type of stream you are using. The syntax is similar to MATLAB's VideoReader class, with a few minor differences: - The read method can only read in a frame at a time.
- Publisher: Oliver Woodford
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- A Corner Detector based on Global and Local Curvature Properties
- License: Shareware
- Price: .price.

CORNER works by the following step: 1. Apply the Canny edge detector to the grey level image and obtain a binary edge-map. 2. Extract the edge contours from the edge-map, fill the gaps in the contours. 3. Compute curvature at a low scale for each contour to retain all true corners.
- Publisher: Xiaochen He
- Date: 26-06-2013
- Size: 2816 KB
- Platform: Scripts, Matlab
- FAST CONVEX HULL ALGORITHM
- License: Freeware
- Price: 0.00

Even if totally m-coded, this routine is particularly fast in computing convex hull of 2D points. In many cases seems to be much faster than the matlab library routine. The main reason is that, differently from convhull, this algorithm jumps the call to unique function which can be very slow for large models .
- Publisher: Luigi Giaccari
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- BlackBody
- License: Freeware
- Price: 0.00

BlackBody accepts temperature as input and returns total radiance and peak radiance. If wavelengths are also input, spectral radiance and number of photons are also included in the output. If a wavelength range is input, then the total radiance and number of photons within that range are calculated.
- Publisher: Ron Stahl
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- New Block Library Simulink called The Phase Filter
- License: Freeware
- Price: 0.00

It is a new block simulink signal library called the Phase Filter.The transfert function is F(p)=(1+T1p)/(1+T2p).Students can change parameters T1 and T2 time constants of filter.The phase filter in automatic control is for Corrector block and also in PLL oscillator application.
- Publisher: Dit Papa Lamine ndao
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- GNU Nana
- License: Freeware
- Price: 0.00

GNU Nana is a free library providing improved support for assertion checking (as in assert.h) and logging (printf style debugging) in GNU C and C . Features: - Space/time efficient, at least compared to assert.h. For example assert(i >= 0) uses 53 bytes on the x86, while Nana uses either 10 bytes or 1.
- Publisher: Phil Maker
- Date: 26-06-2013
- Size: 348 KB
- Platform: Scripts, C and C plus plus
- Accelerated Particle Swarm Optimization
- License: Freeware
- Price: 0.00

This is an accelerated PSO (APSO), developed by Xin-She Yang in 2008. APSO does not use velocities or any inertia parameter. A full program for solving nonlinear constrained optimization problem (welded beam design as an example) is provided, which can be extended to solve other continuous optimization problems.
- Publisher: Xin-She Yang
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ActiveX control of APT Thorlabs positioning stages
- License: Shareware
- Price: .price.

This code shows how to control the APT Thorlabs positioning system using the third party ActiveX controls. This code also shows how to use ActiveX controls and MATLAB. It appears that MATLAB modifies the signature of the ActiveX method so that variables originally passed by reference are included in the output of the function.
- Publisher: David Krause
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MatTuGames
- License: Shareware
- Price: .price.

A game theoretical Matlab toolbox to compute solution schemes and properties from TU-games. The game theoretical Matlab toolbox MatTuGames provides about 60 functions for modeling, and calculating some solutions as well as properties of cooperative games with transferable utilities.
- Publisher: Holger I. Meinhardt
- Date: 26-06-2013
- Size: 922 KB
- Platform: Scripts, Matlab
- msk,gmsk,qpsk,bpsk costas loop simulink files
- License: Shareware
- Price: .price.

a clear readme document provided along with the zip file..
- Publisher: HIRETHURPI Manipal
- Date: 26-06-2013
- Size: 573 KB
- Platform: Scripts, Matlab
- Phase Based Template Matching
- License: Shareware
- Price: .price.

Phase information is used for matching the input imagery with the template. Both the images are filtered with canny edge detector. The timing efficiency is introduced by implementing skipping steps while doing correlation. The advantage of Phase based correlation technique is that it shows good response against shift/brightness variation and noise addition i.
- Publisher: Usman Qayyum
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- getOdC
- License: Shareware
- Price: .price.

Based on Physica A 375 (2007) 365 373. 'g' must be the adjacency matrix of the graph of interest. It has not been verified because the Helicobacter pylori protein interaction graph used as the example in the article could not be obtained..
- Publisher: Santiago Balestrini
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- mxGetPropertyPtr C-mex function
- License: Shareware
- Price: .price.

When The Mathworks™ introduced MATLAB™ version R2008a they included a new object oriented format called classdef. This addition greatly expanded the object oriented capabilities of MATLAB™ at the m-file level. There were also two new mex API functions introduced at that same time: mxGetProperty and mxSetProperty.
- Publisher: James Tursa
- Date: 26-06-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Rohde & Schwarz CMD55 Digital Radiocom Tester
- 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 Rohde & Schwarz™ CMD55 digital radiocom tester. It is a MATLAB VXIplug&play instrument driver that requires the Rohde & Schwarz rscmd55 VXIplug&play instrument driver to operate.
- Publisher: The Instrument Control Team
- Date: 26-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- inside triangle
- License: Shareware
- Price: .price.

%inside_triangle is used to check if a point P is inside %the triangle P1P2P3 or not. % %Inputs: P, P1, P2 and P3 are vectors of length 2 or three of the % form [x y z] or [x y] % %Output: True %True=1 => P is on or inside P1P2P3 %True=0 => P is outside P1P2P3 % %Example: %True=inside_triangle([0.
- Publisher: Nassim Khaled
- Date: 26-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- American put option pricing
- License: Shareware
- Price: .price.

CRR method with tree output Trial on pricing American option using CRR method Drawback: Programme takes long time to run if time step is large, any comment or improvement is welcome.
- Publisher: Steve
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Matlab link to OmniTRANS
- License: Shareware
- Price: .price.

Matlab interface to OmniTRANS. You can read and write tables, execute SQL queries and read and write matrices. The usage is simple and straightforward using m-files. The following example returns all names starting with an H: OtStart(); hquery = OtQueryNew(); OtQuerySetSQL(hquery, 'SELECT name AS Hnames FROM "name.
- Publisher: Erik de Romph
- Date: 25-06-2013
- Size: 164 KB
- Platform: Scripts, Matlab
- ExtPhaseCorrelation
- License: Shareware
- Price: .price.

I tried to make the implementation of the paper entitled "Extension of Phase Correlation to Subpixel Registration" (Hassan Foroosh, Josiane B. Zerubia, Marc Berthod). I upload a file is intended to be fixed, because I am not sure..
- Publisher: Lulu Ardiansyah
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- RANDSUBSET
- License: Shareware
- Price: .price.

A = RANDSUBSET(N, K) is equivalent to ALLSUBSETS = NCHOOSEK(1:N,K); A = ALLSUBSETS(RANDI(NCHOOSEK(N,K))); % or A = RANDPERM(N); A = SORT(A(1:k)); This function can also be used to generate random sampling without replacement by calling RANDPERM on the output.
- Publisher: Bruno Luong
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- libConfuse
- License: Freeware
- Price: 0.00

libConfuse is a configuration file parser library written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements).
- Publisher: Martin Hedenfalk
- Date: 25-06-2013
- Size: 492 KB
- Platform: Scripts, C and C plus plus
- Function Approximation Using Neural Network Without using Toolbox
- License: Freeware
- Price: 0.00

This code implements the basic back propagation of error learning algorithm. the network has tanh hidden neurons and a linear output neuron, and applied for predicting y=sin(2pix1)*sin(2pix2). We didn't use any feature of neural network toolbox..
- Publisher: AliReza KashaniPour
- Date: 25-06-2013
- Size: 113 KB
- Platform: Scripts, Matlab
- gc2dec
- License: Shareware
- Price: .price.

This function converts a gray coded string to its equivalent decimal representation. It accepts rows of gray coded string and returns the equivalent decimal sequence as a column vector. Example: >>g = [1 0 0 1 1;0 0 0 1 1; 0 1 1 0 1]; >>gc2dec(g) ans = 29 2 9.
- Publisher: Arjun Srinivasan Rangamani
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Theora
- License: Freeware
- Price: 0.00

Theora is a free and open video compression format from the Xiph.org Foundation. Like all our multimedia technology it can be used to distribute film and video online and on disc without the licensing and royalty fees or vendor lock-in associated with other formats.
- Publisher: Xiph.org Foundation
- Date: 25-06-2013
- Size: 2273 KB
- Platform: Scripts, C and C plus plus
- wikimarkup
- License: Shareware
- Price: .price.

wikimarkup is a class to automatically generate latex/wiki/html markup for matlab objects. Currently it supports cell or numeric matrices, images (as filenames) and structures. Adding new syntax is easy too! Usage: Instantiate the class and start adding tables, images, text etc.
- Publisher: Pavan Mallapragada
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 3D Peano space filling curve
- License: Shareware
- Price: .price.

For a given level, this program generate a space filling curve as a N X 3 matrix which can be draw as the actually figure by plot3..
- Publisher: Zhihua Zhang
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Mathematical Modeling of Electrotechnological Devices
- License: Freeware
- Price: 0.00

The project discusses the problematics of making a system of differential equations describing the transition processes in the operation of resistance furnaces, their realization through digital methods and the analysis of the achieved results. Solving of the problem thus formulated is carried out through using software where the thermal picture in graphic image is effected from computer simulation of the transition processes of heating and cooling.
- Publisher: Borislav Dimitrov
- Date: 25-06-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- Simscape Simulation Results Explorer
- License: Shareware
- Price: .price.

This file creates an interactive GUI for navigating and plotting Simscape simulation data. You can navigate the simscape.logging.Node object using a tree browser, and the data is plotted for you automatically. This makes it easier to plot the different physical quantities in your network without using sensors.
- Publisher: Atul Suri
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Creation operator
- License: Shareware
- Price: .price.

This m-file will generate photon creation operator.
- Publisher: Khurelbaatar Tsendsuren
- Date: 25-06-2013
- Size: 1024 KB
- Platform: Scripts, Matlab
- MEMS Accelerometer Calibration using Gauss Newton Method
- License: Shareware
- Price: .price.

All you have to do is to place the accelerometer in 9 different static positions and record the x, y & z values. The procedure exploits the fact that, in static conditions, the modulus of the accelerometer output vector matches that of the gravity acceleration.
- Publisher: Balaji Kumar
- Date: 25-06-2013
- Size: 481 KB
- Platform: Scripts, Matlab
- fd23
- License: Shareware
- Price: .price.

This m-file is used in experiments involving several factors where it is necessary to investigate the joint effects (main and interactions) of the factors on a response variable and determine by a formal analysis of variance which factor effects are nonzero.
- Publisher: Antonio Trujillo-Ortiz
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab



