Listing of Development Tools in Scripts
- Mapper for Arbitrary Signal Constellations
- License: Shareware
- Price: .price.

%SIGMAPPER Mapper % H = SIGMAPPER(CONSTELLATION, MAPPING) constructs a SIGMAPPER object H to % map a bitstream to the points of a signal constellation. The signal % constellation is specified by the vector CONSTELLATION which contains % the real or complex signal points.
- Publisher: Bernhard Schmidt
- Date: 05-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- parsave
- License: Shareware
- Price: .price.

Unlike MATLAB's solution, the variables are saved with their variable names'. You must call this function for each variable you want to save, but the function will not overwrite previous mat files. function parsave(fname,data) var_name=genvarname(inputname(2)); eval([var_name '=data']) try save(fname,var_name,'-append') catch save(fname,var_name) end.
- Publisher: Philip
- Date: 05-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Functions for interval type-2 fuzzy logic systems
- License: Freeware
- Price: 0.00

This package contains the following files: example.m: Illustrates how to use the function IT2FLS. IT2FLS.m: Implements an interval type-2 fuzzy logic system. A Brief Tutorial on Interval Type-2 Fuzzy Sets and Systems.pdf Representation of an IT2 FS.
- Publisher: Dongrui Wu
- Date: 05-05-2013
- Size: 2857 KB
- Platform: Scripts, Matlab
- Brain Mask
- License: Shareware
- Price: .price.

Semi Automatic brain masking for MRI volumes; Uses thresholding, erosion, dilation and overlap between slices for semi-automated masking of MRI brain datasets..
- Publisher: Ben Duffy
- Date: 05-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- LANDSAT ETM+ MTL parser
- License: Shareware
- Price: .price.

This function m-file reads the information from MTL text file, which contains metadata information for the dataset. MTL file is usually accompanied with the LANDSAT 7 ETM+ image dataset distributed from USGS. Hope this code helps automating the process for a number of imagery.
- Publisher: Seongsu Jeong
- Date: 05-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- LTE PDSCH
- License: Shareware
- Price: .price.

A special case of LTE PDSCH frame simulation: 1.4MHz bandwidth, Frame Type FDD, RB = 6, Transmit mode = 1, No CDD. Considering primitive parameters of STANDARD 3GPP TS 36.xxx 2008.
- Publisher: Hiren Gami
- Date: 05-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- minitools
- License: Freeware
- Price: 0.00

Minitools present a set of GUI-based programs for routine MatLab operations with current directories, M-Files and MAT-Files. matbrowse.m - MAT-File manager. Allows one to: - browses MAT-file contents and select variables; - separately load selected variables to workspace; - separately keep selected variables to MAT-File.
- Publisher: Igor Kaufman
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Mammogram microcalcification Enhancement using NSCT
- License: Shareware
- Price: .price.

files: procesaM.m, procesaM.fig and 3 images with microcalcifications. To work Must be installed the NSCT toolbox first, available in matlab central. The main function is located on procesaM.m and could be pasted in other code..
- Publisher: Jose
- Date: 04-05-2013
- Size: 133 KB
- Platform: Scripts, Matlab
- Gradient Page for HTML Tools
- License: Freeware
- Price: 0.00

You could use this script to add gradient effect in your page background. It don't use any image to make the effect. It only use code. So doesn't matter how long you page is or if its height varies. Gradient effect will cover all top to bottom smoothly.
- Publisher: DSCRIPTS
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, JavaScript
- glass cantilever picture
- License: Shareware
- Price: .price.

The objective is to track the transverse motion (towards right or left) of the glass rod. Since the glass rod moves as a whole, it could be the tip or for that matter any point on the rod..
- Publisher: Srijan Aggarwal
- Date: 04-05-2013
- Size: 338 KB
- Platform: Scripts, Matlab
- Convert Arabic to Roman
- License: Shareware
- Price: .price.

S = ARABIC2ROMAN( N ) produces the Roman numeral, S, for a given Arabic numeral, N. N is a scalar number. S returns a string. Limitation: Does not handle Arabic values greater than 3999.
- Publisher: Stacey Gage
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Fast Gaussian Transform mex implementation
- License: Shareware
- Price: .price.

Here is another fast implementation of the FGT transform. Reference : http://www.cs.ubc.ca/~awll/nbody_methods.html.
- Publisher: Sebastien Paris
- Date: 04-05-2013
- Size: 82 KB
- Platform: Scripts, Matlab
- Johnson curve fitting
- License: Shareware
- Price: .price.

Implements Carnegie-Mellon STATLIB/Applied Statistics AS-99 for fitting Johnson curve pdfs and developed by: Hill, I.D., R. Hill, and R.L. Holder, 1976. Algorithm AS 99: Fitting Johnson Curves by Moments, Applied Statistics, Vol. 25, No. 2, 180-189. [gamma,delta,lambda,xi,jctype,fault_msg]=cmu_as99_johnson_pdf_off_line(x) Input: x vector of sample observations Output: Parameter names as in AS-99.
- Publisher: Benjamin Levy
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- plot_ci
- License: Shareware
- Price: .price.

PLOT_CI plots confidence intervals and patch between two confidence interval lines. X is nx1 vector corresponding to a horizontal axis. Y can be either nx1, nx2, or nx3 matrix. If Y is nx1 vector, PLOT_CI plots just the main line. If Y is nx2, the function assumes only two confidence intervals are to plot with the patch enclosed between them.
- Publisher: Zbigniew Koziel
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- EV Widget Post
- License: Freeware
- Price: 0.00

This plugin let you put a widget in where you can list post from a especific category, also you can filter the order to display it (random or by date). Each post will show the thumbnail (if it is definied), the excerpt (if it has) . Install : 1. Upload the folder 'ev-widget-post' to the '/wp-content/plugins/' directory 2.
- Publisher: eveevans
- Date: 04-05-2013
- Size: 72 KB
- Platform: Scripts, Ruby
- Fuzzy c-means thresholding
- License: Freeware
- Price: 0.00

FCMTHRESH Thresholding by 3-class fuzzy c-means clustering [bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of image IM using a 3-class fuzzy c-means clustering. It often works better than Otsu's methold which outputs larger or smaller threshold on fluorescence images.
- Publisher: Guanglei Xiong
- Date: 04-05-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Geodetic distance on WGS84 earth ellipsoid
- License: Freeware
- Price: 0.00

In 1975, Vincenty published a rapidly converging algorithm for computing the distance between points on an ellipsoidal earth. The algorithm is precise to within a few millimeters. Since then, his algorithm has since seen significant implementation in geodesy and engineering.
- Publisher: Michael Kleder
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- FACE Script
- License: Freeware
- Price: 0.00

IT is compatible down to IE4 and sizing onli 7.77 kb. This is a collection of classes and functions that can help build the most common functions and objects on a web page like tabs, buttons, forms, AJAX implementation and more..
- Publisher: Andrea Giammarchi
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, JavaScript
- GO - Change directory (cd) easily
- License: Shareware
- Price: .price.

Change directory by using a keyword (search folders matching the keyword) Several possible actions: - select one or several folders to search within (use "go :add"); - search a folder containing a given keyword ("go newmark" will search for subfolders containing the keyword "newmark"); - change directory immediately if only one folder is found; display clickable links in Matlab command window otherwise; - record a macro ("go :macro mymacro" stores a macro called "mymacro" and the current folder); - use a macro (go :mymacro).
- Publisher: Luc Masset
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- engCallMATLAB (Fortran version)
- License: Freeware
- Price: 0.00

Have you ever wanted to call the engCallMATLAB function, only to realize that it isn't available? Well, now it is! This Fortran routine mimics the functionality of the mexCallMATLAB function, but for engine applications. Has the same argument list as mexCallMATLAB with the addition of the Engine pointer.
- Publisher: James Tursa
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Calculate pi decimals
- License: Shareware
- Price: .price.

PI2STR calculates pi decimals with Machin's formula. S = PI2STR(M) gives pi truncated to M decimals for M < 2^(53/2). Machin's formula, pi/4 = 4*acot(5) - acot(239), and a number system with base 10^14 is used. The execution time is some minutes for PI2STR(100000) and some hours for PI2STR(1000000).
- Publisher: Jonas Lundgren
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Polygon Clipping and Offsetting
- License: Shareware
- Price: .price.

This is a mex wrapper for Angus Johnson's Clipper library: http://www.angusj.com/delphi/clipper.php, based on Sebastian HdoTAlz's mex wrapper for the GPC library. This library has some speed advantages over GPC, but the primary addition is the ability to offset polygons.
- Publisher: Emmett
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Hydraulic Transmission line
- License: Freeware
- Price: 0.00

Here is a lumped parameter model of a hydraulic transmission line. The line is modeled by one, two, three, four and ten lump models. The simulation program presents the transient response in addition to experimental results. The theory is explained in my book: M Galal Rabie, Fluid power Engineering, McGraw-Hill, NY, 2009, pp 19-20, 29-30, 33-37 and 72-76.
- Publisher: M Galal Rabie
- Date: 04-05-2013
- Size: 133 KB
- Platform: Scripts, Matlab
- Feedback active noise control system using FbLMS algorithm
- License: Freeware
- Price: 0.00

This simple simulation shows the implementation of FbLMS algorithm for a single channel feedback active noise control system. Here, the controller generates an "anti-noise" signal to result a destructive interference at the sensor position. The objective is to minimize the noise residue.
- Publisher: Agustinus Oey
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MyFisher24
- License: Shareware
- Price: .price.

Fisher's exact test of 2x4 contingency tables permits calculation of precise probabilities in situation where, as a consequence of small cell frequencies, the much more rapid normal approximation and chi-square calculations are liable to be inaccurate.
- Publisher: Giuseppe Cardillo
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- URLsize for HTML Tools
- License: Freeware
- Price: 0.00

This script returns the file size of an HTTP URL. It doesn't work on other types of URLs (e.g. FTP, FILE, or LDAP), just HTTP. Works using just the standard Perl distribution, no extra modules needed..
- Publisher: R. Steven Rainwater
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, CGI and Perl
- disperror
- License: Freeware
- Price: 0.00

Unfortunately, Matlab does not show the location of an error, when the error is rethrown in the catch clause of a try-catch block. This can be very frustrating, since the error can reside several levels deep into possibly unfamiliar code. DISPERROR will display the error message of the last error, together with the error stack, complete with hyperlinks.
- Publisher: Jerker Wagberg
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Quiver 5
- License: Freeware
- Price: 0.00

Slightly modified version of quiver3 function that plot arrows with true 3D arrow heads.
- Publisher: Bertrand Dano
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- boxplotstack
- License: Shareware
- Price: .price.

Displays stacked box plots and optionally prints a label next to each box plot. The box plots show the first, second and third quartiles. The whiskers extend to the the smallest and largest data that are in range of 1.5x IQR of the first and third quartile, respectively.
- Publisher: Laurent S
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Computational Statistics Webinar
- License: Shareware
- Price: .price.

Dataset and m files for the Computational Statistics webinar. myloess.m is used to interpolate a LOESS curve. chole_loess.m is the primary m files used during the webinar..
- Publisher: Richard
- Date: 04-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab


