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

Listing of Development Tools in Scripts

ArtToColormap was written to improve visual communication of scientific data. ArtToColormap.m - build a color map or manage existing ones. getCMap.m - apply colors to a chart. "What palette of colors should we choose to represent and illuminate information? A grand strategy is to use colors found in nature, especially those on the lighter side, such as blues, yellows, and grays of sky and shadow.

  • Platform: Scripts, Matlab

The file drawpdb.m is about 40 lines of code that makes a simple compact viewer of small molecules. A number of .pdb files are also included..

  • Platform: Scripts, Matlab

Useful program if you don't have a scanner or need to scan quickly a lot of pages. It detects the page on the picture, make it rectangular, cut the borders and enhance the contrast. Function parameters are the input picture filename and output filename.

  • Platform: Scripts, Matlab

This book presents a control engineering methodology that, while based on mathematical fundamentals, stresses physical system modeling and practical control system design with realistic system specifications..

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

Finds the adjoint of a matrix of any size. This code was tested under the student edition of matlab version 5.0. Note: This also appears to work under MATLAB 5.2.1.

  • Platform: Scripts, Matlab

There are many ways to find and keep track of the authors of the files you love. This video was created by Matthew Oliphant..

  • Publisher: Helen Chen
  • Date: 09-06-2013
  • Size: 11264 KB
  • Platform: Scripts, Matlab

The m-file provides a tool to calculate the Bhattacharyya Distance Measure (BDM) between two classes of normal distributed data. The BDM is widely used in Pattern Recognition as a criterion for Feature Selection. Directly calculation may result in divide by zero error due to possible (near) singularity of cov(X1)*cov(X2).

  • Publisher: Yi Cao
  • Date: 09-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This function will return true if the first input structure contains the field in the second input string and in turn that field has the field given in the third input string and so on. This allows A.b.c = 2; to be checked as: isfieldRecursive(A,'b','c') ans = 1 Which would return false if either b is not a field of A or c is not a field of a.

  • Platform: Scripts, Matlab

It takes parts of incoming vector that above threshold and return cell array of parts..

  • Platform: Scripts, Matlab

This is the starter kit for the Spring 2011 MATLAB Programming Contest, April 13 - 20, 2011. For more information see the rules: http://www.mathworks.com/matlabcentral/con...ntests/32/rules.

  • Platform: Scripts, Matlab

This function MESH2TETRA converts a triangulated surface mesh into a tetrahedron volume mesh. Main advantage above existing constrained 3D Delaunay is that it will never add new boundary points, (useful for active appearance models) Disadvantage, some highly non-convex surface-shapes cannot be converted.

  • Platform: Scripts, Matlab

This files generates a html file with the names of the files and their emplacement when they are existing in different locations. You can configure any number of drives and any extension for the files you would like to find. This program is not optimized because I don't have the time to improve it right now.

  • Platform: Scripts, Matlab

MatNanny is a simple function which publishes a data structure as html and an RSS feed when called. This allows for convenient remote checking on the progress of models or other computations which have been left running while away from the office. I recommend using free webspace on xthost.

  • Publisher: Nick Clark
  • Date: 09-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Youtube Links :- <!--dp_youtube_begin:http://www.youtube.com/watch?v=pgiFFeEPH1E--><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/pgiFFeEPH1E&hl=ru&fs=1"></param><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.

  • Platform: Scripts, Matlab

Simple Sinusoidal wave is taken and AM(DSBSC) modulated de-modulated..

  • Platform: Scripts, Matlab

Back in college, I was taught how to play this little math game by a Chinese friend of mine. She told me that they used to play this game quite regularly as kids. As a group of four, we would each plunk down a randomly generated card to have four numbers that may be manipulated in any way using +, *, -, or doTE.

  • Publisher: Raj Sodhi
  • Date: 09-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

main+function to create a Derenzo phantom for Gate v6.1 PET/SPECT simulations Derenzo.m : extracts centroids and radii of the circles that make up the Derenzo phantom (needs derenzo.png to work) derenzo_main.m : example of application; gives as output a .

  • Publisher: Anna
  • Date: 09-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This is a set of codes which allows the user to read and write FORTRAN namelist files. The readme.m file explains how to use these files..

  • Platform: Scripts, Matlab

In the Obrien's test to check out the homogeneity of variances the data are transforming to yij = ((nj-1.5)*nj*((xij-mean(xj))**2)-((0.5)*(var(xj))*(nj-1)))/((nj-1)*(nj-2)) and uses the F distribution performing an one-way ANOVA using y as the dependent variable.

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

A suite consisting of two functions that interpolate thermodynamical properties of air between 100-2500 K. Lookup tables given as .mat-files. Vectors of temperatures and properties are accepted..

  • Platform: Scripts, Matlab

Draws a trendline or a line on a plot using the mouse. First left click leaves a red dot, second left click connect the dots. Returns the XY pairs making the lines in the XY vector..

  • Platform: Scripts, Matlab

Outputs L(x) where x is a vector or scalar. L(0) explicitly set to 0..

  • Platform: Scripts, Matlab

process from the Book of Smith, Corripio - Automatic Process Control Content: + m-file linearization of nonlinear model + m-file definition of the nonlinear model + simulink models for the simulation of the process.

  • Platform: Scripts, Matlab

DCT exchange for jpeg file.

  • Publisher: songcen xu
  • Date: 08-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Random numbers (positive as well as negative) can be generated. Occurrence of each number generated is equally likely. For example, if you want to generate integers from 2 to 21, the numbers from 2 to 21 will be generated with equal chance of occurrence.

  • Platform: Scripts, Matlab

Programming arbitrary waveforms through GPIB with the Agilent 33250A is extremely tedious. This software allows the automatic generation of arbitrary waveforms by providing a list of voltage levels and a list of durations at each level. Code is written to create the waveform on the 33250A, trigger it, and capture the waveform on the Agilent 81304B scope.

  • Platform: Scripts, Matlab

You can change the values of the parameters to investigate their effects on the SNR..

  • Publisher: Ethan Png
  • Date: 08-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Conversion routines to take a surface (a function z of (x,y) or (theta,r)) and convert this into a solid; much as meshz does, but a little more useful for outputting as an STL for frabrication in a 3D printer. There are two cases, one in Cartesian co-ordinates, and the other in polar co-ordinates.

  • Platform: Scripts, Matlab

General DS-CDMA transmitter and receiver simulation In this zip file, there are three files; the main program (cdma_assignment) which is the simulation of any number of users and any number of bits for each user. The second and third files are the functions used in the main file, they are cdmat.

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

DParser is an simple but powerful tool for parsing. You can specify the form of the text to be parsed using a combination of regular expressions and grammar productions. Because of the parsing technique (technically a scannerless GLR parser based on the Tomita algorithm) there are no restrictions.

  • Platform: Scripts, C and C plus plus

New Downloads

Screen Recorder Pro

More than a simple screen
recorder, Gitashare Screen
Recorder Pro helps you create
professional videos easily.
Use ...

Efficient Calendar Free

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

Visual SEO Studio

A desktop SEO Audit Tool, a
Visual approach to make SEO
tasks quick and easy. Crawl,
Spot on-site issues at a
glance, ...

Dynamsoft Barcode Reader
SDK

Dynamsoft Barcode Reader SDK
is a browser-based barcode
library; enables getting 1D
and 2D barcode info from
scanned ...

ECTkeyboard

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

Ink

Ink is a lite application
developed for rapid and secure
CD/DVD recording. Among the
features it offers users there
are ...

Privacy Eraser Portable

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

Leawo PowerPoint to Video
Free

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

Forgotten Space

In the game Forgotten Space,
crazy flights in spaceships of
the future are in store for
you. Many high-profile
shootings ...

PCMate Free File Encryptor

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