Listing of Development Tools in Scripts
- Active Power , Reactive Power & Power Factor Measurement in Three Phase System
- License: Freeware
- Price: 0.00

Active Power , Reactive Power & Power Factor in Three Phase System can be measured by this simulink model. Connect Vabc and Iabc to the first block and enjoy!.
- Publisher: varun chitransh
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- bgeopdf
- License: Shareware
- Price: .price.

This m-function returns the beta-geometric probability density function with parameters A and B at the values in X. Note: The density function is zero unless A and B are integers. The Beta-geometric distribution is used to model the number of failures that will occur in a binomial proccess before the first success is observed and where the binomial p is itself a random variable taking a Beta(a,b) distribution.
- Publisher: Antonio Trujillo-Ortiz
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- diffxy
- License: Shareware
- Price: .price.

In its simplest usage DIFFXY uses a second-order accurate scheme to approximate the derivative of a vector y with respect to a vector x. It differs from existing functions in the following ways: - returns dydx having the same size as y (unlike DIFF which reduces the dimension by 1) - special treatment of end-points for higher accuracy - specifically built to handle unequally spaced data DIFFXY also has the following capabilities - x and y can be N-dimensional arrays - operate on chosen dimension of N-d arrays - computes higher-order derivatives via iteration See the Help section and demo file for examples and further information.
- Publisher: Darren Rowland
- Date: 27-04-2013
- Size: 61 KB
- Platform: Scripts, Matlab
- Least squares fit of a rectangle to a given shape/boundary
- License: Shareware
- Price: .price.

% Based on - A simple method for fitting of bounding rectangle to closed regions - D. Chaudhuri a , A. Samal b. % fit_rectangle - Function provides a least squares fit to the % given boundary points of an object of unknown shape. % % Inputs - Boundary elements that must be a Nx2 array.
- Publisher: Onkar Raut
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SimBiology Tutorial
- License: Freeware
- Price: 0.00

This zipped folder contains the SimBiology and MATLAB files used in the recorded webinar, "Getting Started with SimBiology: An Online Tutorial", available at http://www.mathworks.com/company/events/webinars/.
- Publisher: Asawari Samant
- Date: 27-04-2013
- Size: 573 KB
- Platform: Scripts, Matlab
- A multi conditional goto-like implementation in Matlab
- License: Shareware
- Price: .price.

1. Introduction Enough debate has been devoted from time to time to the luck of "go to" in Matlab. Ourselves being somewhat devoted followers of structured programming, we rarely use it in our FORTRAN applications and implementations. However, one cannot help that sometimes there exists this need of a "quick and dirty" redirection within a code.
- Publisher: Petropoulos
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- matlab code for histogram of colour image
- License: Shareware
- Price: .price.

The histogram of the image gives the frequency of occurrence of the gray level. it gives the no. of times a particular gray level occurs in the image. In the case of a colour image,the histogram is expected to give the number of a particular colour has occurred in the image.
- Publisher: paul erasto
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- mexme - write MEX files in no time
- License: Shareware
- Price: .price.

mexme automates the process of writing MEX files. You give mexme a snippet of C which just does numeric computations, as well a list of arguments, and it generates a valid MEX .c file. New in version 1.1, it writes tedious input and output validation code for you.
- Publisher: Patrick Mineault
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- DataTable Script
- License: Freeware
- Price: 0.00

It can export data into these kind of table formats: HTML, Wiki, Latex, and plain text..
- Publisher: Paul
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- autoplace
- License: Freeware
- Price: 0.00

Ever get irritated that every time you open a figure window, it appears in the same place the last window appeared? Autoplace automatically puts new figure windows in positions that you define..
- Publisher: Douglas Harriman
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Building Sundials
- License: Shareware
- Price: .price.

If carefully built, a sundial is perfectly capable of keeping accurate time. The problem is that you need a different sundial for every combination of latitude, longitude, and day of the year. Fortunately MATLABâ„¢ can make this a manageable problem. By turning this procedure around, you can also use MATLAB to tell you which way is north.
- Publisher: Ned Gulley
- Date: 27-04-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- FlashBPELViewer for Complete applications
- License: Freeware
- Price: 0.00

FlashBPELViewer is a Macromedia Flash ActiveBpel process viewer. Processes can be shown, flow and view of variables used to invoke webservices..
- Publisher: DickyDick
- Date: 27-04-2013
- Size: 31 KB
- Platform: Scripts, Flash
- Aflax for XML Tools
- License: Freeware
- Price: 0.00

Aflaxtm stands for Asynchronous Flash and XML. Defined simply, Aflax is a development methodology which combines Ajax and Flash to create more dynamic web based applications. The Aflax technology is available as a library that enables developers to use javascript to fully utilize all of the features of Adobe's Flash runtime -- including graphics, networking, video and camera support.
- Publisher: Aptana, Inc.
- Date: 27-04-2013
- Size: 553 KB
- Platform: Scripts, Flash
- Read Medical Data 3D
- License: Freeware
- Price: 0.00

This function ReadData3D allows the user to open medical 3D files. It supports the following formats : Dicom Files ( .dcm , .dicom ) V3D Philips Scanner ( .v3d ) GIPL Guys Image Processing Lab ( .gipl ) HDR/IMG Analyze ( .hdr ) ISI Files ( .isi ) NifTi ( .
- Publisher: Dirk-Jan Kroon
- Date: 27-04-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- levicivita
- License: Shareware
- Price: .price.

% levicivita % e = levicivita(I,Dim) % % Returns the levi civiata of the input indices. When Dim == 1, each % column is seen as a vector of indices. When Dim == 2, each row is seen % as a vector of indices. Dim defaults to 1 when unspecified. % % levi civiata is defined as follows % | -1 if indices are an odd permutation.
- Publisher: Pierce
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- chi2bintest
- License: Shareware
- Price: .price.

Usage: [p, Q]= chi2bintest(x, n) The chi-squared binary test. Given a number of samples with a binary outcome ("is or is not something"), this function tests the hypothesis that the samples are independent. If Q > chi2(p, nu), the hypothesis is rejected.
- Publisher: Peder Axensten
- Date: 27-04-2013
- Size: 72 KB
- Platform: Scripts, Matlab
- spec file reader
- License: Freeware
- Price: 0.00

Read scans from x-ray SPEC files. Merge different scans. Save scan data. Export to figures. Calculate true reflectivity by subtracting longitudinal diffuse scatterings from the measured reflectivity. Unzip and add path 'xraylabtool' and its subfolders to Matlab search path.
- Publisher: Zhang Jiang
- Date: 27-04-2013
- Size: 727 KB
- Platform: Scripts, Matlab
- estimateRigidTransform
- License: Shareware
- Price: .price.

This is a simple utility for estimating the rigid transformation that aligns two sets of 3D point clouds, given 3 (or more) point matches. Input: two sets of 3D point clouds (P1 and P2) Output: homogeneous transformation that aligns the two clouds Assumptions: 1- point i in the first point cloud corresponds to point i in the second cloud 2- the transformation is rigid (i.
- Publisher: Babak Taati
- Date: 27-04-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- mexgen
- License: Freeware
- Price: 0.00

This utility allows you to create scripts that may in turn be used to generate C++ files and M-files. The C++ files may then be compiled into mex-files. The M-files are used to document the functions contained in the mex-files. The utility comes with several examples that show you how to use it.
- Publisher: Jeff Perry
- Date: 27-04-2013
- Size: 123 KB
- Platform: Scripts, Matlab
- Aerospace Blockset / Incorrect Variable Mass Equation
- License: Freeware
- Price: 0.00

Two mass variable equations with "Aerospace 3Dof Simple Variable Mass Blockset" are compared in a 1Dof frictionless environment. Initial conditions are given in Model Callbacks. Results showed that "Aerospace 3Dof Simple Variable Mass Blockset" uses the incorrect equation.
- Publisher: Arda
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Binary Search of Elements lying within an Interval
- License: Shareware
- Price: .price.

Search the elements that are lying within a specified interval. Search the indexes of all elements in x (sorted vector of n elements) that lie within the interval. The algorithm uses binary searches, thus it runs in log(n) INPUT: x: vector of numeric values sorted in ascending order (e.
- Publisher: Roberto Olmi
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MyRegressionINV
- License: Shareware
- Price: .price.

MYREGRINV: Resolve a calibration problem (inverse regression problem) that is: to estimate mean value and confidence interval of x since y. This function computes a least-square linear regression using the supplied calibration points and then computes the X values for a supplied y observed vector.
- Publisher: Giuseppe Cardillo
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Overlap_program
- License: Shareware
- Price: .price.

Allows you to overlap two images of different thresholds and thus compare thresholded to original..
- Publisher: dan gould
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- RPG Lab
- License: Shareware
- Price: .price.

The main functions provided are: 1. p = GRPfys(n); generates a random permutation of length n. 2. p = GRPmex(n); generates a random permutation of length n. 3. p = GRDrej(n); generates a derangement of length n. 4. p = GRDmex(n); generates a derangement of length n.
- Publisher: Derek O'Connor
- Date: 27-04-2013
- Size: 829 KB
- Platform: Scripts, Matlab
- Convert index to Excel A1 notation
- License: Shareware
- Price: .price.

This function translates an index to the Excel A1 notation that is used in xlswrite. %%% function a1String = idx2A1(idx) alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; if idx < 27 a1String = alphabet(idx); else idx2 = rem(idx,26); if idx2 == 0 a1String = [alphabet(floor(idx/26)-1),'Z']; else a1String = [alphabet(floor(idx/26)),alphabet(idx2)]; end end %%%.
- Publisher: Matt Brunner
- Date: 27-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Trajectory tracking from a detector output .txt file
- License: Shareware
- Price: .price.

The files written out by the detection process are used as input for the tracker to infer trajectories of each object. The tracker needs to deal with different scenarios, including merging silhouettes of people. Also, it has to cope with imperfect detections.
- Publisher: GURKIRT SINGH
- Date: 26-04-2013
- Size: 2304 KB
- Platform: Scripts, Matlab
- Random Number from Empirical Distribution
- License: Shareware
- Price: .price.

EMPRAND generates random numbers from empirical distribution of data. This is useful when you do not know the distribution type (i.e. normal or uniform), but you have the data and you want to generate random numbers form that data. The idea is to first construct cumulative distribution function (cdf) from the given data.
- Publisher: Durga Lal Shrestha
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Implied Default Probability Function
- License: Shareware
- Price: .price.

This function is to calculate the implied default probability from the DOC model. Source: Brockman and Turtle (2003). <<<<< Function Output >>>>> Default probability (%) <<<<< Function Inputs >>>>> [1] Barrier level (%) [2] Market value of the firm's assets (%) [3] Continuously compounded riskless rate of interest (%) [4] Asset volatility (%) [5] Firm's lifespan (years).
- Publisher: David Wang
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Visulal Studio.Net Custom App Wizard
- License: Freeware
- Price: 0.00

This project will create a custom App Wizard for creating MEX files in Visual Studio.Net. After installing, use the wizard to create a skeleton mex-file project, with the correct project settings. Simply fill in your function code and compile to create your DLL.
- Publisher: David Gillis
- Date: 26-04-2013
- Size: 102 KB
- Platform: Scripts, Matlab
- Armature Control Of DC Motor
- License: Freeware
- Price: 0.00

In this model we should first use 3phase source to convert it to single phase source for feed to armature and after we have the logic of control....
- Publisher: Amin Koohi(Sohrevardi)
- Date: 26-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab



