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

Listing of Development Tools in Scripts

This small program simulates ballistic deposition for surface growth.

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

Quickly reads in high-data rate data from *.sn1, *.sn2, *.mp1, *.mp2, *.iod and *.ion (UNAVCO COMPACT) files produced from dual-frequency gps data. The data is graphically represented with imagesc. The functionality is similar to TEQCPLOT. However, no graphical functions rely on toolboxes the user may or may not have.

  • Platform: Scripts, Matlab

nothing interesting.. just displays a happy face using .m file.

  • Platform: Scripts, Matlab

findMIS is an heuristic algorithm for solving Maximum Independent Set problem (MIS). An independent set of a graph is a subset of vertices in which no two vertices are adjacent. Given a set of vertices, the maximum independent set problem calls for finding the independent set of maximum cardinality.

  • Platform: Scripts, Matlab

First set the parameters in the first code cell. Then add the folder to your Matlab path and from now on you can enjoy CoffeeRoulette. Credits for json2mat and json2mat go to Jonas Almeida http://code.google.com/p/json4mat/.

  • Platform: Scripts, Matlab

Offering many more possibilities than Matlab's built-in matrix display functions, displaytable prints out a space-saving, legible N-dimensional table of numeric data including: * dimension (row and column) labels and headings * specified cell spacing and precision * display dimensions in any order by specifying an output permutation! * NEW: highlight cells with any colors you want, using the cprintf function (also on Matlab Central)! Note: cprintf relies on undocumented Matlab features.

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

Plots edge connections and edge based data. Optionally triangularization data can be provided to allow surface shading. This product was motivated by the need to plot results of electromagnetic simulation code in matlab. These codes store data based on mesh edges.

  • Publisher: Victor
  • Date: 24-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

The library has been created as a part of a master's thesis (supervisor Jerzy Brzozka, Ph. D. Eng.) on simulation models of marine automatics elements by a student of Maritime University in Szczecin. It contains 35 fully configurable models useful for design and simulation of onboard control systems.

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

The Real Time Toolbox for Matlab interfaces Matlab to external world. It provides the means for signal analysis and process control directly from the Matlab environment. The base RT Toolbox has no Simulink interface, just Matlab. You can do data acquisition to Matlab and write controllers in Matlab language.

  • Publisher: Jan Houska
  • Date: 24-06-2013
  • Size: 1853 KB
  • Platform: Scripts, Matlab

This package includes a Simulink model of the evaportaor described by Newell and Lee (1989) together with a gradient control system which achieves self-optimizing operation in terms of minimizing the operation cost. The work has been published in International Journal of Automation and Computing, Vol.

  • Publisher: Yi Cao
  • Date: 24-06-2013
  • Size: 266 KB
  • Platform: Scripts, Matlab

This simple m-file plots the Soft Handover probability as a function of the Soft Handover Threshold value used in the UTRA Soft Handover Algorithm. The relationship has been dertived by taking the ratio between the Cell area where Soft Handovers are enabled and the total Cell area.

  • Publisher: Asad Khan
  • Date: 24-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

SimPowerSystems(SPS) and Simscape are used to calculate losses in a 3-phase, 3-level inverter. From a +/- 1800 volts DC source, a 400-kW, 3-phase 3-level inverter delivers variable power to a distribution power system. The inverter output is connected to the 25-kV, 40 MVA, 50-Hz system through a 2200 V / 25 kV transformer.

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

These routines assist in the manipulation of matrices with same shape but different content. For example, performing the product A*b is trivial for matrix A and vector b, but what would you do if you had several such products to form? Examples abound: rotations, Jacobians, covariances, etc.

  • Platform: Scripts, Matlab

[S,E] = XLS2STRUCT(FILE) reads the Excel-file FILE and converts the columns into separate fields in the structure S. The first line of the file must contain unique headers for all of the columns, the rest of the file is data. Column names can contain spaces, these are converted to underscores in order to obtain proper variable names.

  • Publisher: Andreas
  • Date: 24-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

The file demonstrates interfacing Java with Matlab by using weka (Machine learning software, written in JAVA) as an example..

  • Platform: Scripts, Matlab

RLS is one of the great adaptive filter algorithms. In this file ,an experiment is made to identify a linear noisy system with the help of RLS algorithm. The weights of the estimated system is nearly identical with the real one.A reference is used to write the algorithm.

  • Platform: Scripts, Matlab

Play chess against "Greedy Edi". Get started... 1. extract zip file 2. change current directory to the new "chess" directory 3. Run "Chess" (optionally for text figures run Chess(2)) Some help ... a) How to move the chess figures ... 1. Position the mouse over the figure you like to move 2.

  • Platform: Scripts, Matlab

convesion_gui is a small MATLAB GUI to converts any number in base (2-36) to another base (2-36). It also supports floating-point numbers..

  • Platform: Scripts, Matlab

The priors may be: Litterman random walk plus drift prior; Raynauld-Simonato seasonal random walk plus drift prior or Canova prior: seasonal and non-seasonal unit roots via stochastic constraints + Litterman prior. Combination is achieved using Theil-Goldberger mixed estimation.

  • Platform: Scripts, Matlab

Usage: H = paleyI(N); N: order of the Hadamard matrix to be computed (integer) H: returns the computed Hadamard matrix or returns 0 if an error occurred (invalid matrix order or incorrect H-matrix) H-matrices of Paley type I are defined for orders N = 4m = p+1 (m=1,2,3,.

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

Using lexical order on the set {1, 2, ..., N}, outputs the next permutation of the ordered tuple x. You have exhausted the list when All(nextperm(x,N) == x) is TRUE. For example nextperm([1 5 4], 5) returns [2 1 3] nextperm([2 1 3], 5) returns [2 1 4] nextperm([5 4 3], 5) returns [5 4 3].

  • Platform: Scripts, Matlab

This function detects and locates the time points of action potentials in a trace of membrane potential as a function of time in a neuron. The trace should represent a current clamp recording from a neuron. Input: "trace" is the membrane voltage array of the neuron "threshold" is the factor times the maximum membrane potential (peak of spike) This "threshold" factor should be between 0 and 1 and the default value is 0.

  • Platform: Scripts, Matlab

This code finds and plots the Pareto front of the following problem: Find the smallest circle to enclose the largest no. of stars in a the following* space of stars. *a space filled with a randomly positioned stars, so you will not get the same results for two different runs.

  • Platform: Scripts, Matlab

The Hausdorff Distance is a mathematical construct to measure the "closeness" of two sets of points that are subsets of a metric space. Such a measure may be used to assign a scalar score to the similarity between two trajectories, data clouds or any sets of points.

  • Platform: Scripts, Matlab

Inversion of Laplace transforms is a very important procedure used in solution of complex linear systems. The function f(t)=INVLAP(F(s)) offers a simple, effective and reasonably accurate way to achieve the result. It is based on the paper: J. Valsa and L.

  • Publisher: Juraj
  • Date: 24-06-2013
  • Size: 20 KB
  • Platform: Scripts, Matlab

Mollio is a simple set of html/css templates. The aim was to create a set of page templates that use css for layout as well as some sample basic content which has also had some css applied. It's definitely a work in progress. More sample content and layouts are planned to be added.

  • Platform: Scripts, JavaScript

It calculates perfect even #'s with 2^(p-1)*(2^p - 1) where p and (2^p - 1) %are prime. A subsequent run yields a faster run-time. The code is fully %vectorized and hence cleaner than previous versions of the function. %NB: if (2^p - 1) is a Mersenne prime then a perfect number has been found.

  • Publisher: Bruce
  • Date: 24-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • ilu
  • License: Shareware
  • Price: .price.
  • Rating

This is a mex file which conects Saad's ILU to MATLAB. The ILU0 is 100 times faster than the built in function! The dll files work on MATLAB 5 version only. Works for real arithmetics..

  • Platform: Scripts, Matlab

The tool makes some of MATLAB's plotting and analysing functions available by a GUI Purpose --------------------------------- MATLAB offers a huge variety of plotting and visualizing tools. This toolbox tries to make some of these function available by a graphical user interface (GUI).

  • Platform: Scripts, Matlab

This file adapt a state of art structure 'disjoint set' to label objects in an binary 2D image. Which have similar effect as the matlab function 'bwlabel' in case of 8-connected objects. %please run the following commands to duplicate the screen shot: mex vcBwlable.

  • Publisher: Su Dongcai
  • Date: 24-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

New Downloads

WebSite X5 FREE 11

WebSite X5 FREE is the easiest
software to turn your website
dreams into reality. It
includes the latest
state-of-the-art ...

Photostage Free Mac
Slideshow Software

Free software to create a
slideshow from your digital
photos on your Mac and add
video clips, music and more.
Easily drag ...

Free Hexagons Game

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

UltraFileSearch Lite

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

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

Smart Defrag

Smart Defrag 4 guarantees you
maximum Hard Drive performance
& highest data access
speed.

PayPunch Lite

PayPunch is a Biometric Time
Clock & Attendance
tracking system that replaces
the typical time clock used to
track ...

Azureus Ultra Accelerator

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

Free Morphing

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

Free File Encrypter

Free file encryptor is
designed to encrypt files of
any types like audio, video,
text, images, EXE programs,
etc. in few ...