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

Listing of Development Tools in Scripts

This creates a new figure containing subplots of other currently open figures including all non-colorbar axes in the figure (i.e. including subplots). example: i have figures 12 15 18 open. and I want a montage with 12 and 15 on the first line and 18 on the next.

  • Platform: Scripts, Matlab

The provided functions demonstrate a histogram-based measure for class separability, given the samples from two classes (binary classification problem). The proposed error classification estimation method is described in (B) and it is based on estimating the pdf of each class using histograms.

  • Platform: Scripts, Matlab

Functions for the import of TwinCAT Scope View data into MATLAB. Two functions for the import of TwinCAT Scope View data into MATLAB and for reformating the data in order to be able to perform mathematical operations between different measurement channels, if necessary.

  • Platform: Scripts, Matlab

The models demonstrated here are derived from measured data corresponding to macro cellular environments with path distances ranging from 1 km to over 10 km. The Hata and Lee models are the most commonly used models for signal prediction in urban areas.

  • Platform: Scripts, Matlab

[DIMENSION STANDARD_DEV] = fractalvol(DATA) calculates the fractal dimension of the 1 dimensional random walk, DATA. DATA is assumed to be a function of its indices. Finds fractal volatility by embedding in the unit square and box counting. Y axis will be rescaled values of DATA, x axis is (1:length(DATA))/length(DATA).

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

A novel multiple-input multiple-output (MIMO) transmission scheme, called space-time block coded spatial modulation (STBC-SM), is proposed. It combines spatial modulation (SM) and space-time block coding (STBC) to take advantage of the benefits of both while avoiding their drawbacks.

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

This implementation includes modules for very fast loading and saving of n-dimensional, possibly colored and bulky point clouds. The proposed functions can also be used to load and save matrices in ASCII format. USAGE ------- cload -------> loads point clouds from ASCII-files.

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

This function shows the orientation of the provided axes plot in the lower left corner. This way the orientation can still be seen when the axis are disabled. At the moment the code is not very advanced. But it might still be usefull to some people. example: f = figure('Color',[0.

  • Platform: Scripts, Matlab

An assortment of diffusion based image filtering methods: 1. Linear Diffusion Filtering using heat equations - solved using both implicit and explicit Euler methods. 2. Edge Enhancing Linear Anisotropic Diffusion Filtering. 3. Edge Enhancing Non-linear Anisotropic Diffusion Filtering.

  • Platform: Scripts, Matlab

Calculate windowed mutual information between two signals up to a pre-defined lag. The estimation of the (joint) probabilities is optimized, hence, entire computation is very fast..

  • Platform: Scripts, Matlab

In addition to device drivers, the xPC Target Driver Authoring tool, xpcdrivertool, can also be used to create utility functions. This example describes how to use xpcdrivertool to create a time delay block..

  • Publisher: Doug Jones
  • Date: 06-06-2013
  • Size: 328 KB
  • Platform: Scripts, Matlab
  • RMAOV1MS
  • License: Shareware
  • Price: .price.
  • Rating

This m-file deals with repeated measurements at t time points obtained from s groups of subjects or multiple samples. With or without same size. The simplest model is: x_hij = m + g_h +t_j + (gt)_hj + p_i(h) + e_hij where: x_hij = response at time j from the ith subject in group h; m = overall mean; g_h = fixed effect of group h; t_j = fixed effect of time j; (gt)_hj = fixed effect for the interaction of the hth group with the jth time; p_i(h) = random effects for the ith subject in the hth group, and e_hij = independent random error terms.

  • Platform: Scripts, Matlab

A single phase cyclcoconverter is designed with center tapped transformer.By giving the proper input command, the output voltage and frequency can be controlled..

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

libquantum is a C library for the simulation of a quantum computer. Based on the principles of quantum mechanics, it provides an implementation of a quantum register. Basic operations for register manipulation such as the Hadamard gate or the Controlled-NOT gate are available through an easy-to-use interface.

  • Platform: Scripts, C and C plus plus

This program finds an interval where the chosen function has a zero. Tolerance and the maximum iterations number can be set. The user has also the option to display the graph representation of the function on the determined zero interval. It is only working for functions whose zero is accompanied by a sign change.

  • Platform: Scripts, Matlab

displays a struct's contents in a clear way... STRUCT2TABLE(S) displays a table with the field names in the headline and one row for each struct element: # [field name 1] [field name 2] ... dldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldcdldc 1 S(1).

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

A simple pseudo-class (using function handles and nested functions) representing a counter in an arbitrary base. Useful e.g. for enumerating numbers in certain base. c = CounterInBase(3) Creates a new counter with base 3 and resets its state to 0. c.

  • Platform: Scripts, Matlab

The provided MEX file uses process.h library so it will work only on windows machines. For other platforms please use pthread library..

  • Platform: Scripts, Matlab

The model simulates two boost converters in close loop..

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

Open the Universal Bridge dialog box and notice that in order to obtain a four-diode bridge configuration, the Power electronic devices field has been set to 'Diodes' and that the number of arms has been set to 2. Also, observe that the Measurements field has been set to 'Device currents', thus allowing measurement of diode currents through the Multimeter block.

  • Publisher: abhishek
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

CON2VERT - convert a convex set of constraint inequalities into the set of vertices at the intersections of those inequalities;i.e., solve the "vertex enumeration" problem. V = con2vert(A,b) Converts the polytope (convex polygon, polyhedron, etc.) defined by the system of inequalities A*x <= b into a list of vertices V.

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

given parameters, the files calculates the transfer function.

  • Publisher: Raola ra
  • Date: 05-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Build MPS matrix string that contains linear programming problem: Minimizing (for x in R^n): f(x) = cost'*x, subject to A*x <= b (LE) Aeq*x = beq (EQ) L <= x <= U (BD). Only single rhs (b and beq) is supported. The MPS file format was introduced for an IBM program, but has also been accepted by most subsequent linear programming codes.

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

G = VECGCD(V) is the greatest common divisor of the elements of the integer vector V. V must be a row or a column vector of integers.We define gcd([]) = 1 and gcd([0 0 ... 0]) = 0. I believe that this routine is faster than recursively computing GCDs and the algorithm is simple enough to be used for pencil and paper calculations.

  • Platform: Scripts, Matlab

This package is created with the highly appreciated theoretical help and under the supervision of Prof. DSc. Ketty Peeva. Theoretical results and methods can be found in: 1. B. De Baets, Analytical solution methods for fuzzy relational equations, in the series: Fundamentals of Fuzzy Sets, The Handbooks of Fuzzy Sets Series, D.

  • Platform: Scripts, Matlab

Test in WINXP (Working) on MATLAB2008. NOT WORKING in WIN7..

  • Platform: Scripts, Matlab

These files are subroutines for importing and exporting files in the file format used by the Internet Site for European Strong-Motion Data (http://www.isesd.cv.ic.ac.uk). Raw_in imports uncorrected acceleration time-histories in ISESD format, Raw_out exports uncorrected acceleration time-histories in ISESD format, Cor_in imports corrected acceleration and velocity time-histories in ISESD format, Cor_out exports corrected acceleration and velocity time-histories in ISESD format, Spc_in imports response spectra in ISESD format and Spc_out exports response spectra in ISESD format.

  • Platform: Scripts, Matlab

This is a robust and accurate circle fit. It works well even if data points are observed only within a small arc. This circle fit was proposed by V. Pratt in article "Direct least-squares fitting of algebraic surfaces", Computer Graphics, Vol. 21, pages 145-152 (1987).

  • Platform: Scripts, Matlab

The function The LMFnlsq.m serves for finding optimal solution of an overdetermined system of nonlinear equations in the least-squares sense. The standard Levenberg- Marquardt algorithm was modified by Fletcher and coded in FORTRAN many years ago (see the Reference).

  • Platform: Scripts, Matlab

Introduction to digital image processing Part 1 (narration in Spanish).

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

Screen Recorder Pro

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

UltraBooster for LimeWire

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

Efficient Calendar Free

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

Bytescout BarCode Generator

BarCode Generator is able to
generate and export barcode to
image (PNG, JPG, TIFF).
Types: Codabar, Code 39, GS1,
Code ...

ChrisPC Free Video
Converter

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

CinemaDrape

CinemaDrape helps you focus on
your current task on the
screen (such as a video in a
web page, a photo or a
document ...

Azureus Ultra Accelerator

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

Aktiv Download Manager

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

Falco American Pool

Try to run the table with this
stunning 3D billiards
simulation.