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

Listing of Development Tools in Scripts

  • ncpolarm
  • License: Freeware
  • Price: 0.00
  • Rating

This simple function generates polar stereographic maps of the Arctic and Antarctic with rectangular boundaries using Matlab's Mapping Toolbox. Typically, polar stereographic maps in Matlab appear with circular bounds, but this is often not the most space-efficient way to display information about the Southern Ocean or Arctic System.

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

knanmean(X,[dim]) returns the average of matrix X on dimension dim, treating NaNs as missing values. Contrarly to nanmean, works on n-dimensions matrices.

  • Platform: Scripts, Matlab

x = LCP(M,q) solves the LCP x >= 0 Mx + q >= 0 x'(Mx + q) = 0 x = LCP(M,q,l,u) solves the generalized LCP (a.k.a MCP) l < x < u => Mx + q = 0 x = u => Mx + q < 0 l = x => Mx + q > 0 x = LCP(M,q,l,u,x0,display) allows the optional initial value 'x0' and a binary flag 'display' which controls the display of iteration data.

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

This class creates a console progress bar (status bar) for long-running operations. Visually, it's very similar to the unix command line utilites "pv" and "wget". You can customize the look to your taste. In addition, it's funny, but it may be useful.

  • Publisher: Evgeny Pr
  • Date: 16-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • RULI
  • License: Freeware
  • Price: 0.00
  • Rating

RULI stands for Resolver User Layer Interface. It's a library built on top of an asynchronous DNS stub resolver. RULI provides an easy-to-use interface for querying DNS SRV resource records. The goal is to promote wide deployment of SRV-cognizant software.

  • Platform: Scripts, C and C plus plus

This plugin adds the option in your Widgets menu to add the 3rd-party Was Here widget to your blog's sidebar. The Was Here widget lets you see the people who have recently visited your blog; but more specifically, it is a Facebook application that tracks users that visit your blog and displays their current Facebook profile pictures.

  • Platform: Scripts, Matlab

NDGAUSS: create ND gaussian kernel in any derivative order. g = ndgauss(hsize,sigma); [g,xi,yi,..] = ndgauss(hsize,sigma); Inputs: - hsize is N-length of kernel size. - sigma is N-length of standard deviations (gaussian widths). Outputs: - g is the kernel.

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

Calculates the inverse I of a matrix A..

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

Xpf = dirdiff(X,f,p) generates directional derivative of symbolic scalar function f at the point p in the direction of symbolic vector X(p). p must be a cell array {p1,p2,..pn} of doubles or symbolic variables. examples syms x1 x2 x3 y1 y2 y3 X = [ 2*x3 - x1^2 ; x1^3 - x3^2 ; x2^4 ] ; f = x1^2 + x2^2 + x3^2 ; dirdiff(X,f,{2,0,3}) returns Xpf = 3.

  • Platform: Scripts, Matlab

In this model we have shown how adaptive filter can perform and correct up the channel effect on signal. This model is showing how filter is adapting itself to channel at each iteration. You can see different scopes displayed on model screen like adaptive filter weights, scatter plots for message symbols, frequency response of filter.

  • Platform: Scripts, Matlab

Canonical discriminant analysis is a dimension-reduction technique related to principal component analysis and canonical correlation called canonical discriminant analysis. It derives the canonical coefficients parallels that of one-way MANOVA and it finds linear combinations of the quantitative variables that provide maximal separation between the classes or groups in much the same way that principal components summarize total variation.

  • Platform: Scripts, Matlab

simulink model of Induction Motor.

  • Publisher: Siva Malla
  • Date: 16-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This modification of fminsearch solves an issue with this simplex implementation when the function to minimize is smooth at a high scale, but rough at a low scale, i.e. when plotted with the parameters axis being (?10,10), there is a clear global extremum, but when zoomed (-0.

  • Platform: Scripts, Matlab

User can generate a custom linear colormap giving 2 colors and colormap depth. Colors are given as vectors with RGB values. The suggested input method is using intensity values for each channel (0,1), but values in the (0,255) range are also allowed.

  • Platform: Scripts, Matlab

TEKLOAD Helper function for loading saved waveform data Usage: dataStruct = tekload(filename,fileformat); filename is the full name of the file you want to load. fileformat is a string containing the format the file was save as: {'MATLAB','MATHCAD','TXT','CSV'} Return Values: dataStruct is a structure that contains the waveform data and the time: dataStruct.

  • Platform: Scripts, Matlab

The Kautz sequence is of the same family of sequences as the de Bruijn sequence, but has an additional requirement that it not contain any consecutive repeats of the same character. The sequence is, by nature, circular, so the final members of pairs (or triplets, quadruplets, etc.

  • Platform: Scripts, Matlab

A symbolic toolbox that provides MATLAB users with all of the symbolic and high-precision numeric capabilities of Mathematica. It uses the MathLink communication standard supplied with Mathematica and the MEX facility of MATLAB. In addition, since MathLink can pass native MATLAB matrices (and not just strings) between Mathematica and MATLAB, it is quick and easy to construct matrices in either system and pass them to the other.

  • Platform: Scripts, Matlab

Contains m-files to train and implement the MMSE noise tracking algorithm described in: J.S. Erkelens and R. Heusdens, "Tracking of nonstationary noise based on data-driven recursive noise power estimation", IEEE Trans. Audio, Speech & Lang. Proc., Vol.

  • Platform: Scripts, Matlab

randgen(mu,mu1,mu2,cov1,cov2,cov3) = Random generation of Gaussian Samples in d-dimensions where d = 2 mu, mu1, mu2 = (x,y) coordinates(means) that the gaussian samples are centered around. cov1, cov2, cov3 are the covariance matrices and will vary changing the shape of the distribution, example: cov = sigma^2*Identity Matrix, where sigma^2 = a scalar.

  • Publisher: John Shell
  • Date: 16-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

"Pegasos-Primal Estimated sub-Gradient SOlver for SVM" is a primal optimization problem solver in Support Vector Machine classification algorithm. See the paper for further reference..

  • Platform: Scripts, Matlab

You only have to run main01.m, is easy to change the composition and operating conditions. If you want to add new components just add the critical propeties and acentric factor. Also is possible to use binary interaction parameters differents to zero.

  • Platform: Scripts, Matlab

Simply loops through contour matrix to find x and y vectors for each separate region, then fills with specified color..

  • Platform: Scripts, Matlab

Returns the Haussdorf fractal dimension D of an object represented by the binary image I. Nonzero pixels belong to an object and 0 pixels constitute the background. Algorithm: 1 - Pad the image with background pixels so that its dimensions are a power of 2.

  • Platform: Scripts, Matlab

This part, differently from the first one, supports any kind of open surfaces. It can substitute tools like griddata in cases where points are completly scattered. If they aren't in z=f(x,y) form griddata doesn't work, a surface recostructor is needed.

  • Platform: Scripts, Matlab

replaces spaces with underscores or underscores with spaces; useful for desciptions/titles and file names.

  • Publisher: Alexandra
  • Date: 16-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • Modal
  • License: Shareware
  • Price: .price.
  • Rating

Calculates the statistical mode (the most frequently occurring element) in a vector (or matrix), and returns the mode, the number of occurrences and the indices of the mode in the vector. Like the build in mode, only also includes indices. Reasonable fast :-) If more than one mode exist (2+ elements with equal maximum occurances) first one found is returned.

  • Platform: Scripts, Matlab

It is go on investigation heart Vi1 block simulink file 11 investigation reentrance..

  • Platform: Scripts, Matlab

MiiPlus is a FREE service which allow you to add a button to your website. Similar to the Facebook like button, but user is not required to login in order to "like" your page. Everyone can Plus themselves on the page without any registration and login.

  • Platform: Scripts, Matlab

The script plots the envelope of the bode plot for a parametric uncertain/interval system. interval_bode(NumVec,DenVec,clr) The function accepts the numerator (NumVec) and denominator (DenVec) of the uncertain system as matrices of two rows each. The first row containing the lower bounds and the second row with the upper bounds.

  • Platform: Scripts, Matlab

Given a set of data points, this function calculates the center and radius of the data in a least squared sense. The least squared equations are used to reduce the matrix that is inverted to a 3x3, opposed to doing it directly on the data set. Does not require a large arc or many data points.

  • Platform: Scripts, Matlab

New Downloads

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

Bytescout BarCode Generator

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

Ink

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

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

LightMan Converter

LightMan Converter is a highly
recommended audio program for
those looking for a lite,
accessible CD ripping, audio
...

Portable Efficient Sticky
Notes

Throw away the traditional
paper sticky notes and start
using the completely free
Efficient Sticky Notes!
"Stick" your ...

PayPunch Lite

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

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

Kaspersky Phound

Remotely lock and locate your
missing device. Sound an alarm
to help locate your missing
device. Find out who has your
...

Free File Encrypter

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