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

Listing of Development Tools in Scripts

This function will summarize a 1-D vector of data (i.e. 1 column) based on what the user specifies as the statistic (e.g. mean, sum, etc.). It uses no loops, so it is extremely fast. However, it will use up memory as a result. I've included memory checks such that if you do not have enough memory, it will perform the moving summary using loops.

  • Platform: Scripts, Matlab

The toolkit accompanies the book A Pragmatic Introduction to the Finite Element Method for Thermal and Stress Analysis published (2007) by the World Scientific Publishing Co. The toolkit and earlier versions of the book are distributed as open-source from http://hogwarts.

  • Publisher: Petr Krysl
  • Date: 16-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Ensemble itself is written in ML and will run on any platform that supports Objective Caml and sockets, including Windows, SunOS4, Solaris, Linux and RS6000-AIX. Included in the toolkit is a library of protocols which can be used to build distributed applications.

  • Platform: Scripts, C and C plus plus

It can help build a LFN-aware application. IO95 compiles under: Borland C v5.2 and Turbo C v2.01. Here are some key features of "IO95": * POSIX.1 compatible opendir() functions, * DOS semistandard findfirst(), * open() (from ), * fopen() (from ), * mk/rm/chdir(), * remove() and unlink(), * rename(), * getcwd(), getdcwd(), getcurdir(), * fullpath() [to return a path in all longname portions], * lfn2sfn() [to return a path in all shortname portions].

  • Platform: Scripts, C and C plus plus
  • CMBACCUR
  • License: Freeware
  • Price: 0.00
  • Rating

Features: 1. the program calculates the matter power spectrum, temperature spectrum, polarisation- and cross-correlation spectrum of a curved or flat Friedman-Robertson-Walker universe. 2. it calculates the age of the universe, sigma8 and the age of the first start formation.

  • Platform: Scripts, Matlab

Goertzel algorithm generalized to non-integral multiples of fundamental frequency. The conventional Goertzel Algorithm can be used to compute individual DFT coefficients. In case we need to compute some values of DTFT (that means, non-integer multiples of the fundamental frequency), slight modification must be done.

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

MFIND Find matching rows or columns in a matrix [ I B ] = mfind(M, X) Find the row or column vector X within the matrix M. If X is a row vector, I will contain the column indexes where X is a row in M. If X is a column vector, I will contain the row indexes where X is a column in M.

  • Platform: Scripts, Matlab

MatPlanWDM is a network planning tool for wavelength-routing WDM networks. The input parameters to the planning problem are the network physical topology, the traffic matrix, and technological constraints like the number of transmitters, receivers, optical converters and wavelengths available.

  • Platform: Scripts, Matlab

The attached ZIP file contains a demonstration of the flexibility of the SonnetLab Toolbox for MATLABâ„¢. SonnetLab is a free MATLABâ„¢ toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator. This tutorial provides a hands on demonstration of the SonnetLab project decompiler.

  • Platform: Scripts, Matlab

Solves the Lotka Volterra and Oregonator problems using GUI to present the results. The results show a limit cycle typical of nonlinear dynamic problems. This work was performed as a small three month project by junior students at INSAT, Tunis, Tunisia.

  • Platform: Scripts, Matlab

This programs shows how to read data back from the Agilent/HP 8753/8720 Series Network Analyzers using FORM5 (32-bit little-endian) binary block format.

  • Publisher: O.J. Danzy
  • Date: 16-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

CONTENTS: - BSIM3v3 core m-files - m-files for simulating parasitic currents - m-files for quantum-BSIM integration - m-files for dependency theory.

  • Publisher: Ethan Png
  • Date: 16-06-2013
  • Size: 1597 KB
  • Platform: Scripts, Matlab

this simple system illustrates the effect of Doppler frequency on signal transmitter : transmitted sin wave with freq kHz target :changes the the freq of transmitted signal receiver: receive the signal and produce Doppler frequency.

  • Platform: Scripts, Matlab

In the paper "An estimation technique for Time Indexed gaussian Mixture Models", we propose a model specification that can be used to describe data with spikes, jumps, mean reversion, geometric brownian motion, you name it... We then develop an estimation procedures to extract the parameters from data generated from this model.

  • Platform: Scripts, Matlab

Click the tabs to swap out content below, but the area fluidly adjusts in size to the new content, rather than jerk up or down..

  • Platform: Scripts, JavaScript

The library was designed to work in PC-DOS, without any DOS extenders, window managers or such. Target compilers: Borland C v2.0+, Micro-C v3.16+, Pacific HiTech C v7.51, Watcom v10.6 Here are some key features of "SUPPL": * Environment handling * MCB handling * Memory access for Micro-C * Additional functions for longmath, Micro-C only * getopt() functionality * Filename functions * Dynamic string functions.

  • Platform: Scripts, C and C plus plus

RoboRealm provides you with an interactive and experimentation vision system to investigate the very complex world of image analysis and image processing. Through an easy to use analysis pipeline you can add image processing filters to translate an image into robotic movements or computer actions! RoboRealm is free to download! The attached file provides an example of how to use the combined capabilities of Matlab and RoboRealm in your own projects by using the provided Matlab Mex interface capabilities.

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

Because the matrix multiplication is associative; the product can be carried with different order, leading to the same result up to round-off error, MMTIMES usings "optimal" order of binary product to reduce the computational effort (probably accuracy is also improved) The function assumes the cost of the product of (m x n) with (n x p) matrices is (m*n*p).

  • Platform: Scripts, Matlab

The Matlab errorbar() function produces error bars with a fixed width in axis units. This makes it hard to zoom in on the plot. This code cleans up the behavior on zooming..

  • Platform: Scripts, Matlab

StructFind, Find the index of a certain string or value in a struct index=structfind(a,field,value) inputs, a : A Matlab struct, for example a(1).name='red', a(2).name='blue'; field : The name of the field which is searched, for example 'name' value : The search value, for example 'blue' outputs, index : The Struct index which match the search Example, a(1).

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

This function is a modification of SAVE2PDF by Gabe Hoffmann. It saves the current (or specified handle's) figure to the given filename (if not given, it displays a gui to introduce it). If the image extension is not valid or 'unknown' it also displays a menu with valid ones.

  • Platform: Scripts, Matlab

Forward Viterbi algorithm based on the Python code found at: http://en.wikipedia.org/wiki/Viterbi_algorithm Also included is an example based on the one from the Wikipedia page for a simple 2-state model with 4 observations. To paraphrase: Bob tells Alice his daily activities (observations) and Alice wants to determine the most likely weather each day (states).

  • Platform: Scripts, Matlab

This program outputs a graphical & numerical image quality measure based on Singular Value Decomposition. For the given images, Blockwise SVD is taken and image quality measure is derived. For details on the implementation, please refer Aleksandr Shnayderman, Alexander Gusev, and Ahmet M.

  • Publisher: Athi
  • Date: 15-06-2013
  • Size: 123 KB
  • Platform: Scripts, Matlab

Persistent random walk has been used as a model to study directional migration of cells..

  • Platform: Scripts, Matlab

The linear Stochastic Differential Equation (LSDE) is very widely used equation in the noise analysis of LTI circuits. It involves the input signal to be perturbed with Gaussian white noise. To find the solution statistics like mean, varaiance is a tasking job and requires full power of Stochastic Calculus.

  • Platform: Scripts, Matlab

The bifurcation structure is composed of a master bifurcation point and its three connected neighbors. The characteristic vector of each bifurcation structure consists of the normalized branching angle and length, which is invariant against translation, rotation, scaling, and even modest distortion.

  • Publisher: Li CHEN
  • Date: 15-06-2013
  • Size: 1905 KB
  • Platform: Scripts, Matlab

In the context of seismic analysis of structures, various earthquake inputs may be required depending upon the nature of analysis being carried out. The response spectrum of an earthquake is the most favored seismic input for earthquake engineers. A displacement response spectrum is the plot of maximum displacement of a single degree of freedom system (SDOF) to a particular ground motion as a function of the natural frequency and damping ratio of the SDOF.

  • Platform: Scripts, Matlab

This model shows a simulation of how temperature is controlled with the use of a PID (proportional-integral-derivative) controller..

  • Publisher: Zervin Lim
  • Date: 15-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

1) How to compute a Pearson correlation coefficient in MATLAB? The idea is a simple fact in math: for two standardized variables (0 mean and 1 std), the correlation is equivalent to their inner product. Thus, for two large sample matrices X and Y, the sample correlation matrix is R=X'Y/(n-1), where n is the number of samples.

  • Platform: Scripts, Matlab

-Compatible with pre-2010 vers. of Matlab and Neural network toolbox -Trains a perceptron for the spring and one for the damper. -Runs a simulation with forcing function and noise. -If you don't have the toolbox, you can still use my back-propagation.

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

Foxit Reader

Small, fast, and feature rich
PDF viewer which allows you to
open, view, and print any PDF
file. Unlike other free ...

Shareaza PRO

Shareaza Pro is a free
Windows-based peer-to-peer
client which empowers users to
share, search for anddownload
any type ...

UltraFileSearch Lite

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

Dynamsoft Barcode Reader
SDK

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

Q4Search

Q4Search is an intuitive super
fast search application,
designed to improve your work
efficiency on texts. With
Q4Search ...

Azureus Ultra Accelerator

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

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

Leawo PowerPoint to Video
Free

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