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

Listing of Development Tools in Scripts

Bouncy Ball Clock uses four chambers of bouncing balls to represent the time. The upper-left hand chamber contains the same number of balls as the hour. The upper-right hand chamber contains the same number of balls as the minutes past the hour. The lower-left hand chamber has the same number of balls as the seconds past the minute.

  • Publisher: Brian Cody
  • Date: 03-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow. This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more.

  • Platform: Scripts, Matlab

Demo files from March 10, 2011 webinar titled 'Mathematical Modeling with MATLAB Products'. The first demo features a drug interaction example where MATLAB's surface fitting capabilities are used to model anesthetic response based on opioid and sedative concentrations.

  • Platform: Scripts, Matlab

It is motivated by Gianluca Dorini's isParetoSetMember program. The new m-file version is much faster than the C version because of the more elegant algorithm. The efficiency is significantly improved in version 3. By implementing a new sorting scheme and recoding to reduce overhead, the code is even faster than the mex version, paretomember, where sorting is not adopted.

  • Publisher: Yi Cao
  • Date: 03-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

The goal of this demo is to establish a general template for simulating and animating simple assembly lines. In this example, we have two conveyor belts that have motions perpendicular to each other. Furthermore, a package needs to be mounted onto the conveyors and transferred across them as well by three gantries.

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

Calculates Haralick Feature f1 to f13 according to his paper from 1979 - for GLCM calculation use Matlab function 'graycomatrix' - code was verified with another available (but slower) code - notice this is my very first file exchange.

  • Publisher: Stefan
  • Date: 03-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This submission contains an implementation of the modal substructuring approach described in Chapter 9 of Ginsberg, 'Mechanical and Structural Vibrations,' Wiley, 2001. The well known Craig-Bampton component mode synthesis method is a special case of the approach implemented here.

  • Publisher: Matt Allen
  • Date: 03-05-2013
  • Size: 430 KB
  • Platform: Scripts, Matlab

maxNumCompThreads returns the number of available CPU cores, works with Windows, Linux, OpenBSD and MAC-OS, using a c-coded mex-file. N = maxNumCompThreads() Replacement of the original "Matlab maxNumCompThreads" which will be removed in a future release.

  • Platform: Scripts, Matlab

Very easy function to use that helps statisticians solve all kinds of problems. The function does not need the Statistics Toolbox. I have included the BINOMIND function which this one calls but you can download it separately if you like. I uploaded it to MATLAB Central as well.

  • Publisher: Bruce
  • Date: 03-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This function was created as the function getframe() does not capture the data in the required size. This function lets you specify the font size, weight and several other things. * To change of background/font color open the file and make changes at appropriate places, as it is, it puts black text on white background.

  • Publisher: Aniket
  • Date: 03-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

When the pivot of simple pendulum is excited periodically in vertical direction, it gives Mathieu equation. Numerical and phase plane analysis of Mathieu equation is done using ODE45. Stability, instability of the parametric oscillator is discussed. Stability chart for the MAthieu equation is given.

  • Platform: Scripts, Matlab

It is tool to produce radiation pattern for following antenna arrays in 3 dimensions: 1. Broadside 2. Endfire 3. Binomial Run .m file and enter the no. of elements and distance between elements to produce radiation pattern Maximizing figure window and using rotate tool might help to analyze radiation pattern in detail Optimization of code has been done as a matter of practice.

  • Platform: Scripts, Matlab

This function extends the factor analysis tool box function factoran. Once you have produced a factor analysis you then may want work out what the explained, and unexplained parts of the data were- in real world space, rather than some transformed space.

  • Platform: Scripts, Matlab

This file contains a 2 x 495 array, which can be read directly using the MatLab "csvread" command. Let Z = standardized test statistic CDF(Z) = cummulative distbtn function at Z then Z = array elements in (1,:) =[-3.9 : 0.01 : 2.49] CDF(Z) = array elements in (2,:) which goes from 0.

  • Platform: Scripts, Matlab

for personal use only. 1: the interest rate structure calculation and rules. 2: the interest rate model, used frequently in real world..

  • Publisher: Jin Long
  • Date: 03-05-2013
  • Size: 1147 KB
  • Platform: Scripts, Matlab

The m-file called routh_sc that means ROUTH stability criterion works which a vector which represent the values of the characteristic coefficients equation of denominator in transfer function of a system. It is small program with an efficacy algorithm respects the steps mentioned in the method and displays the table as a matrix (but only with version 6.

  • Platform: Scripts, Matlab

Simulate a time dependent solution of Schrodinger's equation and calculate energy spectrum of a 1D finite square well using split-operator method. Reference: M. D. Feit, J. A. Fleck, Jr., and A. Steiger, "Solution of the Schrodinger Equation by a Spectral Method", Journal of Computational Physics 47, 412-433 (1982).

  • Platform: Scripts, Matlab

Algorithm that implements 'Evolution Strategies' (ES) ('mu-lambda' and 'mu+lambda' variants). This function uses ES to optimize a function f(x_1,...,x_n). There are a set of 55 test functions to check the effectiveness of the algorithm when optimizing functions.

  • Platform: Scripts, Matlab

Git is a powerful versioning tool that is compatible with Matlab. Sometimes it is useful to annotate data or figures with information about the current git repository. This script gets the current git repository branch name and SHA1 hash. It also gets URL of the repositories corresponding remote repository.

  • Publisher: Andrew
  • Date: 03-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Given wavelength, temperature, pressure, humidity and CO2 concentration, uses algorithms described in http://emtoolbox.nist.gov/Main/Main.asp to compute the real part of the refractive index of air. Valid for visible wavelengths and most surface-level conditions.

  • Publisher: John Smith
  • Date: 03-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

%test script %clears workspace clearvars; %generate a complex 3-D variable D=rand(2,3,4)+j*rand(2,3,4); %create basic ENVI header info about a Matlab variable info=enviinfo(D); %write the variable and the associated header info in a pair of binary/header ENVI files enviwrite(D,info,'a.

  • Platform: Scripts, Matlab

Two functions to find the value and position of the first min and max in a 2D matrix.

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

Suppose p is an odd prime, ord(a) = p-1 GCD(x, p) = 1 N is an integer >= 2 Then y = logmod(x, a, p, N) Returns y such that a^y = x (mod p^N) Example Let x= vpi(154), a = vpi(7), p = vpi(17), N = vpi(37) y = logmod(x, a, p, N) returns y = 2088349219044680767324467844670001776975183904.

  • Platform: Scripts, Matlab

This project deals with an autonomous mobile robot guided by a vision system for sorting objects based on their color. The system has autonomous mode, assistive mode and manual mode. In the autonomous mode the robot and the vision system (an overhead mounted webcam) will work in unison to identify various objects (balls) and escort them to their respective home positions based on their color(by capturing the balls with a gripper).

  • Platform: Scripts, Matlab

1. THINK OF A NUMBER BETWEEN 1 TO 63. 2. CPU SHOWS SOME TABLES WHERE U NEED TO TELL WHEATHER UR NUMBER IS THERE OR NOT. 3. FINALLY CPU IDENTIFIES UR NUMBER.

  • Platform: Scripts, Matlab

u can enter any no. of bits and it will modulate with two frequencies and correspondingly it will demodulate the same signal after addition of awgn with desired snr ratio.

  • Platform: Scripts, Matlab

closed loop buck converter.

  • Platform: Scripts, Matlab

printing plots with wide lines as png does not look pretty. These are the commands that I use now after some discussion at answers. see discussion at: http://www.mathworks.com/matlabcentral/ans...reat-linewidths.

  • Publisher: Clemens
  • Date: 03-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

slicing image with background using 2 threshold values.

  • Platform: Scripts, Matlab

Faces detection toolbox v 0.2 ----------------------------- This toolbox provides some tools for faces detection/classification using Local Binary Patterns (and some variants) and Haar features. Face detection is performed by evaluating over multi-scans windows trained models with boosting approach (such Adaboosting, FastAdaboosting and Gentleboosting) or with Fast SVM solvers.

  • Platform: Scripts, Matlab

New Downloads

Free Hexagons Game

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

Free OCR to Word

Free OCR to Word creates
editable and searchable MS
Word or Text files from any
image or scanned document
within few ...

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

Fayetracker

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

Donar MP3 Recorder

Donar MP3 Recorder is a
flexible sound recorder tool
designed to capture any sound
in real-time that goes through
your PC ...

Privacy Eraser Portable

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

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