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

Listing of Development Tools in Scripts

The standard MATLAB plot() function can produce opaque plots only. plot_transparently circumvents this drawback by plotting curves using patch() instead of plot(). It supports most of the normal line series properties you would use with plot(). If you need more properties, it is easy enough to add them to the code, because the code is trivial.

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

Title: Secrets of the Tide: Tide & Tidal Current Analysis and Predictions, Storm Surges, and Sea Level Trends. Horwood Publishing Limited, 2004. MATLAB programs for the analysis and prediction of ocean tides and tidal currents with graphic display of data and evaluation statistics.

  • Publisher: John Boon
  • Date: 17-05-2013
  • Size: 2396 KB
  • Platform: Scripts, Matlab

This is what works best in importing and exporting complex numbers (data sets). In MATLAB, for the best knowledge of the author there is no format to export complex numbers (data). In this demo example, we create complex data, export it out and import back as a numeric complex data set.

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

Libswf is a library for generating Macromedia Flash .swf files from scratch. It aims to be a framework to program CGIs to create really dynamic flash pages. It contains basics datatype handling plus a few TAG encoding methods. It is the first release.

  • Platform: Scripts, C and C plus plus

This function will perform a fast and accurate convolution of high-resolution radiance or transmittance values to produce data for AIRS channels. The function uses measured ILS data and will handle an incomplete spectra at arbitrary spectral resolution.

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

function similar to Rafael Palacios's deg2utm.m but using formulas from "Map Projections - A Working Manual" by J.P. Snyder (1987) for better precision in Southern hemisphere. This second version allows forcing UTM zone and hemisphere in input, but can still be used like the previous version in which the function finds the appropriate zone.

  • Platform: Scripts, Matlab

This provides a GUI to simulate navigation of a non-holonomic vehicle in from any location and orientation with the designated area to a fixed parking location. The controller is based on the use of Interval Type-2 Fuzzy Sets (FOU=[0 3 0]) which can be reduced to Type-1 Fuzzy Sets, if FOU is reduced to [0 0 0].

  • Platform: Scripts, Matlab

A Monte-Carlo simulation meant to calculate the position of micronsized particles in an optical trap (seen as an harmonic potential). It returns the position in meters. Bead radius, corner frequency/ trapping stiffness, sampling frequency and number of sampled points can be varied.

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

Functor is an annotated function (i.e. a function_handle with named input and output arguments). Collections of functors can be automatically composed into new functors, using functor.compose and/or functor.combine I sometimes find this useful for refactoring, debugging and design of larger programs.

  • Platform: Scripts, Matlab

This Example will help you in getting the basics of programmatic as well As the various commands used in matlab, Use of Loops, Use of Conditional statements Etc... Here is the surprise, Matlab has an inbuilt function called 'sort' for sorting any array.

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

FUNCTION Y = LOGB(X,B) logb: Calculates the logarithm of x to user-specified base b. USAGE: y = logb(x,b) (A trivial but useful function for arbitrary-base log calculations.) Arguments: Y: the base 'b' logarithm of input x B: The base of the logarithmic calculation (default, e).

  • Platform: Scripts, Matlab

Provide a matrix of which you would like to obtain the position where its maximum or minimum occurs. By specifying your desire for the max or min position, simply run the program to obtain it..

  • Platform: Scripts, Matlab

Graphical user interface that uses Black-Scholes algorithm to price options (calls, puts, straddles, and butterflies), and produces 3-D visualizations of the option prices. Refer to the readme.doc file..

  • Publisher: Kas Sharma
  • Date: 17-05-2013
  • Size: 20 KB
  • Platform: Scripts, Matlab

Look at the effects of JPEG compression on images, choosing between 8 compression levels, and obtain a comparison between uncompressed and compressed images. You can also generate the cosine transform of the compressed image..

  • Publisher: Anna DB
  • Date: 17-05-2013
  • Size: 481 KB
  • Platform: Scripts, Matlab

This program will obtain the LU decomposition for any square matrix. The LU decomposition method consists of finding the L and U matrices that will satisfy the equation A=L*U, A being a square matrix. Once L and U found, in order to solve for x, we can rewrite the equation A*x=B as L*x_star=b (Eq.

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

This file implement the modified hausdorf distance[2], and apply it to solve a simple application--tile images classification with shape variance. See the 'description.pdf' for more details. [1] D. P. Huttenlocher, G. A. Klanderman, and W. J. Rucklidge, 'Comparing images using the Hausdorff distance', IEEE Trans.

  • Publisher: Su Dongcai
  • Date: 17-05-2013
  • Size: 1987 KB
  • Platform: Scripts, Matlab

To find channel capacity one must maximize the mutual information with respect to the discrete set of probabilities of the source symbols 'c' , and for a given transition probability matrix. An efficient algorithm to find channel capacity Cc was derived in 1972 by Blahut and independently Arimoto.

  • Platform: Scripts, Matlab

This programs creates a histogram with a "logicle" (aka biexponential) x-axis. This is generally used to display flow cytometry data. It will not create false artifacts for values near zero. For more information see "A new "Logicle" display method avoids deceptive effects of logarithmic scaling for low signals and compensated data.

  • Platform: Scripts, Matlab

This paper outlines a methodology for calibrating the Schwartz-Smith two factor commodity pricing model across multiple commodities such that on the valuation date: 1. The calibration produces simulations that are consistent with the current forward curve term structure 2.

  • Platform: Scripts, Matlab

Maximum length sequence assuming distinct values = baseVal^powerVal-1 [ms]=mseqSearch(powerVal,baseVal) OUTPUT: ms: generated maximum length sequence, of length basisVal^powerVal-1 such that all values occur with equal frequency=basisVal except zero, which occurs basisVal-1 times INPUT: baseVal: any prime number up to 31 powerVal: an integer NB: the algorithm is performing search in m-sequence register space so the calculation time grows with baseVal and powerVal Tested on Matlab 7.

  • Platform: Scripts, Matlab

This zip file contains the demonstration model showing a 3-D mechanical model of an aileron actuated with a hydraulic actuator and with an electromechanical actuator. The parameters of the motor are tuned automatically to match measurement data, and the performance of the system is optimized in order to meet design requirements.

  • Platform: Scripts, Matlab

Let d < N be a positive integer and define p = N/d. Let y_{1} be a point on the unit circle. Let R be clockwise rotation by the angle t = 2*pi/p. The generalized regular polygon {p} is given by the points y_{i+1} = R * y_{i}, and edges between points i and i+1.

  • Platform: Scripts, Matlab

This is the source code and script from the case study presented during the Data Analysis Webinar on 4/24/03 (archived at http://www.mathworks.com/cmspro/online/5102/req.jsp?13727). The case study demonstrates how several MATLAB toolboxes can be used together to handle a real-life engineering task.

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

A moving average implementation using build-in filter, which is very fast..

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

Wrapps handling an excel sheet in a MATLAB Class Supports: * Launching an Excel Sheet in Foreground or in Background * Save the workbook * Run a macro * Assign a range * Refresh workbook * Export Sheet to PDF * Select a given sheet * Reinstall an Add-in * Get a data table given the name of the first column as a dataset * Get the value of field in a given sheet (Horizontally or vertically) Example: wrapper = ExcelWrapper('wbname'); tableDataset = wrapper.

  • Platform: Scripts, Matlab

Project name : SPEN (Simulation Progress Email Notifier) Date : 30-10-2010 Developer : CyberWalker (Ioannis Mandourarakis) ------------------------------------------------------------------- Purpose : ------------ To be able to leave unattended your computer processing a time consuming simulation project without any worries of its completion progress.

  • Platform: Scripts, Matlab

The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLABâ„¢. SonnetLab is a free MATLABâ„¢ toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator. The attached archive contains a Sonnet Project in the form of a two branch coupler.

  • Platform: Scripts, Matlab

The Kiening-Partner-Plugin is a Widget showing a banner link and / or a badge in everey post for the Kiening partner program and should be used only Sie lesen die Datei readme.txt zum Kiening-Partner-Plugin Das Kiening-Partner-Plugin bietet die MdoTAglichkeit ein Banner-Widget auf Ihrer WordPress Seite anzuzeigen.

  • Publisher: tuxlog
  • Date: 16-05-2013
  • Size: 32768 KB
  • Platform: Scripts, Matlab

This course in Arabic language, it's foucs for introduction to matlab, and numerical analyses. you can get this coures with other prorgrams in MatLab in File Exetchange by the name of "Smart Tool v1.1 Demo"..

  • Platform: Scripts, Matlab

RA=ROUTH(R,EPSILON) returns the symbolic Routh array RA for polynomial. The following special cases are considered: 1) If the first element of a row becomes zero OR 2) If one encounters a row full of zeros. >>syms ep >>a=routh([1 1 2 2 3 5],ep) The above given case is for encountering a zero in the first column.

  • Platform: Scripts, Matlab

New Downloads

Foxit Reader

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

Smart Defrag

Smart Defrag 4 guarantees you
maximum Hard Drive performance
& highest data access
speed.

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

Privacy Eraser Portable

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

PayPunch Lite

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

Azureus Ultra Accelerator

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

Aktiv Download Manager

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

Free File Encrypter

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