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

Listing of Development Tools in Scripts

With this GUI you can find the best distribution that fits your data. 1. Save the Main_FitDistribution_GUI.fig and Main_FitDistribution_GUI.m files at the same directory. 2. Run the Main_FitDistribution_GUI.m file. 3. Load data using the "Load Data" button.

  • Platform: Scripts, Matlab

The model simulates the Buck Converter and ensures zero voltage switching..

  • Platform: Scripts, Matlab

Converts the YUY2 input from my Logitech camera to RGB. Might be same the as YUV to RGB converter. If you need this file for processing video input from your camera, here's an alternate way (which I haven't tested). Quoting Lautaro Camona (http://www.

  • Platform: Scripts, Matlab

This workspace employs interactive graphics and Muller's method to compute function roots in a rectangular region of the complex plane. Function interact employs surface and contour plots of -log(abs(function(z))) to locate function roots which are read interactively with the graphics cursor and then corrected by function muller which computes one or several roots at a time.

  • Platform: Scripts, Matlab

Function BONDITO (don't ask :)) computes allocation of zero-coupon bonds of selected maturities, optimal given current yields and a forecast of yield changes. Having limited practical value, the file can be helpful as a starting point - note the curve-manipulated-with-sliders GUI element - for more interesting exercises.

  • Platform: Scripts, Matlab

A fast mex version of the modified inpoly function. please run mexme_inpoly.m to compile mex file on your plateform please run test_inpoly.m for demo.

  • Platform: Scripts, Matlab

This is basically a repackage of the old "Simple Hashtable" by Matthew Krauski, in the new style of matlab classes. The only thing that has changed is that now the class is a handle, and I included some minor fixes to the original code. e.g. type checking that the keys inputed are really strings.

  • Publisher: Dean Mark
  • Date: 07-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • bufferm2
  • License: Shareware
  • Price: .price.
  • Rating

This function was originally designed as a replacement for the Mapping Toolbox function bufferm, which calculates a buffer zone around a polygon. The original bufferm function had some serious bugs that could result in incorrect buffer results and/or errors, and was also very slow.

  • Platform: Scripts, Matlab

Sample MATLAB scripts from the CD-ROM accompanying "An Introduction to Dynamic Meteorology, 4th Edition" by James R. Holton, ISBN 0123340151, 2004.

  • Platform: Scripts, Matlab

OLS - Orthogonal Least Squares: Proposed by T. Blumensath, M. E. Davies StOLS - Stagewise OLS: Combining StOMP ideas with OLS ROLS - Regularized OLS: Combining ROMP ideas with OLS.

  • Platform: Scripts, Matlab

This algorithm has also been implemented in CUDA language for parallel execution, which allows to perform real-time optical flow. See CUDA Zone for more details..

  • Platform: Scripts, Matlab

Simple program for to find a gain block in the models and To set the value also.

  • Platform: Scripts, Matlab

Dynamic simulation of a star delta start of an asynchronous motor. The switching from star to delta is done manually with a switch in the model. Visible are stator current, speed, motor torque and load torque.

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

myLabel is a graphical tool for manual and semiautomatic pixel-wise labeling of image sequences in MATLAB environment. Main features of myLabel: - Project-like states support. Each state consists of images list and all directories settings. - Arbitrary image's resolutions (even in one state) and graphical formats.

  • Platform: Scripts, Matlab

We propose a new global optimization algorithm based on a harmony search scheme, termed as harmony element string algorithm (abbreviated as HEA). The algorithm has five fundamental features: (1) The states of the system is represented by strings of elements {0,1,2,3,4} and hence the search of the optimal state(s) is realized by string manipulations; (2) A weighting system is created for a balanced global and local search to avoid the scheme trapping in local optimum; (3) The string operation is a pseudo-linear transformation such that the searching the optimum of a nonlinear multivariate objective function is essentially linear; (4) HEA is nadodcve in its initial searching range setting; (5) The global maximum and minimum are searched simultaneously.

  • Platform: Scripts, Matlab
  • 3-D FDTD
  • License: Shareware
  • Price: .price.
  • Rating

A fortran sample code which in Finite Difference Time Domain Method for Electromagnetics. - Kunz K.S., Luebbers R.J. book was translated to matlab code. For movie, a little bit code must be added into it. Especially it needs to vectorize for electric field updates.

  • Publisher: hasan
  • Date: 07-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This is essentially the fibonacci function from here: http://www.mathworks.com/matlabcentral/fileexchange/5093 I just needed a version which can work on arbitrary arrays..

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

MNEMS is a MEX MATLAB wrapper for a nonlinear solver called NNES. It is written in C and can be used both in Linux and Windows systems. System requirements A Linux or Windows system with MATLAB. It was tested with MATLAB ver. 6.0, but it should work with older versions.

  • Platform: Scripts, Matlab

FitChiTool provides an interface similar to the Curve Fitting Toolbox to the fitChiSquare function. This allows you to perform fits using chi-square when measurement errors are known on linear or nonlinear models. It allows allows you to perform fits with multiple independent (more than one x) variables.

  • Platform: Scripts, Matlab

This submission provides directions on how to instruct MATLAB to begin in the final working directory from the previous session of MATLAB. There are no m-files included with this submission, just directions on how to modify startup.m and finish.m.

  • Platform: Scripts, Matlab

This function generates mesh plot with 3Dbars at specific (x,y) points by using fill3 function. This function uses MATLAB's fill3.m meant to generate Filled 3-D polygons..

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

his just makes a grayscale image, with values ranging from 0 to 255, into a RGB truecolor image with values ranging from 0 to 1 in each of the 3 colors. I wrote this so that I could outline the objects in a grayscale image with color borders..

  • Platform: Scripts, Matlab

The program constructs girth-6 type III qc-ldpc codes given base matrix and sub-matrix size. The sub-matrices sizes are variable. The program uses a search algorithm. It could fail to construct a code given some parameters. In that case the user could try many times or could simply increase the size of the code to improve chances of finding a code.

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

In statistics, the Kruskal Wallis one-way analysis of variance by ranks (named after William Kruskal and W. Allen Wallis) is a non-parametric method for testing equality of population medians among groups. It is identical to a one-way analysis of variance with the data replaced by their ranks.

  • Platform: Scripts, Matlab

A function enabling the easy extraction of longitude and latitude data from an IATA code. An input of a 3 character IATA code string and outputs the relevant longitude and latitude of the airport. Using a Matlab's URLread and regexpi to read and extract the data from the relevant websites (in this case wikipedia =>toolserver.

  • Publisher: Tom Kent
  • Date: 07-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

XSH2 is a powerfull command-line tool for querying, processing and editing XML documents. It features a shell-like interface with auto-completion for comfortable interactive work, but can be as well used for off-line (batch) processing of XML data. XSH makes extensive use of the XPath language, but system shell and the Perl programming language are both accessible from XSH as well, in a very natural way.

  • Publisher: Petr Pajas
  • Date: 07-05-2013
  • Size: 8069 KB
  • Platform: Scripts, CGI and Perl

this function use the maximum log likelihood algorithm For Detection of onset of change It assume an inhomogeneous Poisson process that has a constant intensity ?0 until the change point, and a constant intensity ?1 thereafter. (step function where ?0 and ?1 are unknown) A is a random variable distributed or a distribution function start and end are the range in which you look for the point change the output give the index of the vector that marks the start and end of Based on Yaacov et.

  • Platform: Scripts, Matlab

histStat expects two inputs, a vector of bin-centers and a matrix of counts. Each column is treated as a separate histogram. This method is preferred when the data consists of a large amount of histograms, for instance taken at different times. For an n X m input matrix, each output vector is 1 X m.

  • Publisher: Kaare
  • Date: 07-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Graphical user interface that allows easy manipulation of Bezier curves by interactively adding, editing the position as well as deleting points on the graph using mouse clicks..

  • Platform: Scripts, Matlab

The aim of this library, is to provide the programmer with an easy to use class, that can be further inherited to provide a rich set of threaded functionality rarely seen in a linux environment. Full C is provided, without any wrapping around underlying C code, which gives more compact and faster objects.

  • Platform: Scripts, C and C plus plus

New Downloads

WebSite X5 FREE 11

WebSite X5 FREE is the easiest
software to turn your website
dreams into reality. It
includes the latest
state-of-the-art ...

Photostage Free Mac
Slideshow Software

Free software to create a
slideshow from your digital
photos on your Mac and add
video clips, music and more.
Easily drag ...

UltraFileSearch Lite
Portable

File Search Utility which is
able to quickly find Files,
Folders and Text on your
Local, Network, DVD, CD-ROM,
USB Hard ...

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

Visual SEO Studio

A desktop SEO Audit Tool, a
Visual approach to make SEO
tasks quick and easy. Crawl,
Spot on-site issues at a
glance, ...

Fayetracker

FayeTRACKER is a replacement
application for the netstat
feature in Windows. It offers
the same functionality as the
...

Donar MP3 Recorder

Donar MP3 Recorder is a
flexible sound recorder tool
designed to capture any sound
in real-time that goes through
your PC ...

Q4Search

Q4Search is an intuitive super
fast search application,
designed to improve your work
efficiency on texts. With
Q4Search ...

Biometric Handpunch Manager
Personal

Biometric Handpunch Manager
allows you to manage all of
your Handpunch devices in
seconds.

Free File Encrypter

Free file encryptor is
designed to encrypt files of
any types like audio, video,
text, images, EXE programs,
etc. in few ...