Listing of Development Tools in Scripts
- capacitor clamped multilevel inverter
- License: Shareware
- Price: .price.

3 level output of a capacitor clamped topology.
- Publisher: MANISH KUMAR
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- contour following in binary images
- License: Shareware
- Price: .price.

[knew,m,n]=contour_b_trial_2(a,row,col) knew=contour image m=contour background pixels n=contour object pixels ch=contour_code_2(m) ch=contour code [k8,m8]=eightneighbour(k,n) k8=contour image containing eight neighbourhood m8=contour pixels [k4,m4]=fourneighbour2(k,n) k4=contour image containing four neighbourhood m4=contour pixels press pause after each plot to continue.
- Publisher: rajjan thakur
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Precision-Recall and ROC Curves
- License: Shareware
- Price: .price.

Consider a binary classification task, and a real-valued predictor, where higher values denote more confidence that an instance is positive. By setting a fixed threshold on the output, we can trade-off recall (=true positive rate) versus false positive rate (resp.
- Publisher: Stefan Schroedl
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- minimum-redundancy maximum-relevance feature selection
- License: Shareware
- Price: .price.

Two source code files of the mRMR (minimum-redundancy maximum-relevancy) feature selection method in (Peng et al, 2005 and Ding & Peng, 2005, 2003), whose better performance over the conventional top-ranking method has been demonstrated on a number of data sets in recent publications.
- Publisher: Hanchuan Peng
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Hybrid Particle Swarm Optimization
- License: Freeware
- Price: 0.00

This upload contains a hybrid Particle Swarm Optimization algorithm for functions in the real space. An options file is also provided, which lets the user fully parameterize the process. The hybrid function used is the @fminsearch, which is available on the MATLAB core.
- Publisher: Alexandros Leontitsis
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- the Network Simplex Algorithm
- License: Freeware
- Price: 0.00

Consider the digraph with N vertices and M arcs N Vertices of the graph is expressed by the numbers 1, ,N. Given the capacities of arcs, the demand functions of vertices and the cost functions of the arcs, then define the flow network of the given flow network.
- Publisher: Naomichi Aoyama
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Laplacian random number generator
- License: Shareware
- Price: .price.

function y = laprnd(m, n, mu, sigma) %LAPRND generate i.i.d. laplacian random number drawn from laplacian distribution % with mean mu and standard deviation sigma. % mu : mean % sigma : standard deviation % [m, n] : the dimension of y. % Default mu = 0, sigma = 1.
- Publisher: Elvis Chen
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- setarg
- License: Shareware
- Price: .price.

Set value for value/argument pair in varargin/cellstring. If the argument does not exist it will be appended, if it exists it will be given the new specified value. Ex: args={'option1',true,'option2',false}; args = setarg(args,'option1',false); args = setarg(args,'option3',false); %args is now: %args = { 'option1', false, 'option2', %false, 'option3', false }.
- Publisher: Ivar Eskerud Smith
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Convert Text to an Image (Updated)
- License: Shareware
- Price: .price.

Other_MEM_Text2Im converts a passed string, color, width, & height to a colored image. I used the file "text2im.m" in this url http://www.mathworks.com/matlabcentral/fil...ext-to-an-image and changed it to fit my needs, and just want to share it with you in case some one is interested, and as a kind of thankfulness to the owner of the original file "Tobias Kiessling" http://www.
- Publisher: Mohammed El-Said
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- AssignBase
- License: Shareware
- Price: .price.

% assignBase - Assigns all variables in the caller to equally named variables in % the base workspace. Only operates in non-compiled code. This function is primarily useful for using % cell mode for debugging functions where the variable states are flushed upon termination.
- Publisher: Dan K
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- K-NN mex
- License: Shareware
- Price: .price.

Retun predicted labels and a posteriori probabilities given training/test data..
- Publisher: Sebastien Paris
- Date: 02-06-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Zero Crossing Rate
- License: Shareware
- Price: .price.

Zero Crossing Rate Works for vector and matrix Vectorized function,very fast if x is a Vector returns the zero crossing rate of the vector Ex: x = [1 2 -3 4 5 -6 -2 -6 2]; y = ZCR(x) -> y = 0.444 if x is a matrix returns a row vector with the zero crossing rate of the columns values By: Jose Ricardo Zapata Universidad Pontificia Bolivariana 2010.
- Publisher: Jose R Zapata
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Set Covering Machine Toolbox
- License: Freeware
- Price: 0.00

It is developed mainly for SCM in pattern classification domain. This version is a well tested release of SCM.The main reference is from this paper: The Set Covering Machine,http://jmlr.csail.mit.edu/papers/volume3/m...marchand02a.pdf,the author would like to thank Edward Dale for his python implementation of SCM.
- Publisher: Xunkai Wei
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- uispinner
- License: Freeware
- Price: 0.00

GUI control to allow user to input a scalar. The callback is called continuously as the user steps the spinner. For example if the value was contrast in an image-processing application, the image could update as the user presses on the control..
- Publisher: Malcolm McLean
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Matrix to latex Matrix
- License: Shareware
- Price: .price.

Just call matrix2latexmatrix(yourmatrix, 'matrixfilename.tex'). Insert in latex: input{matrixfilename.tex} For example: $y=input{mymatrix.tex} * x$.
- Publisher: nicolamr Marcacci Rossi
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Sortino Ratio
- License: Shareware
- Price: .price.

This file calculates the Sortino ratio of an investment asset, portfolio or strategy. The Sortino ratio measures the risk-adjusted return of an investment asset, portfolio or strategy. It is a modification of the Sharpe ratio but penalizes only those returns falling below a user-specified target.
- Publisher: Lorenzo Brancali
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Fractal Mound
- License: Shareware
- Price: .price.

This above Fractal code generates a small fractal mound in using the basic trigonometric operations. This involves a basic logic of an exponential surface that modifies the vector along the XY plane while the modifying function modifies the surface to yield a 3D like surface as can be expected from the logic and the sequence of operations of the program.
- Publisher: Mithun Aiyswaryan
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- steep
- License: Freeware
- Price: 0.00

This m-file provides a simple and efficient optimization method based on statistical design of experiments by the steepest ascent/descent procedure to predict points headed (hopefully) toward to optimum (maximum or minimum) for a first-order design. Inputs: B - vector of regression coefficients (parameters) of the fitted linear equation (first order): [intercept (1), linear (p)].
- Publisher: Antonio Trujillo-Ortiz
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- browseFigure
- License: Shareware
- Price: .price.

File for browsing through multiple sets of graphics objects (e.g. representing different data sets) in a single figure window: This functions enables you to browse through multiple sets of distinct graphics objects (e.g. axes, text, ect.) within a single figure window using a slider generated in this window.
- Publisher: Stephan
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Antoine Class
- License: Shareware
- Price: .price.

This is a simple class definition for an Antoine object to facilitate computation of pure component saturation temperatures and pressures. An object corresponding to a pure component is instantiated by specifying the Antoine parameters. Methods include the computation of saturation pressure, saturation temperature, and plotting.
- Publisher: Jeffrey Kantor
- Date: 02-06-2013
- Size: 133 KB
- Platform: Scripts, Matlab
- Image DeMargin for MATLAB Figures
- License: Shareware
- Price: .price.

This file deletes the blank margins of all images that is in the same folder. This is very useful for adjusting the figures generated by MATLAB..
- Publisher: Quan Wang
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- A5/1 cipher
- License: Shareware
- Price: .price.

The code generates binary sequence of a given length and then writes it to a .txt file. the sequence generated is random in nature and this cipher was used in GSM for 2 decades.
- Publisher: busy
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SonnetLab Double Stub 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 project in the form of a double stub.
- Publisher: Bashir Souid
- Date: 02-06-2013
- Size: 102 KB
- Platform: Scripts, Matlab
- Kinect_NITE_PointViewer_matlab
- License: Shareware
- Price: .price.

This zip-file provides a matlab interface for the NITE PointViewer example, with some c++ wrapper functions written for the Microfost Kinect, OpenNI and NITE library. The work is based on Dirk-Jan Kroon's contribution(http://www.mathworks.com/matlabcentral/fil.
- Publisher: HONGMIN ZHU
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- numcmp.m
- License: Shareware
- Price: .price.

This program compares numerical arrays up to a certain precision. Examples: >> numcmp(x); % compares x==0.1 >> numcmp(x,'<=',y,3); % compares x<=y up to 0.001 See the screenshot for another example. This is usefull to compare serial dates up to 0.
- Publisher: Carlos Adrian Vargas Aguilera
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- CONVERTGRAY2RGB
- License: Shareware
- Price: .price.

Converts a gray bitmap to RGB using Matlab gray and jet palettes..
- Publisher: Orlando RodrdoTsguez
- Date: 02-06-2013
- Size: 1024 KB
- Platform: Scripts, Matlab
- InSPIRE utility to plot a 2D displacement field
- License: Shareware
- Price: .price.

This program plots the deformation field (displace vectors) contained in vector.txt. This producted by ITK image registration programs. Check the ITK output format of the registration program you are using and modify the fscanf line accordingly. NOTE the demonstration figure was plotted by replacing the zero vectors z1 %and z2 by: z1 =0 0 0 0 0 1 2 3 4 0 0 0 z2 =0 0 0 0 0 1 1 0 0 0 0 0 once the vector.
- Publisher: Rex Cheung
- Date: 02-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Control Systems Engineering, 2e
- License: Freeware
- Price: 0.00

Written for advanced undergraduate students, this book emphasizes the practical application of control systems engineering to the analysis and design of feedback systems..
- Publisher: Norman Nise
- Date: 02-06-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- Global Optimization on R
- License: Freeware
- Price: 0.00

Globalmin is a very simple m-code which implements the very efficient Brent's algorithm. It looks like fminbnd without any options and finds with a guaranteed precision a global minimum of a function under bounds constraints. This goal is achieved knowing an (approximate) upper bound of f''(x).
- Publisher: alain barraud
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- priority
- License: Freeware
- Price: 0.00

**WINDOWS only - must be compiled before use** If you want to do some heavy processing and you don't want your computer to get all sluggish whilst it's going on, you can use this tool thusly: pri=priority('l') % set priority to low <do processing> priority(pri) % set it back.
- Publisher: Ben Mitch
- Date: 02-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab



