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

Syntax: >> xyimagesc(X,Y,C) >> xyimagesc(X,Y,C,...) >> xyimagesc(X,Y,C,... 'PropertyName', PropertyValue ... ) The imagesc function works well when the user does not want the interpolation behavior of other functions. However if the data is not on an evenly spaced grid imagesc does not work.
- Publisher: Anthony Bathgate
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SimMechanics pendulum used for control optimization
- License: Freeware
- Price: 0.00

Suspended and inverted pendulums were built in AutoDesk Inventor. SimMechanics is used to generate a Simulink model. This model generates the dynamics implicitly, so there is no need to solve the equations of motion by hand. The dynamics are used by control optimization software: DIDO, available commercially.
- Publisher: Alan Jennings
- Date: 26-04-2013
- Size: 2304 KB
- Platform: Scripts, Matlab
- InSPIRE: simple utility to pad zeros around a volume image
- License: Shareware
- Price: .price.

This program allows users to specify the number of zero layers to wrap around a 3D image matrix. Zero padding allows image processing to occur at the edges of the 3D image. Many image processing filters take into account the values stored in a neighborhood of voxels being evaluated.
- Publisher: Rex Cheung
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Review of Statistical Arbitrage, Cointegration, and Multivariate Ornstein-Uhlenbeck
- License: Freeware
- Price: 0.00

To walk through the code and for a thorough description, refer to A. Meucci (2009) , "Review of Statistical Arbitrage, Cointegration, and Multivariate Ornstein-Uhlenbeck", Latest version of article and code available at http://symmys.com/node/132.
- Publisher: Attilio Meucci
- Date: 26-04-2013
- Size: 143 KB
- Platform: Scripts, Matlab
- Phase randomization
- License: Shareware
- Price: .price.

It creates blocks of surrogate data with the same second order properties as the original time series dataset by transforming the original data into the frequency domain, randomizing the phases simultaneously across the time series and converting the data back into the time domain.
- Publisher: Carlos Gias
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Annotation pinned to axes
- License: Shareware
- Price: .price.

I needed to be able to create annotations to plots that would be pinned to the axes like the text function. I couldn't find any script to do this so I made my own. I though other people may find it useful. The only difference in use with the annotation function is that you can provide the axes handle.
- Publisher: Fred Gruber
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Filtering Blocks
- License: Freeware
- Price: 0.00

Choose from a series of links to filter 'results' below..
- Publisher: Chris Coyier
- Date: 26-04-2013
- Size: 82 KB
- Platform: Scripts, JavaScript
- Longitudinal Redundancy Check for Modbus
- License: Shareware
- Price: .price.

Longitudinal Redundancy Check (LRC) for Modbus PLC Controllers using ASCII LRC.m - The value appended to the end of each communication to assure that the data received is not corrupted. The LRC is the 2's compliment negation of the sum. When the total adition in the LRC constitutes a number greater then 8bits only the lowest 8bits are used to compute the LRC.
- Publisher: Steven Edmund
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MyFisher33
- License: Shareware
- Price: .price.

Fisher's exact test of 3x3 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: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Waterfilling algorithm
- License: Shareware
- Price: .price.

% the water-filling process % x: a vector with each component representing noise power % P: total power % % The returned vector p maximizes the total sum rate given by % sum(log(1 + p./x)), subject to the power constraint sum(p)== P, p>=0. % % The return a vector p also minimizes % norm(p+x) % subject to the constraints % sum(p)==P; p>=0 % % % The second output "level" is the water level % % Sample usage: % Three parallel Gaussian channels with noise powers 1, 2 and 3.
- Publisher: Kenneth Shum
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Round with significant digits
- License: Shareware
- Price: .price.

This little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits. Examples: roundsd(0.012345,3) returns 0.0123 roundsd(12345,2) returns 12000 roundsd(12.345,4,'ceil') returns 12.35 This is a useful complement to Matlab's ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
- Publisher: FrandoTzois Beauducel
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MS_Regress - A Package for Markov Regime Switching Models in Matlab
- License: Freeware
- Price: 0.00

This submission provides functions (and examples scripts) for estimation, simulation and forecasting of a general Markov Regime Switching Regression. Features of the package: - Support for univariate and multivariate models. - Support of any number of states and any number of explanatory variables.
- Publisher: Marcelo Perlin
- Date: 26-04-2013
- Size: 410 KB
- Platform: Scripts, Matlab
- ASCII-RASTER header To R spatial reference matrix
- License: Shareware
- Price: .price.

The header MatLab variable is generated when importing an ASCII-RASTER with the ImportAsciiRaster.m function. Here below an example: [Z h] = ImportAsciiRaster(NaN, 'h'); figure; mapshow(Z, header2R(h),'DisplayType','surface'); view(3), axis equal, axis off, camlight, lighting phong axis on; xlabel('Easting'); ylabel('Northing'); zlabel('Values').
- Publisher: Giuliano Langella
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Neurocal
- License: Freeware
- Price: 0.00

Simulation describing the electrophysiological behavior of a biological neuron (nerve cell). Two sets of membrane kinetics are included: Hodgkin-Huxley and Schwarz for unmyelinated and myelinated axons..
- Publisher: Zeng Lertmanorat
- Date: 26-04-2013
- Size: 1505 KB
- Platform: Scripts, Matlab
- checkstationary
- License: Shareware
- Price: .price.

The function tests given realization X of random process Xi(t) for stationary, using of the two non-parametric criterions - the criterion of inversion and the criterion of the series..
- Publisher: Zlatko Petroff
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Trajectory and Attitude Plot Version 3
- License: Freeware
- Price: 0.00

This function plot in the same figure the center trajectory and attitude of an aircraft. See the figure to understand better. The version 3.0, extend the functionality of version 2. In this last version : - fixed the Reference System Bugs - possibility to export the trajectory animation in avi format (Based on idea of my friend Ola Harkegarde) - added the gripen body model.
- Publisher: Valerio Scordamaglia
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Shifted Delta Coefficients (SDC) Computation from Mel Frequency Cepstral Coefficients (MFCC)
- License: Shareware
- Price: .price.

A statistical language recognition system generally uses shifted delta coefficient (SDC) feature for automatic language recognition. SDCs are stacked version of delta cofficient over several frames. The detail descriptions of SDC and its applications are available in W.
- Publisher: Md Sahidullah
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- simpleEDA/EMG
- License: Freeware
- Price: 0.00

simple tools to evaluate non-specific electrodermal and muscular activity. While simpleEDA/EMG detects phasic changes, tonicEDA/EMG returns the general level of skin conductance or muscular tension. zip-file contains pdf-documentation, which is also available at: http://www.
- Publisher: Robert Schleicher
- Date: 26-04-2013
- Size: 256 KB
- Platform: Scripts, Matlab
- Dynamic Modeling and Control of Engineering Systems, 2e Companion Software
- License: Freeware
- Price: 0.00

Companion Software for the Dynamic Modeling and Control of Engineering Systems, 2e book by J. Lowen Shearer, Bohdan T. Kulakowski & John F. Gardner.
- Publisher: J. Lowen Shearer
- Date: 26-04-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- Three phase inverter
- License: Shareware
- Price: .price.

I've created a three phase inverter for users to download. Thanks..
- Publisher: Peng Lei
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ZOrder Get/Set
- License: Shareware
- Price: .price.

%ZOrderGet Get the current z-order position of an existing object of a figure % % [hIndex, hCount] = ZOrderGet(h = gco) % % Set a new z-order position of an existing object of a figure. % The lower the z-order, the closer the object to the user eye. % % When adding a new object to a figure, by default it is provided with % the first z-order value, so it becomes the most visible one.
- Publisher: Marcello Ferro
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- UIEDIT
- License: Freeware
- Price: 0.00

UIEDIT multi-line edit box UIEDIT invokes a GUI object which is similar to the edit box available in GUIDE. The major difference is that the edit object in GUIDE does not allow the user to input more than one line of text. UIEDIT supports: - Scrollbars - Multi-line text - Copy & Paste WARNING!! If you are using a version prior to 6.
- Publisher: Daniel Claxton
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Quantum quantity of two qubit sysem
- License: Freeware
- Price: 0.00

We examined quantum quantity of two qubit system.The ferroelectrics vs decohence rate have been examined. The results show first order transition. This is photo induced effect..
- Publisher: Toshifumi Itakura
- Date: 26-04-2013
- Size: 102 KB
- Platform: Scripts, Matlab
- Display Time-Remaining in a Loop
- License: Shareware
- Price: .price.

If you are tired of waiting for loops to finish, not knowing whether you have enough time to go and get lunch, or a nice cup of tea, then your problems are solved :) This function will display the time left (as a string or vector) in Hrs Mins Secs until the current loop completes all its iterations.
- Publisher: Darren Price
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Smooth Triangulated Mesh
- License: Shareware
- Price: .price.

This function smooths a triangulated Mesh / Patch. Supports accurate curvature flow smoothing. Which smooths in the direction of the normal keeping the edge ratio's the same. Also supports Laplacian smoothing with inverse vertice-distance based umbrella weights, making the edge lengths more uniform.
- Publisher: Dirk-Jan Kroon
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Function To Generate Truth Table Condition Vectors
- License: Freeware
- Price: 0.00

This function returns a matrix of all possible binary condition vectors for a logical system with (I) inputs. The number of inputs is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 16 lines of MATLAB code.
- Publisher: Paul Metcalf
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Sparse set of Features for Texture Discrimination
- License: Shareware
- Price: .price.

The feature vector is a 5(gray scale) or 15(colored) dimensional vector reflecting the contrast, texture strength and orientation and texture scale for each pixel. Texture scale is represented by the average speed of change of pixel intensity in a Total Variation framework while the texture strength and orientation are computed from 3 distinct components of the structure tensor undergone a nonlinear coupled isotropic matrix valued diffusion.
- Publisher: Omid Aghazadeh
- Date: 26-04-2013
- Size: 102 KB
- Platform: Scripts, Matlab
- Supporting files for Lewandowsky and Farrell, "Computational Modeling in Cognition"
- License: Shareware
- Price: .price.

The programs are grouped by chapter and are explained in detail in Lewandowsky, S., & Farrell, S. (in press). Computational Modeling in Cognition: Principles and Practice. Thousand Oaks, CA: Sage. The book is scheduled for release in December 2010 (http://www.
- Publisher: Stephan Lewandowsky
- Date: 26-04-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- GUI FOR CONTROLLING ROBOT
- License: Freeware
- Price: 0.00

The GUI is divided into different segments : Video, Roboarm control, lights control and navigation control..
- Publisher: Ketan Chhaniyara
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- testit
- License: Shareware
- Price: .price.

Run test('test') to check your installation. Test cases are written as comment blocks at the end of an m-file. See the end of test.m, myassert.m, etc. for usage examples. Use this if you have code that requires the interface of Octave's testing functions.
- Publisher: Felipe G. Nievinski
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab



