Listing of Development Tools in Scripts
- Bisection
- License: Shareware
- Price: .price.

Computes the root of a continuous function f in the interval [a,b] by bisectioning. For this algorithm the function values of endpoints must differ in sign. Usage: [c,fc,err] = bisection(f,a,b,delta) Input arguments: f function a left endpoint b right endpoint delta error tolerance Output arguments: c solution Optional Output arguments: fc function value of solution err error estimate.
- Publisher: Wolfgang PutschdoTAgl
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- run_until_you_press
- License: Shareware
- Price: .price.

If you need to run a loop that wait for a keyboard press..
- Publisher: noam fisher
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Quade test
- License: Shareware
- Price: .price.

Dana Quade in 1979 proposed a test that is often more powerful than the Friedman test. It also eliminates block differences but weights the raw data indicate possibly more marked treatment effects. Whereas the Friedman test is basically an extension of the sign test, the Quade test is effectively an extension of the Wilcoxon signed rank test and is equivalent to it when the treatments are two.
- Publisher: Giuseppe Cardillo
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- get reaction rates out of SimBiology
- License: Shareware
- Price: .price.

Unfortunately, SimBiology does not give you the rates of your reactions at all. However, in order to run, SimBiology does calculate the rates. rateout.m records all rates while you're simulating. This little tool needs to be incorporated as two simple rules in your model (the first as initialAssignment, the second as rate).
- Publisher: Frank Sommerhage
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Tektronix TDS1012B
- License: Shareware
- Price: .price.

MATLAB is a software environment and programming language used to control instruments, make measurements, analyze data, and build test systems. MATLAB supports Tektronix oscilloscopes through the Instrument Control Toolbox. This MATLAB instrument driver is for use with Instrument Control Toolbox V2.
- Publisher: Tektronix Development Team
- Date: 19-06-2013
- Size: 82 KB
- Platform: Scripts, Matlab
- Numerical Methods Using MATLAB, 2e
- License: Shareware
- Price: .price.

This book provides a fundamental introduction to numerical analysis suitable for undergraduate students in mathematics, computer science, physical sciences, and engineering..
- Publisher: John Mathews
- Date: 19-06-2013
- Size: 266 KB
- Platform: Scripts, Matlab
- Multiple Peaks Alignment for Mass Spectrometry
- License: Shareware
- Price: .price.

When a large number of samples is analyzed by mass spectrometry instrument, a common issue is the multiple spectra peaks alignment. In fact, the statistical analysis generally requires a data matrix, easily to import from a file to the software. Furthermore, in a multiple mass spectrometry analyses, this kind of matrix must contains sample IDs as rows and identified features as columns.
- Publisher: Andrea Padoan
- Date: 19-06-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- reading a directory of dicom images
- License: Freeware
- Price: 0.00

Pass the name of the directory which contains the dicom files to the dicomreaddir function to get an ordered list of dicom files. Please see the dicomreaddir_demo for a sample usage. In the main code: dicomreaddir, one can uncomment the line for allowing to use the gui box to select the directory and also can uncomment the line if one wants to use only those files starting with some characters in the directory.
- Publisher: Chetan
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Week numbering
- License: Shareware
- Price: .price.

A function for creating a matrix containing a specified years dates ordered in weeks, ie, row 1 is week 1, row 10 is week 10. There are 7 columns, col1 = Monday, col2 = Tuesday,...col7 = Sunday. A very practical function if you must keep track of weeks and calculations based on weeks.
- Publisher: Peter Lindberg
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Taxonomic Annotation of BLAST Reports
- License: Freeware
- Price: 0.00

This demo illustrates a simple approach to perform taxonomy annotation of BLAST hits. It requires three taxonomy files gi_taxid_prot.dmp, names.dmp and nodes.dmp, which can be downloaded from the NCBI taxonomy FTP site..
- Publisher: Paola Favaretto
- Date: 19-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Fpass
- License: Freeware
- Price: 0.00

Fpass is a (yet another) password generator. By putting together two common words it produces passwords easy to remember, yet difficult to crack. If you mix upper and lower case, and adding numbers will make the password more secure. You can select the lenguage (spanish or english), the maximum length and the first letters (up to 3).
- Publisher: Francisco de Castro
- Date: 19-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Discrete Time Option Pricer for Jump Diffusion Processes
- License: Freeware
- Price: 0.00

To calculate the price the pricer builds a multinomial tree, as described in Amin 1993. For description of the methodology please see; 1. The HTML instructuions in the zip 2. Kaushik I. Amin, 'Jump Diffusion Option Valuation in Discrete Time,' Journal of Finance 48, no.
- Publisher: Nils Delava
- Date: 19-06-2013
- Size: 61 KB
- Platform: Scripts, Matlab
- Learning the Kalman Filter in Simulink
- License: Freeware
- Price: 0.00

The zip file contains a Simulink model, which describes a Gassian process and the Kalman filter. A m-script is provided to show how to use this model from the command window. Two examples taken from the File Exchange are included in the m-file to explain how the Kalman filter works.
- Publisher: Yi Cao
- Date: 19-06-2013
- Size: 82 KB
- Platform: Scripts, Matlab
- Real or Simulated Stock Quote/Trade through MBTrading
- License: Shareware
- Price: .price.

Allows connection to MBTrading for either simulated trading (delayed quotes and fake money) or real trading (real-time quotes and actual funds). Various files for account connection, quotes and orders. So far not very well documented... work in progress.
- Publisher: Dan Rissacher
- Date: 19-06-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- SMDode Spring-Mass-Damper system behavior analysis
- License: Shareware
- Price: .price.

SMDode Spring-Mass-Damper system behavior analysis for given Mass, Damping and Stiffness values. % The system's damper has non-linear properties expressed with D*|u'|*u' % e.g., abs(velocity)*velocity % Solver ode15s is employed; yet, other solvers, viz.
- Publisher: Sulaymon Eshkabilov
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- A baby trading system
- License: Shareware
- Price: .price.

..but build a primitive, stylized automated trading system operated by a fixed-rate timer and handling retrieval, storage and analysis of data; a 'strategy' guides rebalancing the portfolio at each iteration, and basic output is displayed in a front-end GUI.
- Publisher: Dimitri Shvorob
- Date: 19-06-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- Generation of Random Variates
- License: Shareware
- Price: .price.

This code package provides a framework for generating random samples of univariate distribution functions. It has an Excel database that currently lists over 870 distributions, their parameters as well as references to source material. Using a GUI, users can select from any of these discrete or continuous distributions, specify parameter values and specify the number of samples desired.
- Publisher: James Huntley
- Date: 19-06-2013
- Size: 3523 KB
- Platform: Scripts, Matlab
- Fuzzy k-NN
- License: Freeware
- Price: 0.00

Fuzzy k-nearest neighbors classifier that can work with training samples whose label info is fuzzified. The prototype is as follows. [y,predict_class] = f_knn(tr,tr_memberships,te,k) tr: training samples tr_memberships: membership values of traning samples te: testing samples k: k value vector (more than one value is possible) y: output memberships for testing set predict_class: the most likely classes for testing set.
- Publisher: Cuneyt Mertayak
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Dimensionless Quantities
- License: Freeware
- Price: 0.00

Uses the struct in program #27031 to create expressions of Dimensionless Quantities based on user inputs. dimensionless() returns a random dimensionless quantity using a random number of fundamental quantities EXAMPLES: Example 1) dimensionless() (answers are random) Example 2) dimensionless(4,1,[111 77 240 292]) [elementary charge] to the [-2] power [electric constant] to the [1] power [Planck constant] to the [1] power [speed of light in vacuum] to the [1] power Equals 6.
- Publisher: Mike Sheppard
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 16-bits fixed-point PID controller
- License: Freeware
- Price: 0.00

This simulation illustrates the effects of the fixed-point computations on the closed-loop precision for a 16-bits PID controller. The rounding mode, the point where the truncations take place and the format width for the internal variable have a significant action on the closed-loop permanent error.
- Publisher: Gilles
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Forward Kinematics of RA-01 Robotic Arm
- License: Shareware
- Price: .price.

This function finds the forward kinematics of the RA-01 Robotic Arm made by Images SI, Inc., New York. The RA-01 has five degrees of freedom. This function outputs two vectors. The first vector is the forward kinematics of the central position of the end effector, while the second vector is the forward kinematics of a finger of the end effector (a gripper).
- Publisher: Olawale Akinwale
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- B-spline tools
- License: Shareware
- Price: .price.

B-splines is a natural signal representation for continous signals, where many continous-domain operations can be carried out exactly once the B-spline approximation has been done. The B-spline estimation procedure in this toolbox using allpole filters is based on the classic papers by M.
- Publisher: Jan Tore Korneliussen
- Date: 19-06-2013
- Size: 594 KB
- Platform: Scripts, Matlab
- MATLAB Matrix to LaTex table
- License: Shareware
- Price: .price.

The script when run with a matrix as an argument shall create a self-contained LaTex file which shall have the supplied matrix as a simple table. Useful for quickly writing the data into a LaTex document..
- Publisher: Amit Saha
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Global tsunami simulation GUI
- License: Freeware
- Price: 0.00

Global tsunami can be started with asteroid impact or earthquake or thermonuclear bomb. It simulated with 2d wave equation. It is wave equation on sphere surface. Land influence neglected. triangular mesh used. The method is some kind of finite difference method.
- Publisher: Maxim Vedenyov
- Date: 19-06-2013
- Size: 1055 KB
- Platform: Scripts, Matlab
- Autoscroll GUI
- License: Shareware
- Price: .price.

Place all you need in gui screen to main panel, sliders will be set automaticly to proper position. Download 'Autoscroll GUI template'..
- Publisher: Marino Bajcic
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Powersupply EA PSI 900 VCP _USB Control Exsample
- License: Freeware
- Price: 0.00

Using the VCP Driver from FTDI for USB Instrumentconrol.
- Publisher: Klaus SchldoDster
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- powerStudent
- License: Shareware
- Price: .price.

Estimates the approximate statistical power of a performed Student's t test about mean(s). Here, according to Zar (1999) we use the approximation of power by the central cumulative distribution function. It recalls you the statistical result of the test you should have arrived.
- Publisher: Antonio Trujillo-Ortiz
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Neuron counting
- License: Freeware
- Price: 0.00

Matlab GUI for neuron counting frequency filtering to remove background fluorescence Otsu's method for thresholding, with user interaction Original image courtesy of Lan Guo.
- Publisher: TIAN ZHOU
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Angle between two vectors in 3 dimension
- License: Shareware
- Price: .price.

x=[i j k] y=[i j k] now run the function anglevec(x,y) you will get the result as the angle between the two vectors..
- Publisher: Marwan N
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- DC to AC converter
- License: Freeware
- Price: 0.00

In this model i have used H-bridge mosfets for switching, and an inductor as a filter, R and C as a load(C=90% and R=10% which is a piezo actuator).I have used PWM generator to control the switches, in that i have used internal genration of signals. In every condition the model output should be bipolar 150V by using PWM control and if possible help me to implement the effective control loop for this.
- Publisher: Sankar
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab



