Listing of Development Tools in Scripts
- Real-Time Datafeed from Yahoo!
- License: Freeware
- Price: 0.00

YAHOORT Extends the Datafeed Toolbox's YAHOO object, allowing real-time data to be fetched from Yahoo's Premium Finance service. Requirements: - Datafeed Toolbox license - Yahoo account subscribed to Yahoo Premium Finance. 1. To install, simply unzip the contents of 'yahooRT.
- Publisher: Eric Johnson
- Date: 12-06-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- acapewod
- License: Shareware
- Price: .price.

Computes the interrelationships between two sets of variables made on the same objects without data. The canonical correlation is the maximum correlation between linear functions of the two vector variables. Linearity is important because the analysis is performed on the correlation matrix which reflect linear relationships.
- Publisher: Antonio Trujillo-Ortiz
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- PCA (Principal Component Analysis)
- License: Shareware
- Price: .price.

This code used to learn and explain the code of PCA to apply this code in many applications. For nay help or question send to engalaatharwat@hotmail.com.
- Publisher: Alaa Tharwat
- Date: 12-06-2013
- Size: 2273 KB
- Platform: Scripts, Matlab
- isfun: a pedestrian matlab construct determiner
- License: Freeware
- Price: 0.00

res = isfun(arg1,arg2,'-opt',...,argN,'-opt') determines the definition of ML constructs arg1 ... argN and returns result-code(s) in <res> res.f(x) = arg(x) res.r(x) = code(x) SEE help isfun for more exhaustive explanations of precedence, return-codes and options isfun -h for examples EXAMPLES r=rand(1,2,3,4); e=isfun(r,'r',1:5,'inline',@inline,'sin','sin.
- Publisher: us
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example
- License: Shareware
- Price: .price.

This example adds MATLABâ„¢ to the list of languages in this C++ vs Java vs Python vs Ruby: a first impression (http://www.dmh2000.com/cjpr/ ) article at www.dmh2000.com, which compares implementations of a Red Black Tree binary search algorithm (http://www.
- Publisher: Stuart McGarrity
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- swell
- License: Shareware
- Price: .price.

Sea surface swell based on SWIMSAT: A Real-Aperture Radar to Measure Directional Spectra of Ocean Waves from Space (Main Characteristics an Performance Simulation) by D. Hauser et al. 2001.
- Publisher: Orlando RodrdoTsguez
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Matlab-GUI equity derivative calculator
- License: Shareware
- Price: .price.

Learn Matlab GUI to code an equity derivative calculator, options include: European option American option Asian option Index future Cash-or-nothing option Asset-or-nothing option Lookback option Chooser option Compound option Exchange option Power option Unzip the EquityDerivGUI file to a directory of your local computer, change the directory to be the current directory of your matlab, run main file DerivativeGui.
- Publisher: Biao
- Date: 12-06-2013
- Size: 82 KB
- Platform: Scripts, Matlab
- num2jet.m
- License: Shareware
- Price: .price.

I needed to create rgb jpg images of heatmaps that had the same dimensions as my input data. If a heatmap is created using the image function and then saved as a jpgeg, the dimensions of the resulting jpeg no longer correspond to the input dimensions of the data.
- Publisher: David Godlove
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Corner Detection using SUSAN operator
- License: Shareware
- Price: .price.

SUSAN algorithm is modified to detect corners and exclude edges.The file contains a function, a test script and a test image.
- Publisher: Edward Wiggin
- Date: 12-06-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- Photomosaicing
- License: Freeware
- Price: 0.00

Purpose of the program: 1. Program asks user to load two images by using imread. 2. Program converts the images from full color to grayscale using rgb2gray, and then convert the grayscale from 8-bit integer format to doubles using im2double. 3. Program reads in from the user the range of offsets to search, in the form of xMin, xMax, yMin, and yMax.
- Publisher: Hakan
- Date: 12-06-2013
- Size: 1792 KB
- Platform: Scripts, Matlab
- Analytical solution for Orthogonal Linear Least Squares in two dimensions
- License: Shareware
- Price: .price.

ORTHLLS2D returns the Orthogonal Linear Least Squares estimate for parameters of line a x + b y + c = 0 function f = OrthLLS2D(x, y) Inputs x and y must be real vectors of equal size. Output f is the real vector [a b c] where a, b and c are the estimated parameters of the linear equation.
- Publisher: Francesco Pozzi
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Application of Parity Relation based FDI
- License: Freeware
- Price: 0.00

A collection of MATLAB m-files to generate fault signatures or residuals using parity space approach.The generated residuals are insensitive to structured modeling uncertianities as well as to external disturbances making it easier to detect and isolate different faults in dynamic system.
- Publisher: Hafiz Bilal Ahmad
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Carita Matlab
- License: Shareware
- Price: .price.

For someone who wants an easy face.
- Publisher: Patyxx
- Date: 12-06-2013
- Size: 1024 KB
- Platform: Scripts, Matlab
- Sparse Approximate Solutions to Linear Systems
- License: Shareware
- Price: .price.

The following problem is considered: given a matrix A in R(mxn), a vector b in R(m) and e>0, compute a vector x satisfying norm(Ax-b)<=e if such exists, such that x has the fewest number of non-zero entries over all such vectors..
- Publisher: Thanasis
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ECC image alignment algorithm (image registration)
- License: Shareware
- Price: .price.

This is a Matlab implementation for the forwards additive version of ECC image alignment algorithm based on the paper "G.D. Evangelidis, E.Z. Psarakis, Parametric Image Alignment using Enhanced Correlation Coefficient Maximization", IEEE Trans. on PAMI, vol.
- Publisher: Georgios Evangelidis
- Date: 12-06-2013
- Size: 92 KB
- Platform: Scripts, Matlab
- Winsorize data
- License: Shareware
- Price: .price.

Function WINSOR inputs data vector x and 2*1 vector of cut-off percentiles p, and replaces non-NaN values of x that are below percentile p(1) with the smallest remaining value, and x-values above percentile p(2) with the largest remaining value. Percentiles are computed with PRCTILE of Statistics Toolbox.
- Publisher: Dimitri Shvorob
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- c2ddelay
- License: Shareware
- Price: .price.

SDDELAY=C2DDELAY(SC,TS) Conversion of a continuous-time SC model with delay to a discrete-time state-space model with sampling time TS and extra state variables. See Astrom and Wittenmark, "Computer-controlled systems", Third Edition. pp 38-41.
- Publisher: Carlos Mario Velez Sanchez
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Cumulative Mann-Kendall trend test
- License: Shareware
- Price: .price.

A cumulative Mann-Kendall trend test. Calculating p-values for monotonic trend of ordinal data sequences (e.g. proteins) by a compound test based on Kendall's rank correlation. Ref.: The DeltaProt toolbox at http://services.cbu.uib.no/software/deltaprot/ Use: pval = cumKendallTest(Q,pop,tail) returns p-values for testing the hypothesis of no correlation, against the alternative that there is a non-zero correlation between the columns in the (MxN)-matrix Q and the M-vector pop.
- Publisher: Steinar Thorvaldsen
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Play video in VLC by filename in Windows (dos)
- License: Shareware
- Price: .price.

Accepts a video filename string and send it to Video Lan Client VLC using a dos command. Does not prevent Matlab from performing other actions while the video plays (program is non-blocking). Does not load video into memory so the program can play significantly large files than Matlab's other video playing functions.
- Publisher: Lee White
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- TMOTUS
- License: Freeware
- Price: 0.00

TMOTUS - MATLAB Game TMOTUS is the Matlab version of the word game MOTUS How to launch TMOTUS: >> tmotus TMOTUS lets you play with english or french words. When you launch the game it will ask you to choose the language in which you want to play, then the length of the words you will have to find and the number of tests you will be allowed for each word.
- Publisher: Thomas Montagnon
- Date: 12-06-2013
- Size: 154 KB
- Platform: Scripts, Matlab
- Simple Haskell MEX-file
- License: Freeware
- Price: 0.00

Simple replacement of IMWRITE for TIFF files with alpha channel and XPOSITION, YPOSITION tags Demonstrates how to write MEX-files in Haskell programming language Demonstrates how to interface Haskell MEX-file to third party foreign library.
- Publisher: Yakov
- Date: 12-06-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- Ellipse arc length
- License: Shareware
- Price: .price.

I had to compute the length of arcs of Earth's meridian. I noticed that there was no analytical solution for this so I wrote this very simple function. It computes the arc length of an ellipse centered on (0,0) with radius a (along OX) and radius b (along OY) x(t) = a.
- Publisher: Luc Masset
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- How to Integrate Eclipse into the Real Time Workshop build environment
- License: Freeware
- Price: 0.00

The Eclipse IDE is a popular development environment. This presentation provides a short overview of how to install eclipse(c) and cygwin(c) and use them with code generated by Real Time Workshop..
- Publisher: Michael Burke
- Date: 12-06-2013
- Size: 1188 KB
- Platform: Scripts, Matlab
- gap size
- License: Shareware
- Price: .price.

USAGE: sz=gapsize(x) EXAMPLE: x=rand(20,1); x(x>.5)=nan; [x gapsize(x)] -------------- ans = NaN 2 NaN 2 0.33311 0 0.28511 0 0.38263 0 0.20227 0 0.37058 0 0.43658 0 NaN 1 0.0049841 0 NaN 1 0.015303 0 NaN 1 0.26592 0 NaN 4 NaN 4 NaN 4 NaN 4 0.
- Publisher: Aslak Grinsted
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 4RRR Parallel Manipulator
- License: Freeware
- Price: 0.00

I have updated this submission with new features and a GUI. http://www.mathworks.com/matlabcentral/fileexchange/24287 A 4RRR Parallel Manipulator is modeled kinematically and controlled to trace a rotated ellipse. All parameters are changeable and are listed in readme.
- Publisher: Hrishi Shah
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- TS MATLAB
- License: Shareware
- Price: .price.

The confection of a Matlab function which serves as an interface between MATLAB and the programs TRAMO-SEATS has once more confirmed the refrain 'to make a necessity of virtue'. This function has been designed for serving as an interface between the DOS version of TRAMO-SEATS (released in june 2010) and MATLAB.
- Publisher: Juan BdoDlgalo RomdodAn
- Date: 12-06-2013
- Size: 205 KB
- Platform: Scripts, Matlab
- double pendulum
- License: Freeware
- Price: 0.00

the function is GUI that simulate double pendulum by using 4th-order Runge-Kutta algorithm for the differential equations. the differential equation are very similar to eq. (12) and (13) here: http://home1.fvcc.edu/~dhicketh/DiffEqns/spring09projects/LauraStickel/Double%20Pendulum.
- Publisher: Moshe Lindner
- Date: 12-06-2013
- Size: 113 KB
- Platform: Scripts, Matlab
- Programa para la resolucidoDln del Problema de Transporte MdoTetodo de la Esquina Noroeste
- License: Freeware
- Price: 0.00

It is a tool of quantitative models to handle different types of problems and help decision making. This is done using an algorithm to solve the transport problem the Northwest Corner Method..
- Publisher: Guillermo Montoya
- Date: 12-06-2013
- Size: 92 KB
- Platform: Scripts, Matlab
- Force/Position control of a Robot Manipulator using PID controller
- License: Freeware
- Price: 0.00

calculating torque at 3 joints, angle , angular accln, angular velocity.
- Publisher: Pranaya Ranjan
- Date: 11-06-2013
- Size: 1475 KB
- Platform: Scripts, Matlab
- MATLAB Tips & Tricks
- License: Shareware
- Price: .price.

First keep in mind that this is not a MATLAB tutorial. This is just a list of tricks I have found useful while writing my toolboxes available on the MATLAB Central repository. You can e-mail me if you have corrections about these pieces of code, or if you would like to add your own tips to those described in this document.
- Publisher: Gabriel Peyre
- Date: 11-06-2013
- Size: 123 KB
- Platform: Scripts, Matlab



