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

Listing of Development Tools in Scripts

  • Bisection
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

If you need to run a loop that wait for a keyboard press..

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

This book provides a fundamental introduction to numerical analysis suitable for undergraduate students in mathematics, computer science, physical sciences, and engineering..

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

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.

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, Matlab
  • Fpass
  • License: Freeware
  • Price: 0.00
  • Rating

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, Matlab

Place all you need in gui screen to main panel, sliders will be set automaticly to proper position. Download 'Autoscroll GUI template'..

  • Platform: Scripts, Matlab

Using the VCP Driver from FTDI for USB Instrumentconrol.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

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

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

New Downloads

DocuFreezer

DocuFreezer is the software
for batch converting different
document types. DocuFreezer
document conversion algorithms
...

Foxit Reader

Small, fast, and feature rich
PDF viewer which allows you to
open, view, and print any PDF
file. Unlike other free ...

Free Hexagons Game

Free Hangman Game is a smal
popular word guessing game
where have to guess the word
by picking the letter.

Efficient Calendar Free

Efficient Calendar Free is an
elegant scheduler, planner and
reminder. Begin to use
Efficient Calendar Free now to
help ...

ChrisPC Free Video
Converter

ChrisPC Free Video Converter
is an amazing software ready
to convert your family videos,
preferred movies or downloaded
...

Privacy Eraser Portable

Privacy Eraser is an
all-in-one privacy suite that
protects your privacy by
cleaning up all your Internet
history tracks ...

Azureus Ultra Accelerator

Azureus Ultra Accelerator is a
program designed to boost
Azureus downloads. These
practical and professional
plug-in ...

Avetix Antivirus Free

Avetix Antivirus Free, is a
best solution for protecting
from all types of threats:
Virus, Worm, Adware, Dropper,
Trojan, ...

Leawo PowerPoint to Video
Free

Leawo PowerPoint to Video Free
is a totally free yet clean
converter PowerPoint to video
with all animations and ...

PCMate Free File Encryptor

PCMate Free File Encryptor is
a security software product
that helps lock your important
files from prying eyes with
...