Listing of Development Tools in Scripts
- sun_position.m
- License: Freeware
- Price: 0.00

sun = sun_position(time, location) This function computes the sun position (zenith and azimuth angle at the observer location) as a function of the observer local time and position. It is an implementation of the algorithm presented by Reda et Andreas in: Reda, I.
- Publisher: Vincent Roy
- Date: 16-05-2013
- Size: 1331 KB
- Platform: Scripts, Matlab
- velocity_triangulation.m
- License: Shareware
- Price: .price.

This function finds the velocity of a 2-dimensional planar wave from at least 2 sensors, by specifying its location (x,y) or (lon,lat) and its respective arrival time. It returns the speed and direction (or tracking if coordinates were given): >> [VEL,DIR] = velocity_triangulation(x,y,time,TOL); where TOL is a tolerance time.
- Publisher: Carlos Adrian Vargas Aguilera
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Bartregress
- License: Shareware
- Price: .price.

Model II regression should be used when the two variables in the regression equation are random and subject to error, i.e. not controlled by the researcher. Model I regression using ordinary least squares underestimates the slope of the linear relationship between the variables when they both contain error.
- Publisher: Antonio Trujillo-Ortiz
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- QT Clustering using Euclidean Distance
- License: Shareware
- Price: .price.

QT clustering algorithm as described in: Heyer, L. J., Kruglyak, S., Yooseph, S. (1999). Exploring expression data: Identification and analysis of coexpressed genes. Genome Research 9, 1106 1115. http://genome.cshlp.org/content/9/11/1106.full http://genome.
- Publisher: Misha Koshelev
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- S-functions x HugeBus with BusObj as Workaround for "Input Bounds are out of range"
- License: Shareware
- Price: .price.

When automatically generating S-functions with RTW, if a BusObject is not used by Bus Creators, the S-function does not handle Bus inside C code, but through block interface. To see that, right click and select Look Under Mask in the resulting Block. This may pose a problem if the Bus is somehow big.
- Publisher: Gustavo Baldo Carvalho
- Date: 16-05-2013
- Size: 92 KB
- Platform: Scripts, Matlab
- Calculate PSD of a signal using Welch algorithm
- License: Shareware
- Price: .price.

This function Calculates Power Spectral Density of signal vector X using Welch's averaged periodogram method. X is divided into sections, then windowed by the WINDOW parameter. The magnitude squared of the length NFFT DFTs of the sections are averaged to form Pxx.
- Publisher: Roni Peer
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Insomnia: prevent computer sleep mode
- License: Shareware
- Price: .price.

This small utility prevents, on Windows computers, the automatic sleep mode. This small utility prevents, on Windows computers, the automatic sleep mode often activated by "aggressive" power policies. Preventing computer sleep mode (a.k.a "power save") is mostly useful while doing long computations in a MATLAB script.
- Publisher: Francesco Montorsi
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Ultimix
- License: Shareware
- Price: .price.

Ultimix, framework for developing web-based applications (CMS, portals, ERPs etc.). It includes multilanguage support, permits management, MVC mini framework, package structure, template engine, javascript library, simple GUI library, caching system, captcha.
- Publisher: ultimix
- Date: 16-05-2013
- Size: 2396 KB
- Platform: Scripts, PHP
- RDF.rb
- License: Freeware
- Price: 0.00

RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data..
- Publisher: Arto Bendiken
- Date: 16-05-2013
- Size: 61 KB
- Platform: Scripts, Ruby
- MinkowskiQM.m
- License: Shareware
- Price: .price.

Given x from 0 to 1, this program computes ?(x), where ? is the Minkowski question mark function, defined by ?(0)=0, ?(1)=1, and ?((a+b)/(c+d))= (?(a/c) + ?(b/d))/2, where a/b and c/d are consecutive terms in the Farey sequence. ?(x) is continuous but nowhere differentiable.
- Publisher: David Terr
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SimEvents: Process Logistics Library
- License: Shareware
- Price: .price.

The zip archive contains a top-level SimEvents library called 'se_process.mdl' four sub-libraries: 1. 'se_batching.mdl' 2. 'se_conveyor.mdl' 3. 'se_math.mdl' 4. 'se_utilities.mdl' and three test bench models: 1. 'test_accumulate.mdl', 2. 'test_batching.
- Publisher: Rick Rosson
- Date: 16-05-2013
- Size: 195 KB
- Platform: Scripts, Matlab
- Fuzzy Logic
- License: Freeware
- Price: 0.00

This book provides an in-depth understanding of both the principle and the practice of fuzz logic technology, as well as a working knowledge of how to use the technology. For a full book description and ordering information, please refer to http://www.
- Publisher: Reza Langari
- Date: 16-05-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- pspectro: Photometric and Colorimetric Calculations
- License: Shareware
- Price: .price.

The main function pspectro.m is well documented, in the folder type help pspectro for documentation. pspectro.m is a collection of functions written to calculate the photometric and colorimetric data from the measured irradiance of a source. However, the supplied input can be any two column vector that contains the wavelength and power.
- Publisher: Matt Aldrich
- Date: 16-05-2013
- Size: 788 KB
- Platform: Scripts, Matlab
- csf2rsf
- License: Shareware
- Price: .price.

Computes the real block diagonal schur form given only the complex diagonal schur form. A "smart" cdf2rdf function..
- Publisher: Paul Godfrey
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Contour Area Calculation
- License: Shareware
- Price: .price.

This program displays the contour plot of an mxn (m ~= n) matrix, and then calculates the area for regions above a given level. This is a brute force implementation. It probably has some bugs, and there are probably more elegant ways to do this, but it does what I need.
- Publisher: Phillip Tamchina
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- validateInput
- License: Shareware
- Price: .price.

validateInput started when creating saveppt2. There was a need to take a large number of inputs, in any order, and make them usable to the script. Checking if an input argument has been passed can be done with isfield or if the 'force' option is enabled if the field is false.
- Publisher: Jedediah Frey
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Image Equalization
- License: Shareware
- Price: .price.

This code has been written in 2008 by me, Gholamreza Anbarjafari (Shahab). You can use this code for any research and academic purposes as far as you refer to the following work: Hasan Demirel and Gholamreza Anbarjafari, "HSI Based Colour Image Equalization using Iterative nth Root and nth Power", 5th International Conference on Electrical and Computer Systems (EECS'08), Nov 27-28, 2008, Lefke, North Cyprus.
- Publisher: Shahab Anbarjafari
- Date: 16-05-2013
- Size: 399 KB
- Platform: Scripts, Matlab
- Efficient Frontier GUI
- License: Freeware
- Price: 0.00

Demo graphical user interface that finds an unconstrained mean-variance efficient frontier given asset price data. This data can come from Yahoo finance, where you can find the optimial portfolio for any set of assets you choose, or from a supplied Microsoft Access database.
- Publisher: Michael Weidman
- Date: 16-05-2013
- Size: 205 KB
- Platform: Scripts, Matlab
- EEG bdf reader
- License: Freeware
- Price: 0.00

This code reads EEG data of specified length from a specified 'bdf' file. It is easier to use than traditional bdf readers and does not output some unnecessary (from author's point of view) information, such as sampling frequency for EACH EEG channel.
- Publisher: Gleb Tcheslavski
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- superviewshed : Optimized LOS and Minimum Height Observable Tool
- License: Freeware
- Price: 0.00

Superviewshed will calculate LOS of a referenced terrain matrices given observer and target altitudes. In addition, the standard minimum height observable of the terrain will be output. Runs approximately 16 times faster than viewshed..
- Publisher: chris hinkle
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SMIProm
- License: Freeware
- Price: 0.00

SMIProm: Single Molecule Image Processing Program. I use this program to get intensity profiles of single molecule images and fit it using the curve fitting toolbox. basically you can use the program to: -->Select an ROI from an image -->Find the intensity profile along a line in the image --> Fit the profile into an appropriate fit, like gaussian or polynomial etc.
- Publisher: Saumya Saurabh
- Date: 16-05-2013
- Size: 92 KB
- Platform: Scripts, Matlab
- IBSRread
- License: Shareware
- Price: .price.

get address of the files downloaded from IBSR website and return image and ground truth for nth image from 20 normal images [q,i]=IBSRread(am,ai,n) am is address of manual segmented image. For example 'C:20Normals_T1_seg' ai is address of input image.
- Publisher: M. A Balafar
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Net Reclassification Improvement
- License: Shareware
- Price: .price.

Background: Nowadays, various measures have been proposed to capture discrimination in diagnostic tests, but the area under the receiver operating characteristic (ROC) curve (AUC) is still the most popular metric. Researchers, usually, evaluate new bio-markers on their ability to increase the AUC.
- Publisher: Andrea Padoan
- Date: 16-05-2013
- Size: 236 KB
- Platform: Scripts, Matlab
- MSOCOLOR: Microsoft Office Theme Colors
- License: Shareware
- Price: .price.

MSOCOLOR retrieves Microsoft Office Theme color schemes. MSOCOLOR is intended simplify the creation of MATLAB figures that are color-matched to MS Office documents. MSOCOLOR is only compatible with MS Office 2007 or later (to the authors knowledge) and uses MATLAB's .
- Publisher: Kesh Ikuma
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Computer Applications in Mechanics of Materials Using MATLAB
- License: Freeware
- Price: 0.00

This junior/senior level text presents basic and intermediate programming techniques that are commonly employed when solving engineering problems. For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1476.
- Publisher: Louis Turcotte
- Date: 16-05-2013
- Size: 154 KB
- Platform: Scripts, Matlab
- rnnsimv2.zip
- License: Freeware
- Price: 0.00

The RNNSIM v.2 package contains a number of m-files for training and evaluation of the random neural network. It is a more robust version of RNNSIM ver. 1.0 package without a graphical user interface..
- Publisher: Hossam Abdelbaki
- Date: 16-05-2013
- Size: 307 KB
- Platform: Scripts, Matlab
- Password Content ShortCode
- License: Shareware
- Price: .price.

Sometimes you want to hide certain content on the page with a password that can be passed to a narrow circle of people or a specific person. Password Content ShortCode plugin allows you to enter into a shortcode [cspasswordcode] [/ cspasswordcode] contents that will be available only after entering a password.
- Publisher: ZetRider
- Date: 16-05-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Electron distribution
- License: Freeware
- Price: 0.00

This code generates the electronic distribution for known chemical elements.
- Publisher: Ahmad Abu Omar
- Date: 16-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MATLAB Contest - Gerrymander
- License: Freeware
- Price: 0.00

The eighth MATLAB Programming Contest, Gerrymander, ran from April 21 to 28, 2004. You are given the task of preparing for an upcoming election in the state of Rectanglia. As the director of redistricting, your job is to divide the state into N districts of equal population.
- Publisher: The MATLAB Contest Team
- Date: 16-05-2013
- Size: 5458 KB
- Platform: Scripts, Matlab
- Nonsinusoidal Power
- License: Shareware
- Price: .price.

This is a Thyristor Three Phase Rectifier. Power measurement is performed by phasor calculation and is compared with values of nonsinusoidal power definitions of Std. IEEE 1459-2000. Only Apparent Power is performed..
- Publisher: Martin Delgado
- Date: 16-05-2013
- Size: 20 KB
- Platform: Scripts, Matlab



