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

Listing of Development Tools in Scripts

SPARQL tooling for RDF.rb..

  • Platform: Scripts, Ruby
  • Superkron
  • License: Shareware
  • Price: .price.
  • Rating

Superkron is a generalization of Matlab's kron function. It allows to compute the kronecker product of more than two matrices in one shot, and also works for multidimensional arrays having more than two dimensions..

  • Platform: Scripts, Matlab
  • iterxml
  • License: Freeware
  • Price: 0.00
  • Rating

This is a Python tool for streaming data from large XML documents with minimal memory usage It comes with methods for iterating over repeated elements of large XML documents without storing them in the server's memory..

  • Platform: Scripts, Python

PCA based image fusion demo.

  • Publisher: VPS Naidu
  • Date: 11-05-2013
  • Size: 31 KB
  • Platform: Scripts, Matlab

This file performs the famous game of Snakes & Ladders. The rules of the Game are: - Two players may participate - The board is shown in the figure window - Every player throws the die in his turn by pressing (Enter) - You move on the board as - Your die number says: * If You meet a Ladder, just Climb it * If You meet a Snake, just Go down with it - The player who reachs The place No: 100 first IS THE WINNER Enjoy Your Play !!!.

  • Publisher: M M
  • Date: 11-05-2013
  • Size: 379 KB
  • Platform: Scripts, Matlab

After import the function creates two struct variables that contain all the data in a nicely ordered way. For every column in the log file a field entry with the same name is created. The output variables are either a vector of structs (one entry per line in the log file) or a struct that contains vectors in each field.

  • Publisher: Tobias
  • Date: 11-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Program for global minimization of a concave function. We implement the algorithm of Harold. P Benson which can be found in the paper " A Branch and Bound-Outer Approximation Algorithm for Concave Minimization over a Convex Set" The provided function finds the global minimum of a concave function over a convex set defined by h(x)<=0.

  • Publisher: Kammoun
  • Date: 11-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • predve.m
  • License: Shareware
  • Price: .price.
  • Rating

Predve is an m file that builds a predictive control for a wide range of problems using a state space description I have tested on different real plants and worked very well..

  • Platform: Scripts, Matlab

COPL = ISCOPLANAR(X,Y,Z,TOLERANCE) takes input arguments x,y, and z as column vectors; TOLERANCE is optional. COPL = ISCOPLANAR(x) takes an n x 3 input argument in the form [x1 y1 z1;x2 y2 z2;...;xn yn zn] The optional argument TOLERANCE allows for roundoff error; if each combination of four points is truly coplanar, the volume of the tetrahedron they define is zero.

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

Runs a simulation of the WWII-era German Enigma machine. Lets the user edit the encryption parameters and encrypt entire text files..

  • Platform: Scripts, Matlab

Hilbert16.m: function, we can use it to scan [16 16] block Hilbert.m: function, we can use it to scan [8 8] block Hilbertinv16.m: inverse hilbert scan, we use it to reconsruct the block Hilbertinv.m: inverse hilbert scan, we use it to reconsruct the block lena512.

  • Platform: Scripts, Matlab

kdtree provides a minimalistic implementation of kd-tree. The implementation can be used either inside MATLAB by means of MEX calls, or as a standalone tool, directly from a C/C++ program. The image on the website has been creaed with "fulltest.m" This implementation offers the following functionalities: - kdtree_build: k-d tree construction O( n log^2(n) ) - kdtree_delete: frees memory allocated by kdtree - kdtree_nearest_neighbor: nearest neighbor query (for one or more points) - kdtree_k_nearest_neighbors: kNN for a single query point - kdtree_range_query: rectangular range query - kdtree_ball_query: queries samples withing distance delta from a point For more information, please refer to the following page: https://sites.

  • Platform: Scripts, Matlab

The enclosed function implements nonlinear fuzzy robust PCA algorithm introduced in P. Luukka, 'A New Nonlinear Fuzzy Robust PCA Algorithm and Similarity classifier in classification of medical data sets', International Journal of Fuzzy Systems, Vol.

  • Platform: Scripts, Matlab

The environment: The subject are presented pairs of symbols, (A,B), (C,D) and (E,F), A wins in 80% of the cases, B in 20%, C=70%, D=30% and E=60% while F=40%. After a response signal an answer is expected. If the answer correspond to a winning choice follows a reward, if not follows a negative reward.

  • Platform: Scripts, Matlab

This code removes a feature from data file which it considers bearing least amount of relevant information. It's usage intended to classification problems. It is based on fuzzy measures and similarity. Much wider description, explanation and some results can be found in article: P.

  • Platform: Scripts, Matlab

Features: (1) support arbitrary control points (2) allow regularization (3) estimate the warp parameters from corresponding pairs.

  • Publisher: Bing Jian
  • Date: 11-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Matlab software associated to the paper: L.G. Van Willigenburg, W.L. De Koning, 1999, "Optimal reduced-order compensators for time-varying discrete-time systems with deterministic and white parameters", Automatica, 35, 129-138. Systems with white parameters (with multiplicative white noise) are useful for non-conservative robust control system design under structured parameter uncertainty.

  • Platform: Scripts, Matlab

a simple function that returns a colormap, C, for visualizing gene expression. C is just a N x 3 matrix [R G B] describing the range of color values. example usage: C = exp_colormap('blue-yellow',64); colormap(C); called without any arguments, it returns a [3 x 64] green-red colormap.

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

Cacofonix is a library to create midi files. A complete documentation is provided in the archive. To preview a little more, this is an (advanced, don't panic) example: NoteInit COUPLET = Note( 'Marker', 'COUPLET' ); RYTHMIC = [ ... R:N8 G:N8 A:N8 C++C:N8 bar .

  • Platform: Scripts, Matlab

Objective: Identify opponent pieces which makes your King under Check. Note 1: Your Black King is the only left piece on the Chess Board. Note 2: Unfortunately, the usual 2-colors of Chess Board is erased. Note 3: The Boundary of teams is not Explicitly mentioned.

  • Platform: Scripts, Matlab

This code is used to generate 1D bifurcation plot for any 1D map with one parameter. Compared to those existent bifurcation plot tools in Matlab central, this plot tool runs much faster and uses much less memory. Please remember to rate, if you like my code.

  • Publisher: Yue Wu
  • Date: 11-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This is the fast implementation of Null LDA method. [W,CPU_TIME]=FNLDA(Data,ClassLabel) Null linear discriminant analysis (LDA) method is a popular dimensionality reduction method for solving small sample size problem. The implementation of nullLDA method is, however, computationally very expensive.

  • Publisher: Alok
  • Date: 11-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

The Kalman filter can be interpreted as a feedback approach to minimize the least equare error. It can be applied to solve a nonlinear least square optimization problem. This function provides a way using the unscented Kalman filter to solve nonlinear least square optimization problems.

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

This graphical tool displays an editable binary representation of the two floating point formats used in MATLAB, namely single and double. For the selected number three displays are available: * The value as formated by the MATLAB software * The analysis of its segments: sign, mantissa and exponent (The hidden bit is also taken into account) * The binary representation of the number in the form of filled (active bit) or empty (inactive bit) boxes, accordingly coloured to distinguish the parts of the representation (sign, mantissa and exponent).

  • Platform: Scripts, Matlab

This program implements the iterative algorithm in Khachiyan's paper "Rounding of Polytopes in the Real Number Model of Computation" to approximate the minimum volume ellipsoid circumscribing a non-degenerate set of points in arbitrary dimensions. It is basically like Nima Moshtagh's MinVolEllipse except that the resulting ellipse actually circumscribes the input points, and that it is much faster due to its use of more efficient update equations.

  • Publisher: Anye Li
  • Date: 11-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • ICHOOSE
  • License: Shareware
  • Price: .price.
  • Rating

ICHOOSE(N,K) gives all combinations of choosing K indices from the set 1:N without order and without repetitions. EXAMPLE: ind = ichoose(4,2); v = 'ABCD'; v(ind) % ['AB';'AC';'AD';'BC';'BD';'CD'] ICHOOSE is certainly not unique. Here is a comparison with other codes using TIMEIT by Steve Eddins.

  • Platform: Scripts, Matlab

It calculates the Inverse Kinematic of an Anthropomorphic arm with 3 DOF. 'q' is the solutions in radiant and K is the direct Kinematic matrix. K = [ n s a p; 0 0 0 1] where n, s, a are three vectors fo 3 elements that represents the end-effector's orientation, and p is the desired end-effector position.

  • Platform: Scripts, Matlab

It's a servo controller for six servo motors. It can be used to control a antropomorphic arm with six motors. For a correct execution, it must select the motors following this table: #servo - char to use for the motor selection 1 a 2 b 3 c 4 d 5 e 6 f The microcontroller must use the same char.

  • Platform: Scripts, Matlab

copytofolder backup a folder under another folder. backup(p1, p2) backup the folder p1 under p2. It will make a directory named today's date under p2. The backup will backup all the modified and newly added files but ignored the unchanged files. ------------------------------------------------------------------------------ REVERTBACKUP revert backups revertbackup(revertPath, backupPath, savePath), 'backupPath' is a path to save the backups which are created by function 'backupfolder'.

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

Pendulum system system modeling with continuous and descrete response of the sinwave input signal..

  • Publisher: Ankit Shah
  • Date: 11-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

New Downloads

Red-Hot CD/DVD Burner

Red-Hot CD/DVD Burner is a
high-quality easy-to-work-with
software with many features
and options for CD and DVD ...

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.

Shareaza

Shareaza is a file sharing
application for Windows that
allows you to download and
upload music, video etc. on
four ...

Ink

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

BitComet Ultra Accelerator

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

LightMan Converter

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

Biometric Handpunch Manager
Personal

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

Falco American Pool

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

PCMate Free File Encryptor

PCMate Free File Encryptor is
a security software product
that helps lock your important
files from prying eyes with
...