Home > By category > Scripts > Development Tools
Sort by : Name|Date|Downloads|Rating|

Listing of Development Tools in Scripts

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.

  • Platform: Scripts, Matlab
  • acapewod
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

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.

  • Platform: Scripts, Matlab
  • swell
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

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.
  • Rating

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.

  • Platform: Scripts, Matlab

SUSAN algorithm is modified to detect corners and exclude edges.The file contains a function, a test script and a test image.

  • Platform: Scripts, Matlab

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

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

For someone who wants an easy face.

  • Publisher: Patyxx
  • Date: 12-06-2013
  • Size: 1024 KB
  • Platform: Scripts, Matlab

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

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab
  • c2ddelay
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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
  • Rating

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.

  • Platform: Scripts, Matlab

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

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

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..

  • Platform: Scripts, Matlab
  • gap size
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab
  • TS MATLAB
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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..

  • Platform: Scripts, Matlab

calculating torque at 3 joints, angle , angular accln, angular velocity.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

New Downloads

Free OCR to Word

Free OCR to Word creates
editable and searchable MS
Word or Text files from any
image or scanned document
within few ...

ClickCharts Flowchart
Software Free

ClickCharts Free Flowchart and
diagram software lets you lay
out your ideas, organization,
process or create UML ...

Red-Hot CD/DVD Burner

Red-Hot CD/DVD Burner is a
high-quality easy-to-work-with
software with many features
and options for CD and DVD ...

Dynamsoft Barcode Reader
SDK

Dynamsoft Barcode Reader SDK
is a browser-based barcode
library; enables getting 1D
and 2D barcode info from
scanned ...

Driver Booster

Driver Booster Free, designed
with IObit's most driver
update technology, scans and
identifies outdated drivers
...

LightMan Converter

LightMan Converter is a highly
recommended audio program for
those looking for a lite,
accessible CD ripping, audio
...

Privacy Eraser Portable

Privacy Eraser is an
all-in-one privacy suite that
protects your privacy by
cleaning up all your Internet
history tracks ...

PayPunch Lite

PayPunch is a Biometric Time
Clock & Attendance
tracking system that replaces
the typical time clock used to
track ...

Free Morphing

Free Morphing creates a
sequence of frames which are
the transformation of the
source image to target image,
giving the ...

Forgotten Space

In the game Forgotten Space,
crazy flights in spaceships of
the future are in store for
you. Many high-profile
shootings ...