Listing of Development Tools in Scripts
- Matlab import and export text binary text binary
- License: Shareware
- Price: .price.

help * to get file help info ExtractTecPlotVecDim.m generateTecPlotBatchFile.m LoadCoutourVecFile.m loadTecPlotVecFile.m matrixToTecplotBinaryFile.m PIVSaveAsTecPlotVecFile.m ProcessImagesInFolderByTecPlot.m ReviseTecPlotMacroFile.m test_matrixToTecplotBinaryFile.
- Publisher: Jason
- Date: 25-04-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Simulation and Limited Redesign of a Two Link Robotic Manipulator
- License: Shareware
- Price: .price.

Supplementary material for an AIAA publication regarding limited redesign of mechatronic systems. SimulateTwolink.m uses inverse dynamics to simulate the torque trajectories required for a two-link planar robotic manipulator to follow a prescribed trajectory.
- Publisher: James Allison
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Iris data set clustering
- License: Shareware
- Price: .price.

Iris data set clustering using partitional algorithm. Concepts like loading text document and plotting of 4 Dimensional data with the fourth dimension as the intensity of colour of the plot. I used K means algorithm to update the centres from where we calculate the euclidean distance of the other points and group them after certain number of iterations.
- Publisher: Yella
- Date: 25-04-2013
- Size: 1085 KB
- Platform: Scripts, Matlab
- nnsysid
- License: Freeware
- Price: 0.00

Neural Network Based System Identification Toolbox Version 2 The NNSYSID toolbox contains a number of tools for identification of nonlinear dynamic systems with neural networks. Several nonlinear model structures based on multilayer perceptron networks are provided and there are also many functions for model validation and model structure selection.
- Publisher: Magnus Norgaard
- Date: 25-04-2013
- Size: 727 KB
- Platform: Scripts, Matlab
- True Random Integer Generator
- License: Shareware
- Price: .price.

The function TRUERAND returns truly random integers using random.org's Random Integer Generator. According to random.org, the numbers are generated based on atmospheric noise and skew-corrected to generate uniform numbers. The generated numbers have been shown to pass the NIST tests for RNGs.
- Publisher: Ameya Deoras
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Sensitivity Analysis for ODEs and DAEs
- License: Shareware
- Price: .price.

The zip file contains 1) The two m-files, SENS_IND and SENS_SYS. 2) Four MATLAB 5.3 files which are not in Matlab R 6.1 and may be called from SENS_SYS and SENS_IND: ntrp15s.m, odezero.m, icdae.m, icsdae.m. 3)The file Description.pdf, which explains how to use the functions and gives a short overview of the algorithms.
- Publisher: Victor M. Garcia Molla
- Date: 25-04-2013
- Size: 225 KB
- Platform: Scripts, Matlab
- IM2GIF
- License: Shareware
- Price: .price.

This function converts a multiframe image to an animated GIF. For example, to create an animation from a series of figures, export to a multiframe TIFF file using export_fig (also available on the FEX), then convert to a GIF, as follows: for a = 2 .
- Publisher: Oliver Woodford
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- cvoronoi
- License: Shareware
- Price: .price.

cvoronoi computes the smallest circumscribed, the greatest inscribed and the best approaching circles of a set of 2D points. The method is based on the Voronoi diagram properties. Data can be generated randomly or by mouse click or by reading a data file.
- Publisher: Luc Masset
- Date: 25-04-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Pointers and subscript pointers
- License: Shareware
- Price: .price.

The hnum class is a handle to a value class (uint8, double, etc). It acts like a pointer, but isn't really a pointer. Operating on an hnum class does not require "x = x + 1". Using "x+1" will permanantly modify it's value. Copying an hnum object only creates a copy to it's handle, and doesn't copy it's data.
- Publisher: Jon Danisch
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Heart VI1-block simulink-NdlT-33
- License: Freeware
- Price: 0.00

It is gon on investigation heart VI1 block simulink simulator in stimulation 3 chambers S,A and V-6 figures scopes..
- Publisher: Dit Papa Lamine ndao
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Annihilation Of Cardiac Rythm And Sudden Death
- License: Shareware
- Price: .price.

It is tutorial investigation of annihilation of cardiac rhythm of new block library simulink ,Block Heart VI1,by changing sinus parameters and inducing annihilation of cardiac rhythm,meaning that sudden death can be caused by electrical party..
- Publisher: Dit Papa Lamine ndao
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Climentine topo data
- License: Freeware
- Price: 0.00

ploting Climentine lunar topography data(topogrd2.dat).
- Publisher: Nianchuan Jian
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Target Detection
- License: Shareware
- Price: .price.

This program detects a target image in a given image according to maximization of Cross Correlation. Sample Run: >> target This program detects a target in an image Entering the image for MATLAB... Save the image or its copy in MATLAB working Directory Enter the name of the image file (filename.
- Publisher: M M
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Choosse randomly number of elements from a vector
- License: Shareware
- Price: .price.

function [out]=random2(ini,fin,num) % Choosse randomly a number (num) of elements from a vector [ini:fin] % Randomly change the position of the vector. in pairs of twos % % Imput: % ini: Beginning of the vector % fin: End of the vector % nun: Number of elements to choose from the range of vector [ini:fin] % % Output % output vector % % Example % % [out]=random2(-20,20,10) % % out = % -1 5 18 -3 1 -17 15 7 3 -6 % % [out]=random2(5,50,10) % % out = % 29 19 20 47 43 18 14 48 23 28 vr=ini:fin; % Reference Vector lon=fin-ini; % variation or range of the vector for nv=1:5*length(vr) % vector length.
- Publisher: Dave Correa
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Shuffled Complex Evolution (SCE-UA) Method
- License: Freeware
- Price: 0.00

The SCE-UA method is a general purpose global optimization program. It was originally developed by Dr. Qingyun Duan as part of his doctoral dissertation work at the Department of Hydrology and Water Resources, University of Arizona, Tucson, AZ 85721, USA.
- Publisher: Qingyun Duan
- Date: 25-04-2013
- Size: 420 KB
- Platform: Scripts, Matlab
- MATLAB for Kate and Kwrite
- License: Freeware
- Price: 0.00

An xml file specifying a MATLAB syntax highlighting mode for the Linux editors Kate and Kwrite, which are part of the KDE desktop environment. You need KDE 3.2, earlier versions like 3.1.4 don't work.The highlighting is identical to the built-in editor of MATLAB 6.
- Publisher: Stefan Stoll
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- High Speed ADC Models
- License: Shareware
- Price: .price.

Interleaved, Successive Approximation, and Pipelined Sub-Ranging ADC models. These models are typical of the architectures used for high speed analog to digital converters..
- Publisher: Dick Benson
- Date: 25-04-2013
- Size: 113 KB
- Platform: Scripts, Matlab
- Particle in electric and magnetic field
- License: Shareware
- Price: .price.

Simulation of the trajectory of a particle in electric and magnetic field (electromagnetic field). The trajectory is calculated by computationally solving differential equations. The direction and magnitude of magnetic and electric field can be changed along with other attributes of motion.
- Publisher: simar
- Date: 25-04-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- PathFinding
- License: Shareware
- Price: .price.

Dijkstra's pathfinding algorithm: computing a shortest path between an initial node to a final node. % Pathfinding % An example how to use class Graph. % Usage: % g=Graph(map); % Constructor, where map is 2D matrix of mobility map. % % ShowPath(g,map,shortpathv); % Displaying where shortpathv is list of nodes on shortest path.
- Publisher: Wasit Limprasert
- Date: 25-04-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- MVGRND
- License: Shareware
- Price: .price.

Using the Cholesky decomposition, it generates n iterations of multivariate Gaussian random variables for a given mean vector (mu) and variance-covariance matrix (sigma). mvgrnd(mu,sigma,n).
- Publisher: Fabio Peixoto
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- QUBIT4MATLAB
- License: Freeware
- Price: 0.00

This program package helps modeling spin chains, qubit registers, etc. according to nonrelativistic quantum mechanics and some novel ideas from quantum information theory. In particular, it contains MATLAB routines for reordering qubits, for computing the reduced density matrix after removing some of the qubits, for partial transposition, etc.
- Publisher: Geza Toth
- Date: 25-04-2013
- Size: 72 KB
- Platform: Scripts, Matlab
- Plotting planes and their intersection in 3D
- License: Shareware
- Price: .price.

1) plotPlanes.m - plots planes and lines in 3D defined either by directional vectors or by normal vectors. Example: A = [1 1 0;0 0 1]; Ashift = [1 1 1]; B = [1 1 1]; C = [1 1 0] plotPlanes(A,'d',Ashift,B,'Normal',C) ====================================== 2) plotIntersection.
- Publisher: Ondrej
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Optimize Truss by FSD and SLP
- License: Freeware
- Price: 0.00

This is a Matlab code for optimizing a plane truss by two methods : Fully Stress Design and Sequential Linear Programming. In SLD, we deal with the Euler buckling condition and some other constraints..
- Publisher: Nguyen Quoc Duan
- Date: 25-04-2013
- Size: 72 KB
- Platform: Scripts, Matlab
- RM2SF Change the typeface of non-math text to sans-serif
- License: Shareware
- Price: .price.

RM2SF changes the typeface of non-math text with latex interpreter from roman (serif) to sans-serif. This is needed because the latex interpreter typesets both math and text in roman irrespective of the font specification. Therefore RM2SF places each non-math part of the text inside textsf{}.
- Publisher: Mukhtar Ullah
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Bouncing Ball Physics
- License: Freeware
- Price: 0.00

The parameters are: Ball Radius Colour Gravity Initial Y Velocity Initial X Velocity Vertical Speed Conservation (after hitting the ground) Horizontal Speed Conservation (after hitting the ground) By using different values for each parameter, the ball's motion changes each time.
- Publisher: Husam Aldahiyat
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Fast computation of Zernike moments
- License: Shareware
- Price: .price.

An iterative QuRecursive method to generate Zernike radial polynomials in matlab. It accepts as input the moment order n and a vector of r values (has been written using a vectorized implementation: multiple r values)..
- Publisher: Mohammed Sadeq Al-Rawi
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Agilent 81150A Pulse Function Arbitrary Noise Generator - Driver
- License: Freeware
- Price: 0.00

MATLAB is a software environment and programming language used to generate signals, make measurements, configure and control instruments, analyze and visualize data, and build test systems. MATLAB supports Agilent pulse function arbitrary noise generators through the Instrument Control Toolbox.
- Publisher: Juergen Stemler
- Date: 25-04-2013
- Size: 512 KB
- Platform: Scripts, Matlab
- ncombr
- License: Shareware
- Price: .price.

Calculates the number of combinations of N objects taken R at a time. This type of sampling is an unordered sample without replacement. Syntax: function c = ncombr(n,r) Inputs: n - number of objects r - number of objects taken at a time Output: c - number of combinations.
- Publisher: Antonio Trujillo-Ortiz
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Haml
- License: Freeware
- Price: 0.00

Haml takes your gross, ugly templates and replaces them with veritable Haiku. Haml is the next step in generating views in your Rails application. Haml is a refreshing take that is meant to free us from the shitty templating languages we have gotten used to.
- Publisher: Haml Development Team
- Date: 25-04-2013
- Size: 256 KB
- Platform: Scripts, Ruby
- look3d: A 3-D Image Viewer
- License: Shareware
- Price: .price.

This GUI program allows you to navigate through a 3-D image with three orthogonal views, and display the intensity value at any voxel location. You can see the intensity values by moving the mouse pointer over any of the three views, or you can navigate through the data using following two methods: - Use the sliders to navigate in one of the three directions; - Click a point in any view to see the three orthogonal slices at that point.
- Publisher: Ren Hui Gong
- Date: 25-04-2013
- Size: 2499 KB
- Platform: Scripts, Matlab



