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

Listing of Development Tools in Scripts

This script takes the input function adn solve it with the help of newton-Raphson.

  • Platform: Scripts, Matlab

This program gets the stock symbols of a user-defined index (NASDAQ, NYSE, AMEX, OTCBB, LSE) and/or sector. The data is retrieved from http://www.eoddata.com/ and from Yahoo Finance. For example: - get_stock_symbols('NASDAQ') : gets all stock symbols from NASDAQ - get_stock_symbols('biotechnology') : gets all biotechnology stock symbols from all above indices.

  • Platform: Scripts, Matlab

This is a self-contained package for running feature selection filters: Given a (usually large) number of noisy and partly redundant variables and a target choose a small but indicative subset as input to a classification or regression technique. For background information, see e.

  • Platform: Scripts, Matlab

IT is compatible down to IE4 and sizing onli 7.77 kb. This is a collection of classes and functions that can help build the most common functions and objects on a web page like tabs, buttons, forms, AJAX implementation and more..

  • Platform: Scripts, JavaScript

Two functions are included. The first is 'quadriorth.m' which calculates the orthants probabilities of the quadrivariate normal distribution. Imagine a 4-dimensional space divided into sub-spaces according to the sign of each variable, which results in 2^4 = 16 orthants, say + + + +, + + + , + + +, + + +, .

  • Platform: Scripts, Matlab

Valid inputs: substr(X) Longest substring in variable X substr(X,n) All substrings of length n in variable X substr(X,Y) Longest common substring between variables X and Y substr(X,Y,n) All substrings of length n common to both X and Y [...] substr(A,B,C,D,[.

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

Comparison of two survival curves can be done using a statistical hypothesis test called the log rank test. It is used to test the null hypothesis that there is no difference between the population survival curves (i.e. the probability of an event occurring at any time point is the same for each population).

  • Platform: Scripts, Matlab

AAC decoder written in Matlab.

  • Publisher: aac matlab
  • Date: 18-05-2013
  • Size: 51 KB
  • Platform: Scripts, Matlab
  • anombal
  • License: Freeware
  • Price: 0.00
  • Rating

Analysis of Means (ANOM) is a statistical procedure for troubleshooting industrial processes and analyzing the results of experimental designs with factors at fixed levels. ANOM is an alternative to ANOVA for a fixed effects model. Unlike ANOVA only determines if there is a significant difference between the treatment means, ANOM identifies the means that are significantly different.

  • Platform: Scripts, Matlab

This file contains MATLAB code that can parse Simscape language files, extract the equations, and displays them in a format that is easy to read. The equations are converted to LaTeX format and then displayed in a MATLAB figure window. Please read the README.

  • Platform: Scripts, Matlab

Autocorrelation of a vector of symbolic variables SYM_AUTOCORR Autocorrelation of a symbolic vector [V, VCORR] = SYM_AUTOCORR(SEQLEN), where SEQLEN>=1 is the length of the sequence whose autocorrelation is to be calculated. V is a symbolic vector of length SEQLEN that the function constructs and VCORR is the symbolic autocorrelation vector.

  • Publisher: Atul Ingle
  • Date: 18-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Tristan Ursell Sub-pixel Resolved 2D Convolution March 2012 matout=matoverlay(mat1,mat2,x,y); This function takes an input matrix mat1 and creates an image of the matrix mat2 at the position (x,y) in mat1. If (x,y) are floats, then the image is a sub-pixel bilinear representatoin of mat2 at position (x,y) in mat1.

  • Platform: Scripts, Matlab

The basic idea of computing the upshift point for Automatic Transmission in S Mode is to find the intersection of acceleration curve for gear(i) and gear(i+1), since (delta F)=m*a,in this example,(delta F) is calculated. The author gratefully acknowledge Douglas Schwarz for intersections.

  • Publisher: Guan Wenye
  • Date: 18-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

main executing reference usage: usage_alarm.m Illustrates the use and enhanced version of standalone alert. The objective is to illustrate the use of a timed alert with email notification. This subsumes an enhanced version of alarm (). The enhancement includes: 1.

  • Platform: Scripts, Matlab

The code implements the so called Faddeev-Leverrier algorithm to compute the coefficients of the characteristic polynomial of a given matrix and to get the inverse of the matrix without extra cost..

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

This is the 1st part of 2nd Lecture of the MatLab's Video Lectures Series in ARABIC language. The Video File's format is "rmvb", so, you must be have the "Real Player" program or any other program can play this type of media format. The total length of this lecture is 01:52:36 ------------------------------------------------------- The length of this part is 00:21:00 **************************************************************** In this lecture you will: 1- Learn How can you control the numeric display format in command window.

  • Platform: Scripts, Matlab

mkdotfile creates a GraphViz dot language representation of the dependencies of a function. mGraphViz plots the directed graph onto a figure. These functions are a small part of a larger project to implement a doxygen like code documentation system within MATLAB that doesn't have any external program dependencies.

  • Platform: Scripts, Matlab

Youtube links: <!--dp_youtube_begin:http://www.youtube.com/watch?v=UypOjW4flSw--><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UypOjW4flSw&hl=ru&fs=1"></param><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.

  • Platform: Scripts, Matlab

- Plot arithmetic and geometric Brownian motions - Plot Brownian bridges, 2D and 3D Brownian motions - Plot some random paths for the the interest spot rate: The two models you can chose from are the Vasicek and the Cox- Ingersoll-Ross (CIR) models.

  • Platform: Scripts, Matlab

This function generates the input for the MESH_TO_LATEX function from Alexandre Gramfort from your surface-graphs. The surface graphs 3d-model can be displayed in u3d - format in pdf or if you don't delete the u3d-files which are generated by MesSH_TO_LATEX you can use deepview from righthemisphere(http://www.

  • Platform: Scripts, Matlab

This book provides a practical treatment of the study of control systems. For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1420.jsp..

  • Publisher: Ken Dutton
  • Date: 18-05-2013
  • Size: 307 KB
  • Platform: Scripts, Matlab

This function returns the basis of the intersection of N subspaces defined by their bases, and the dimension of this intersection. The input basis vectors must be row vectors! Example: A = [1,1,-1,1; %<-basis vector 1,2,-1,2; %<-basic vector 2,1,-1,2]; B = [1,1,1,-1; 1,-1,1,1; 3,3,1,-1]; C = [1,0,1,1; 1,1,1,1] ------ [int,dim] = findIntersect(A,B,C) int = [1 -1 1 1] dim = 1.

  • Publisher: Ondrej
  • Date: 18-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

The Mandelbrot set is a set of complex numbers C where z_n+1 = z_n^2 + c (z_0 = 0) does not diverge for all c in the set C. The image is generated by calculating the number of iterations until |z_n| is larger than a certain escape radius. Of course, since some points will never diverge, a limit of the number of iterations is required.

  • Platform: Scripts, Matlab
  • Ginput 3D
  • License: Shareware
  • Price: .price.
  • Rating

GINPUT3D allows you to ginput in xy, yz and zx plane of 3D plot, ginput can do that only in xy plane In xy plane value of z is set to 0. In xz plane value of y is set to 0. In yz plane value of x is set to 0. IMPORTANT: works only in xy, yz and xz plane.

  • Platform: Scripts, Matlab

NAMES = DIR2CELL converts the directory listing into a cell array in alphabetical order. NAMES = DIR2CELL(ARG) converts the directory listing based on argument ARG, into a cell array in alphabetical order. ARG may contain wildcards. [NAMES, DATENUMS, DATES, BYTES, ISDIRS] = DIR2CELL(ARG), also returns the modification date as a MATLAB serial date number in double array DATENUMS, the modification date in cell array DATES, the number of bytes in double array BYTES, and a Boolean variable designating if is a directory or not in logical array ISDIRS.

  • Platform: Scripts, Matlab

HTML Code Convert helps speed up the conversion of HTML code into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, and the UNIX Shell. It is particularly useful in CGI scripting..

  • Platform: Scripts, C and C plus plus

The bootstrap is a way of estimating the variability of a statistic from a single data set by resampling it independently and with equal probabilities (Monte Carlo resampling). Allows the estimation of measures where the underlying distribution is unknown or where sample sizes are small.

  • Platform: Scripts, Matlab

Functions for Information theory, such as entropy, mutual information, KL divergence, etc This toolbox contains functions for discrete random variables to compute following quantities: 1)Entropy 2)Joint entropy 3)Conditional entropy 4)Relative entropy (KL divergence) 5)Mutual information 6)Normalized mutual information 7)Normalized variation information This toolbox is a tweaked and bundled version of my previous submissions.

  • Publisher: Mo Chen
  • Date: 18-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

XMLBeans is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML, including: * Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo".

  • Platform: Scripts, Java

The Parallax BASIC Stamp 2 (BS2) is a low-cost single-board microcontroller useful for electronics projects. It is available as part of a "Board of Education" (BoE) kit that includes a solderless prototyping board, I/O pins and serial connectivity. This MATLAB Support Package allows you to to communicate with a BS2 over a serial port, and is specifically intended for use with the Board of Education.

  • Platform: Scripts, Matlab

New Downloads

DetachPipe Free

Make Microsoft Outlook faster,
more stable and easier to
backup with DetachPipe - the
email attachment processor.
...

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

UltraBooster for LimeWire

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

Fayetracker

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

BitComet Ultra Accelerator

BITCOMET ULTRA ACCELERATOR is
an effective plug-in for
BitComet P2P. The program
includes most modern
technology that is ...

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

Biometric Handpunch Manager
Personal

Biometric Handpunch Manager
allows you to manage all of
your Handpunch devices in
seconds.

Aktiv Download Manager

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

Kaspersky Phound

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

Leawo PowerPoint to Video
Free

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