Listing of Development Tools in Scripts
- (parseTags) MATLAB tag parser
- License: Freeware
- Price: 0.00

WHAT ARE TAGS? % Use tags in your m-file, like: [..some code..] %! Info: The code is based on H.Foobar, 1984. "On how to implement the following lines properly" % However, I adopted section 4 of this paper in the following way: % [..more information..
- Publisher: Alexander Reinhold
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Fisher's exact test with n x m contingency table
- License: Shareware
- Price: .price.

Fisher's exact test is a statistical test used to determine if there are nonrandom associations between two categorical variables[1]. The job of Fisher's exact test with 2 x 2 or 2x 3 contingency table is already easily done by others. However, the one with n x m contingency table hasn't found , or with bad computation.
- Publisher: Guangdi Li
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Test problem LP
- License: Freeware
- Price: 0.00

This is a program that generates a test problem for linear optimization with a sparse matrix. The test problem is of the kind min c'*x s.t. Aeq*x=beq lb<=x<=ub where lb is a zero vector and ub is greater then a zero vector so that the problem has a solution.
- Publisher: Per BergstrdoTAm
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Cleans Matlab syntax
- License: Shareware
- Price: .price.

Matlab-invoked Perl code which cleans up syntax in Matlab code you may have downloaded or inherited: 1) gets rid of trailing commas in "switch", "case", "if and "else" statements. 2) uncrowds mathematical operators and variable names by adding spaces 3) deletes trailing semicolons in "return", "end" and "function" statements.
- Publisher: Kevin J. Delaney
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- pic2xls
- License: Freeware
- Price: 0.00

pic2xls(pic,file,sheet,param) pic2xls : Inserts a picture into an Excel file pic: image file name (.gif,.jpg,.bmp,..etc) file: Excel file name (new or existing) sheet: sheet name. param: consists of a row of 4 numbers: [left top width height] left: image location from left side (pixels) top: image location from top side (pixels) width: image width (pixels) height: image width (pixels) Example: pic = 'tree.
- Publisher: Fahad Al Mahmood
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Cuzick's test
- License: Shareware
- Price: .price.

This function provides a Wilcoxon-type test for trend across a group of three or more independent random samples. Assumptions: - Data must be at least ordinal - Groups must be selected in a meaningful order i.e. ordered If you do not choose to enter your own group scores then scores are allocated uniformly (1 .
- Publisher: Giuseppe Cardillo
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- adjPF
- License: Shareware
- Price: .price.

Sphericity is an assumption of repeated measure ANOVA. It means that the variance-covariance structure of the repeated measure ANOVA follows a certain pattern. Sphericity is, in a nutshell, that the variances of the differences between the repeated measurements should be about the same.
- Publisher: Antonio Trujillo-Ortiz
- Date: 23-05-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Watt Linkage Animation
- License: Shareware
- Price: .price.

[t,z,r_PO] = wattLinkage(n,npathpoints,lengths,omega) integrates the equations of motion for a 3 bar Watt linkage and animates the motion of the system over n cycles (one cycle is defined as a full sweep top to bottom). npathpoints determines the number of trajectory points to plot (Inf by default, for all).
- Publisher: Dmitry Savransky
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- starviewer - a simple planetarium
- License: Shareware
- Price: .price.

Enjoy the stars by using this simple planetarium. Included with the m-file is a text file from a basic star catalog. It allows for click-and-drag camera manipulation and even rotation of the Earth through a toggle switch. Enjoy!.
- Publisher: Michael
- Date: 23-05-2013
- Size: 205 KB
- Platform: Scripts, Matlab
- Random Weighted Selection
- License: Shareware
- Price: .price.

Randomly pick n from size(h)>=n elements, biased with linear weights as given in h, without replacement. Works with infinity and zero weighting entries, but always picks them sequentially in this case. Syntax: Y=randweightedpick(h,n) Example: randweightedpick([2,0,5,Inf,3,Inf,0],7) returns [4,6,.
- Publisher: Adam Gripton
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Flex02-01D Correlator Interface
- License: Freeware
- Price: 0.00

1. Introduction The Flex02-01D by Correlator.com is an USB correlator for single- and dual-channel auto- and cross-correlation. The correlator simultaneously calculates up to four auto- and cross-correlations while recording the raw photon traces and the photon counting statistics (histograms).
- Publisher: Marcel Leutenegger
- Date: 23-05-2013
- Size: 532 KB
- Platform: Scripts, Matlab
- Automatic template for new functions
- License: Shareware
- Price: .price.

If you're tired of re-typing or re-copying the same header structure over and over, newFunction may be what you're looking for. In the command window, call newFunction myNewFunctionName or newFunction('myNewFunctionName') First, newFunction checks for whether there already exists another function with the same name.
- Publisher: Jonas
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MatLab's Video Lectures - Class-1 : Lecture's Flies
- License: Shareware
- Price: .price.

Class-1 : Lecture's Flies These Files are using in Class-1 of my "MatLab's Video Lectures". It's including all examples which we discussed in this lecture..
- Publisher: GAMAL ALKIRSHI
- Date: 23-05-2013
- Size: 123 KB
- Platform: Scripts, Matlab
- Flow Cytometry Data Reader and Visualization
- License: Freeware
- Price: 0.00

This includes a function to read in the standard flow cytometry FCS format data and examples of how to visualize the data..
- Publisher: Robert Henson
- Date: 23-05-2013
- Size: 195 KB
- Platform: Scripts, Matlab
- Back projections and tensor transform
- License: Shareware
- Price: .price.

main executing reference usage: executeMain.m -------------------------------------------------------------------------------- * Caveat: - Help section yet to be included. - For educational reference only. You may also wish to visit Professor Grigoryan's weblink at: http://bit.
- Publisher: Michael Chan
- Date: 23-05-2013
- Size: 3645 KB
- Platform: Scripts, Matlab
- Metodo de Newton para raices
- License: Shareware
- Price: .price.

This method calculates roots of nonlinear functions, with an error of 1 per 10 to the minus 5. When displaying the error function diverges, is an easy and complete..
- Publisher: Vansito
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Bland Altman Plots. Andrea Padoan, Dicember 2008
- License: Shareware
- Price: .price.

INPUT: 3 columns array. column1 (the left): sample ID or sample number column2 and column3: instrument1 and instrument 2 outout GRAPH OUTPUT: Bland Altman scatter plot with mean difference line and +-2 SD lines. CONSOLE OUTPUT: diffmean = mean of the difference (the same you see in plot) sdev = standard deviation of the differences.
- Publisher: Andrea Padoan
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- wCMF
- License: Freeware
- Price: 0.00

wCMF is a lightweight MDA approach to application development based on the MVC pattern. It allows to developing PHP Web applications, such as CRMs and CMSs, from an UML model. Here are some key features of "wCMF": * persistence layer with adapters to RDBMs (ADOdb) and XML files * presentation layer based on template mechanism (Smarty) * configuration of the application flow through config files * locking mechanism for concurrent usage * role based rights management (for actions, types, instances) * administration tool to manage users, roles and rights * i18n support * soap interface * default application that can be used right after defining the data model.
- Publisher: Ingo Herwig
- Date: 23-05-2013
- Size: 2775 KB
- Platform: Scripts, PHP
- Order of magnitude of number
- License: Shareware
- Price: .price.

Returns the order of magnitude of one or more numbers. Works on nd arrays. Ex: order( 1.2e-5 ) will return -5 order(1) = 0 order( 1.12344e8 ) = 8.
- Publisher: Ivar Eskerud Smith
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MODTRAN 4 Tape7.scn Parsing
- License: Shareware
- Price: .price.

Script to parse the MODTRAN 4 Tape7.scn output file. This script will parse the Tape7.scn output file from the MODTRAN 4 radiative transfer program. The parsed output can then be easily manipulated for performing spectral calculations and analysis..
- Publisher: Jared
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SonnetLab Netlist Tutorial
- License: Freeware
- Price: 0.00

The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLABâ„¢. SonnetLab is a free MATLABâ„¢ toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator. The attached script will build a Sonnet netlist project.
- Publisher: Bashir Souid
- Date: 23-05-2013
- Size: 102 KB
- Platform: Scripts, Matlab
- Axes objects tree viewer
- License: Shareware
- Price: .price.

AxesTree(ax,'Property','Value',...) Opens a figure with a tree view of all handle graphic objects in the input axes. Objects type and tag are displayed. Objects can be selected from the tree. Double Clicking in the tree deselects all objects. Right-click opens a context menu with following possibilities: 'Visible' toggles selected objects visibility; 'Delete' removes the selected objects; 'Properties' opens the property inspector for selected objects.
- Publisher: Pirmin Borer
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Ideal Rankine Cycle Excel Add-In
- License: Shareware
- Price: .price.

This demo uses MATLAB Builder for Excel to create an Excel Add-In from a MATLAB function rankine.m. The spreadsheet uses the Add-In to compute the thermodynamic properties of an Ideal Rankine cycle. Two points of interest to this demo are the use of the MATLAB struct as input and output of the rankine.
- Publisher: David Forstot
- Date: 23-05-2013
- Size: 1014 KB
- Platform: Scripts, Matlab
- Laminate Analysis Program
- License: Freeware
- Price: 0.00

This program consists of two file: 1) Laminate.m 2) input.dat (input.dat) needs to be modified according to the laminate to be analysed. All the plies properties and loadings goes into this input file. The program produces an output file containing all the anaylsis results.
- Publisher: Fahad Al Mahmood
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- How to think vector, tutorial
- License: Shareware
- Price: .price.

http://simulations.narod.ru/ There are 3 subfolders with codes examples: 1) using vectors, no for loops, plot circle 2) logical indexing, find points inside circle 3) bsxfun, calculate and plot multiplication table. There are videos in 3 parts: <!--dp_youtube_begin:http://www.
- Publisher: Maxim Vedenyov
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Single-Phase half-controlled bridge rectifier(ALPHA=120)
- License: Freeware
- Price: 0.00

Single-Phase half-controlled bridge rectifier(ALPHA=120).
- Publisher: Arash Javan Mojarad
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- process_varargin
- License: Shareware
- Price: .price.

process_varargin is a simple script that allows the user to create a set of default values for attributes in a script then using varargin override those values..
- Publisher: christie harper
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Gaussian Pyramid
- License: Shareware
- Price: .price.

I have used "imfilter" , which is a part of image processing toolbox. If you don't have image processing toolbox, change "imfilter" to "filter2" and the function should work as good..
- Publisher: Pranam Janney
- Date: 23-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MATLAB Contest - Peg Solitaire
- License: Freeware
- Price: 0.00

Starter kit for the 15th MATLAB Programming Contest, May 9-16, 2007. For more information see the contest page: http://www.mathworks.com/contest/jumping/rules.html.
- Publisher: The MATLAB Contest Team
- Date: 23-05-2013
- Size: 410 KB
- Platform: Scripts, Matlab
- Faster/parallel random number generator via standard C++
- License: Shareware
- Price: .price.

It became clear that things didn't really work properly with Boost 1.42, so I've refactored the package to try to help you kludge Boost Random 1.47 into place if necessary; this seems to work; see with cpprandpar.m file for build help. =============== Update: Version 0.
- Publisher: Peter Li
- Date: 23-05-2013
- Size: 164 KB
- Platform: Scripts, Matlab




