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

Listing of Development Tools in Scripts

%SIGMAPPER Mapper % H = SIGMAPPER(CONSTELLATION, MAPPING) constructs a SIGMAPPER object H to % map a bitstream to the points of a signal constellation. The signal % constellation is specified by the vector CONSTELLATION which contains % the real or complex signal points.

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

Unlike MATLAB's solution, the variables are saved with their variable names'. You must call this function for each variable you want to save, but the function will not overwrite previous mat files. function parsave(fname,data) var_name=genvarname(inputname(2)); eval([var_name '=data']) try save(fname,var_name,'-append') catch save(fname,var_name) end.

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

This package contains the following files: example.m: Illustrates how to use the function IT2FLS. IT2FLS.m: Implements an interval type-2 fuzzy logic system. A Brief Tutorial on Interval Type-2 Fuzzy Sets and Systems.pdf Representation of an IT2 FS.

  • Publisher: Dongrui Wu
  • Date: 05-05-2013
  • Size: 2857 KB
  • Platform: Scripts, Matlab

Semi Automatic brain masking for MRI volumes; Uses thresholding, erosion, dilation and overlap between slices for semi-automated masking of MRI brain datasets..

  • Publisher: Ben Duffy
  • Date: 05-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This function m-file reads the information from MTL text file, which contains metadata information for the dataset. MTL file is usually accompanied with the LANDSAT 7 ETM+ image dataset distributed from USGS. Hope this code helps automating the process for a number of imagery.

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

A special case of LTE PDSCH frame simulation: 1.4MHz bandwidth, Frame Type FDD, RB = 6, Transmit mode = 1, No CDD. Considering primitive parameters of STANDARD 3GPP TS 36.xxx 2008.

  • Publisher: Hiren Gami
  • Date: 05-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Minitools present a set of GUI-based programs for routine MatLab operations with current directories, M-Files and MAT-Files. matbrowse.m - MAT-File manager. Allows one to: - browses MAT-file contents and select variables; - separately load selected variables to workspace; - separately keep selected variables to MAT-File.

  • Platform: Scripts, Matlab

files: procesaM.m, procesaM.fig and 3 images with microcalcifications. To work Must be installed the NSCT toolbox first, available in matlab central. The main function is located on procesaM.m and could be pasted in other code..

  • Publisher: Jose
  • Date: 04-05-2013
  • Size: 133 KB
  • Platform: Scripts, Matlab

You could use this script to add gradient effect in your page background. It don't use any image to make the effect. It only use code. So doesn't matter how long you page is or if its height varies. Gradient effect will cover all top to bottom smoothly.

  • Publisher: DSCRIPTS
  • Date: 04-05-2013
  • Size: 10 KB
  • Platform: Scripts, JavaScript

The objective is to track the transverse motion (towards right or left) of the glass rod. Since the glass rod moves as a whole, it could be the tip or for that matter any point on the rod..

  • Platform: Scripts, Matlab

S = ARABIC2ROMAN( N ) produces the Roman numeral, S, for a given Arabic numeral, N. N is a scalar number. S returns a string. Limitation: Does not handle Arabic values greater than 3999.

  • Platform: Scripts, Matlab

Here is another fast implementation of the FGT transform. Reference : http://www.cs.ubc.ca/~awll/nbody_methods.html.

  • Platform: Scripts, Matlab

Implements Carnegie-Mellon STATLIB/Applied Statistics AS-99 for fitting Johnson curve pdfs and developed by: Hill, I.D., R. Hill, and R.L. Holder, 1976. Algorithm AS 99: Fitting Johnson Curves by Moments, Applied Statistics, Vol. 25, No. 2, 180-189. [gamma,delta,lambda,xi,jctype,fault_msg]=cmu_as99_johnson_pdf_off_line(x) Input: x vector of sample observations Output: Parameter names as in AS-99.

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

PLOT_CI plots confidence intervals and patch between two confidence interval lines. X is nx1 vector corresponding to a horizontal axis. Y can be either nx1, nx2, or nx3 matrix. If Y is nx1 vector, PLOT_CI plots just the main line. If Y is nx2, the function assumes only two confidence intervals are to plot with the patch enclosed between them.

  • Platform: Scripts, Matlab

This plugin let you put a widget in where you can list post from a especific category, also you can filter the order to display it (random or by date). Each post will show the thumbnail (if it is definied), the excerpt (if it has) . Install : 1. Upload the folder 'ev-widget-post' to the '/wp-content/plugins/' directory 2.

  • Publisher: eveevans
  • Date: 04-05-2013
  • Size: 72 KB
  • Platform: Scripts, Ruby

FCMTHRESH Thresholding by 3-class fuzzy c-means clustering [bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of image IM using a 3-class fuzzy c-means clustering. It often works better than Otsu's methold which outputs larger or smaller threshold on fluorescence images.

  • Platform: Scripts, Matlab

In 1975, Vincenty published a rapidly converging algorithm for computing the distance between points on an ellipsoidal earth. The algorithm is precise to within a few millimeters. Since then, his algorithm has since seen significant implementation in geodesy and engineering.

  • 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

Change directory by using a keyword (search folders matching the keyword) Several possible actions: - select one or several folders to search within (use "go :add"); - search a folder containing a given keyword ("go newmark" will search for subfolders containing the keyword "newmark"); - change directory immediately if only one folder is found; display clickable links in Matlab command window otherwise; - record a macro ("go :macro mymacro" stores a macro called "mymacro" and the current folder); - use a macro (go :mymacro).

  • Publisher: Luc Masset
  • Date: 04-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Have you ever wanted to call the engCallMATLAB function, only to realize that it isn't available? Well, now it is! This Fortran routine mimics the functionality of the mexCallMATLAB function, but for engine applications. Has the same argument list as mexCallMATLAB with the addition of the Engine pointer.

  • Platform: Scripts, Matlab

PI2STR calculates pi decimals with Machin's formula. S = PI2STR(M) gives pi truncated to M decimals for M < 2^(53/2). Machin's formula, pi/4 = 4*acot(5) - acot(239), and a number system with base 10^14 is used. The execution time is some minutes for PI2STR(100000) and some hours for PI2STR(1000000).

  • Platform: Scripts, Matlab

This is a mex wrapper for Angus Johnson's Clipper library: http://www.angusj.com/delphi/clipper.php, based on Sebastian HdoTAlz's mex wrapper for the GPC library. This library has some speed advantages over GPC, but the primary addition is the ability to offset polygons.

  • Publisher: Emmett
  • Date: 04-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Here is a lumped parameter model of a hydraulic transmission line. The line is modeled by one, two, three, four and ten lump models. The simulation program presents the transient response in addition to experimental results. The theory is explained in my book: M Galal Rabie, Fluid power Engineering, McGraw-Hill, NY, 2009, pp 19-20, 29-30, 33-37 and 72-76.

  • Platform: Scripts, Matlab

This simple simulation shows the implementation of FbLMS algorithm for a single channel feedback active noise control system. Here, the controller generates an "anti-noise" signal to result a destructive interference at the sensor position. The objective is to minimize the noise residue.

  • Platform: Scripts, Matlab

Fisher's exact test of 2x4 contingency tables permits calculation of precise probabilities in situation where, as a consequence of small cell frequencies, the much more rapid normal approximation and chi-square calculations are liable to be inaccurate.

  • Platform: Scripts, Matlab

This script returns the file size of an HTTP URL. It doesn't work on other types of URLs (e.g. FTP, FILE, or LDAP), just HTTP. Works using just the standard Perl distribution, no extra modules needed..

  • Platform: Scripts, CGI and Perl

Unfortunately, Matlab does not show the location of an error, when the error is rethrown in the catch clause of a try-catch block. This can be very frustrating, since the error can reside several levels deep into possibly unfamiliar code. DISPERROR will display the error message of the last error, together with the error stack, complete with hyperlinks.

  • Platform: Scripts, Matlab
  • Quiver 5
  • License: Freeware
  • Price: 0.00
  • Rating

Slightly modified version of quiver3 function that plot arrows with true 3D arrow heads.

  • Platform: Scripts, Matlab

Displays stacked box plots and optionally prints a label next to each box plot. The box plots show the first, second and third quartiles. The whiskers extend to the the smallest and largest data that are in range of 1.5x IQR of the first and third quartile, respectively.

  • Publisher: Laurent S
  • Date: 04-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Dataset and m files for the Computational Statistics webinar. myloess.m is used to interpolate a LOESS curve. chole_loess.m is the primary m files used during the webinar..

  • Publisher: Richard
  • Date: 04-05-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

New Downloads

DetachPipe Free

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

UltraFileSearch Lite
Portable

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

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

PhotoPad Photo Editing
Software Free

PhotoPad Free image editing
software is a free photo
editor for Windows. It allows
you to edit and apply effects
to ...

Dynamsoft Barcode Reader
SDK

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

Disk Drill

Disk Drill is a free
professional-grade file
recovery software, it values
the importance of your data by
implementing ...

LightMan Converter

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

Privacy Eraser Portable

Privacy Eraser is an
all-in-one privacy suite that
protects your privacy by
cleaning up all your Internet
history tracks ...

Kaspersky Phound

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

PCMate Free File Encryptor

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