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

Listing of Development Tools in Scripts

With this program you can control keyboard and write any string without touching keyboard! I also upload mouse_simulation for controlling mouse without touching it ! It is recommended to combine these file for use it. These programs is good for teaching softwares.

  • Platform: Scripts, Matlab

A MATLAB toolbox for the design of discrete-time H2- and Hinf-optimal preview controllers within a generalised regulator framework. Latest code can be downloaded via subversion. See: http://code.google.com/p/preview-control-toolbox/ The core algorithms were developed during the course of Andrew Hazell's PhD thesis: Discrete-Time Optimal Preview Control.

  • Platform: Scripts, Matlab

This submission defines a class for representing products of matrices (or of any objects that know how to multiply) when it is more efficient to store and manipulate the matrices separately. USAGE: P=ProdCascade({A1,A2,...,An}) This creates an object P representing the matrix product A1*A2*.

  • Publisher: Matt J
  • Date: 10-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

IMWRITE2TIF Write image to tif file with specified datatype. IMWRITE2TIF(IMGDATA,HEADER,IMFILE,DATATYPE)exports IMGDATA with HEADER to TIF file named IMFILE. HEADER is usally obtained by IMFINFO from original image file, and it can also be left empty.

  • Platform: Scripts, Matlab
  • ALLCOMB
  • License: Shareware
  • Price: .price.
  • Rating

B = ALLCOMB(A1,A2,A3,...,AN) returns all combinations of the elements in A1, A2, ..., and AN. B is P-by-N matrix is which P is the product of the number of elements of the N inputs. Empty inputs yields an empty matrix B of size 0-by-N. Note that previous versions (1.

  • Platform: Scripts, Matlab

Input a SAHN tree (e.g. the result of a call to linkage) and the number, n, of clusters into which the SAHN tree is to be partitioned (e.g. by the function cluster). Output is a list of distances where the i'th distance corresponds to cluster i as produced by a call to cluster to produce n clusters.

  • Platform: Scripts, Matlab

Follow along with the article from http://www.informit.com/articles/article.aspx?p=26335 or Chapter 8 of "Digital Communications - Fundamentals and Applications" 2nd Edition by Sklar. This MATLAB code shows how to reproduce some of the figures in that article, a great learning tool for working with Reed Solomon codes.

  • Platform: Scripts, Matlab

This user interface allows a user to load some Affymetrix data in an Excel file and perform some basic operations on it - log transform, log ratio, normalization, noise reduction, filtering, PCA and clustering, in addition to some visualizations like profile plots, boxplots and matrix scatterplots.

  • Platform: Scripts, Matlab

This is a modified version of the visualizevines.m and runcontest.m files that better shows the data. Improvements include: Board # is displayed in title Vine portions are color coded: Good=Green, Bad=Red, Arrow=Start, X=End Moves are color coded: Good=Blue, Bad=Yellow, Source=Circle.

  • Platform: Scripts, Matlab
  • save.m
  • License: Shareware
  • Price: .price.
  • Rating

I have attached the file for continuously saving the image to particular folder. Hi guys this is for saving the image continuously to particular folder. how it's working we are reading the image from one folder it will return file name path name based on that we can easily save the image j is for counting the file name.

  • Platform: Scripts, Matlab

STL to ACIS SAT converter ========================= Adam H. Aitkenhead 31st March 2010 Convert an STL file into an ACIS v4.0 SAT file (Standard ACIS Text), which can be more readily imported into various CAD packages (including Solidworks) as a solid model.

  • Publisher: Adam A
  • Date: 10-06-2013
  • Size: 82 KB
  • Platform: Scripts, Matlab

This is a very user friendly Gram Schmidth Algorithm implemented in MATLAB. I have already submited a file of the same algo,bt this one is bit more flexible than previous. Hope u will find it useful..

  • Publisher: SADAF KHAN
  • Date: 10-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

multiFind serves a similar purpose as find but when looking for multiple elements in an array of numbers. It returns two arrays of numbers. Each row of the two arrays contains the pair of indexes in which the numbers were found in the two arrays Input: array: the array in which you want to find some numbers nums: the numbers you are looking for inside the array varargin: type: type refers to the type of the output.

  • Platform: Scripts, Matlab

examples from book: MATLAB and Simulink, 3e: User's Guide) by Bogumila and Zbigniew Mrozek Author: Bogumila & Zbigniew MROZEK Publisher: Helion.pl 2010.

  • Platform: Scripts, Matlab

The program is writing base on the principle of the PSO algorithm,and it is used to Water quality model calibration. I have modified the program for many times ,and it is the final program I have used to calibrate the parameter oh the streeter-phelps water quality model.

  • Platform: Scripts, Matlab

This book contains a unified approach to robust stability theory under parameter uncertainty. For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1285.jsp..

  • Platform: Scripts, Matlab

Replace your function in the code and the output will be similar to the following Steepest Descent Method ============= Function = -(3*x1+x2+6*x1*x2-2*(x1^2)+2*(x2^2)) Hessian...... [ 4 -6] [ ] [-6 -4] Gradient...... [-3 - 6 x2 + 4 x1] [ ] [-1 - 6 x1 - 4 x2] Eigen Values [ 2*13^(1/2), 0] [ 0, -2*13^(1/2)] f(x0)=5.

  • Platform: Scripts, Matlab

contains 20 coffns for sig 110.

  • Platform: Scripts, Matlab
  • swapping
  • License: Shareware
  • Price: .price.
  • Rating

program showing how to swap two numbers in matlab.

  • Platform: Scripts, Matlab

This gzipped tar achive contains Matlab utilies for manipulaing SIR file format image files. The SIR file format is used by the NASA Scatterometer Climate Record Pathfinder (SCP) project to distribute scientific data. The BYU-MERS "sir" image format was developed by the Brigham Young University (BYU) Microwave Earth Remote Sensing (MERS)research group as part of the NASA Scatterometer Climate Record Pathfinder (SCP) project to store remotely sensed images of the earth used for climate studies, among other purposes.

  • Publisher: David Long
  • Date: 10-06-2013
  • Size: 41 KB
  • Platform: Scripts, Matlab
  • fitgauss
  • License: Shareware
  • Price: .price.
  • Rating

Fits a Gaussian curve to data points. You can specify your initial values for amplitude, mean and standard deviation, or it will guess them..

  • Platform: Scripts, Matlab

reference http://climate.colostate.edu/pub/spi.pdf.

  • Publisher: Taesam Lee
  • Date: 10-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Includes 2 functions to write and read OGG Vorbis files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was made in MATLAB for WINDOWS only.

  • Platform: Scripts, Matlab

HOT is a package originally constructed for combustion modeling in Matlab. It calculates common thermodynamic properties such as enthalpy, specific heat, entropy, internal energy, gamma, ideal gas constant, molecular weight, etc.

  • Platform: Scripts, Matlab

Provides a simple user interface, analysis and graphical display of any 3D -truss problem.

  • Platform: Scripts, Matlab

This script using the Sub-band filtering technique for voice coding and synthetizing the voice with a sine sum multiplied by the sub-band spectral power of the pass-band filters..

  • Platform: Scripts, Matlab

2D prototype to integrate InSPIRE into Radiation Oncology treatment planning. InSPIRE is wiping clean the fields of deformable solids including computing, associated mathematics of deformation theory and optimization, radiation physics/oncology and radiology.

  • Publisher: r c
  • Date: 10-06-2013
  • Size: 973 KB
  • Platform: Scripts, Matlab

% IRAU rationalized arcsine transform % IRAU(RAU,N) transforms the RAU values to the number of correct responses % using the rationalized arcsine transform. N gives the number of repetitions. % % IRAU(RAU,N,opt) defines one of the following options: % 'Pc' .

  • Platform: Scripts, Matlab

we can use any complete set of Eigenkets for basis of our hilbert space we can use |j1,j2,m1,m2> or |j1,j2,j,M> "clmatrix.m is use for building the transformation Matrix |j1,j2,j,M> = <m1,m2,j1,j2|j1,j2,j,M> |j1,j2,m1,m2>.

  • Platform: Scripts, Matlab

This is the starter kit for the Spring 2010 MATLAB Programming Contest, April 28-May 5 2010. For more information see the rules: My Webpage.

  • Platform: Scripts, Matlab

New Downloads

SSuite Office WordGraph

WordGraph is a free and very
useful alternative to
Microsoft\'s Word,
OpenOffice\'s Writer, or
anything else out there ...

UltraBooster for LimeWire

UltraBooster for LimeWire is a
program designed to boost the
download speed of your
Limewire client. It perfectly
...

UltraFileSearch Lite
Portable

File Search Utility which is
able to quickly find Files,
Folders and Text on your
Local, Network, DVD, CD-ROM,
USB Hard ...

UltraFileSearch Lite

File Search Utility which is
able to quickly find Files,
Folders and Text on your
Local, Network, DVD, CD-ROM,
USB Hard ...

ECTkeyboard

ECTKeyboard is a program that
allows individuals with
reduced motor skills to type
text letter by letter. Works
with eye ...

Fayetracker

FayeTRACKER is a replacement
application for the netstat
feature in Windows. It offers
the same functionality as the
...

Privacy Eraser Portable

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

Aktiv Download Manager

Aktiv Download Manager is a
most needed tool for those
looking impatiently for the
next download. The application
is ...

BlueFox Free PDF Convert
Master

lueFox Free PDF Convert Master
is an all-round free PDF
converter that can convert PDF
to other formats like Word,
Excel, ...

Free Morphing

Free Morphing creates a
sequence of frames which are
the transformation of the
source image to target image,
giving the ...