Listing of Multimedia in Scripts
- Frational cavity resonator
- License: Shareware
- Price: .price.

We have used streamslice function..
- Publisher: Husnul Maab
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Tune PID controller with your hand
- License: Shareware
- Price: .price.

This code uses gui to demonstrate the step response for DC Motor Position system with PID controller which can be edited by three sliders. The edit texts can be edited by user, after editing press plot pushbutton to plot the response of new current system.
- Publisher: Ali Talib Oudah
- Date: 12-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Discrete matrix distribution and it's parameters for educational purpose
- License: Shareware
- Price: .price.

Example - dismat(50,5,6) creates 5x6 probability matrix and gives various parameters. Freshers can see and appreciate the work load in the computation. oo.dat will be created with results..
- Publisher: Mathan Chandran
- Date: 11-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Place one 2D matrix inside another
- License: Shareware
- Price: .price.

Function that places a 2D matrix B into a larger 2D matrix A. The upper-left corner of B is placed at coordinates (r,c) in A. If (r,c) are not given, then B is put in the upper-left corner of A, a default of (1,1). Some error checking is done first to make sure that A and B are 2D matrices, A is big enough to contain B, and the given (r,c) will not spill B outside of A.
- Publisher: Rob Slazas
- Date: 11-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Simple tab panel
- License: Shareware
- Price: .price.

This script provides a template on how to create simple tab panels within a GUI. Each tab panel should be a different panel with different components and can be easily created with GUIDE. By using GUIDE, you can create as many different panels as you want and layout them in a comfortable way for building.
- Publisher: Panagiotis Moulos
- Date: 11-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- HERRORBAR
- License: Shareware
- Price: .price.

HERRORBAR Horizontal Error bar plot. HERRORBAR(X,Y,L,R) plots the graph of vector X vs. vector Y with horizontal error bars specified by the vectors L and R. L and R contain the left and right error ranges for each point in X. Each error bar is L(i) + R(i) long and is drawn a distance of L(i) to the right and R(i) to the right the points in (X,Y).
- Publisher: Jos (10584)
- Date: 11-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Save with Image Map
- License: Shareware
- Price: .price.

MAKEMAP Creates a clickable imagemap. MAKEMAP(FIG,FILENAME) creates two files FILENAME.html and FILENAME.png which are clickable imagemaps of the figure FIG. FIG defaults to gcf and FILENAME defaults to "map". Empty text objects mark the hotspots on the imagemap.
- Publisher: Matthew Simoneau
- Date: 11-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ui_file_lis
- License: Shareware
- Price: .price.

This only contains one file: ui_get_files.m. See the help on how to use it..
- Publisher: Avan Suinesiaputra
- Date: 11-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- guidegetter
- License: Shareware
- Price: .price.

This tool is useful when one wants to create a GUI from a standalone M-file, but would like to use guide for it's excellent ability to position the GUI objects within the GUI. guidegetter works by first fetching the layout of the uicontrols, uimenus and other objects from a guide generated .
- Publisher: Matt Fig
- Date: 11-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Pulsating text for Graphics and Animations
- License: Freeware
- Price: 0.00

This script makes use of IE's multimedia filters, coupled with scripting, to render an "aura" around any given text. The effect can easily be applied to multiple text, each with differing pulsating colors and speed..
- Publisher: Chris A
- Date: 10-06-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- Change the layer of Object
- License: Shareware
- Price: .price.

The layers of the objects in an axes are ranged as the orders of its children. Sometimes, there is not easy to change the layer of layer. So I write this function to change the layer conveniently..
- Publisher: Tao Lan
- Date: 10-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Nudging text for Graphics and Animations
- License: Freeware
- Price: 0.00

This script creates a craving text that contains letters that constantly nudge one another. The effect is visible in both IE4 and NS6..
- Publisher: Matthias De Schagt
- Date: 10-06-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- Neon Lights Text II for Graphics and Animations
- License: Freeware
- Price: 0.00

Neon Lights Text II script applies a "moving light" to any text by modifying its color. Two different colors can be used concurrently for the effect, giving the light depth..
- Publisher: Christian Schulz
- Date: 10-06-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- fieldlines3D
- License: Shareware
- Price: .price.

fieldlines3D(X,Y,Z,U,V,W,x0,y0,z0) plots a field line with the initial point P(x0,y0,z0).The matrices X,Y,Z,U,V,and W must all be the same size and contain corresponding position and field components.The function employs the 4th order Runge-Kutta method for solving numerically differential equation y'=f(x,y).
- Publisher: Avni Pllana
- Date: 10-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Unit Conversion
- License: Shareware
- Price: .price.

1) A MATLAB function to return unit conversion factors & offsets. 2) A GUI tool to allow selection of the unit types and perform unit conversion calculations. 3) A Simulink block (with callback to GUI) which applies the unit conversion to a signal in a model.
- Publisher: Mike Thomson
- Date: 10-06-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Image Processing GUI
- License: Shareware
- Price: .price.

This is a GUI that demonstrates some basic image processing functionalities, e.g., color filtering, motion filtering, etc. The user can load any of the basic image file types and then generate a secondary image based on the provided functionalities. All of the adopted functionalities make direct use of Matlab buildin functions, apart from the "Color Filter" procedure, which is not straightforward and has been implemented for this demo.
- Publisher: Theodoros Giannakopoulos
- Date: 10-06-2013
- Size: 3052 KB
- Platform: Scripts, Matlab
- Enhancement to errorbar() plot
- License: Shareware
- Price: .price.

Combination of plot() and errorbar_plus() can solve many prolems with the original errorbar() and can provide some more useful flexibilities. With errorbar_plus, horizontal plot of errors is possible. Different markers can be used instead of the usual "I " shaped bar.
- Publisher: Chuong Nguyen
- Date: 10-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- debugfigure
- License: Shareware
- Price: .price.

{Note from Editor: This bug has been fixed in MATLAB 6.1} Sometimes saved figures cannot be edited with ploteditor tool when reopened, because of a bug in ML 6 (R12.0). Use this script to repair the handles of an opened figure you cannot edit..
- Publisher: Boyko Stoimenov
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Nova Fractal
- License: Shareware
- Price: .price.

Nova fractal is generated by iterating the formula z=z - R * f(z)/f '(z) + C This is Newton's formula with additional parameters. C is constant ,in this fractal C is points of the complex plane as in the Mandelbrot set. R is relaxation constant ,it is 1 for this fractal.
- Publisher: Ankur Pawar
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Satellite Calculator
- License: Shareware
- Price: .price.

Calculates: Azimuth, Elevation Angle, Slant range, Coverage Angle/Area.
- Publisher: Samip Malla
- Date: 09-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Read Truevision TARGA images
- License: Shareware
- Price: .price.

Matlab image reader for almost all types of TGA files example, [I,map] = tga_read_image('testimages/test9.tga'); figure, imshow(I,map);.
- Publisher: Dirk-Jan Kroon
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- confplot_t
- License: Shareware
- Price: .price.

A previous submission, confplot (by Michelle Giuliano) plots a single solid error boundary at one level of confidence. I just built on that idea by allowing the shade of the boundary to vary in a graded fashion across an array of confidence levels taken from a t distribution.
- Publisher: Aaron Schurger
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Graph GUI
- License: Shareware
- Price: .price.

Edit a graph or draw a new one with this GUI. Usage: >> graph_gui; or >> graph_gui(A,xy); Controls: Use the radio buttons to select an action: 1. To DRAW a new VERTEX, select 'Draw' and 'Vertex'. Then click inside the axes in the desired location. 2.
- Publisher: Joseph Kirk
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Plot 3D vectors/arrow (again ...)
- License: Shareware
- Price: .price.

The goal for me was to draw some reference frames to illustrate coordinate systems. I used arrow3 for a while, it was very usefull and I liked some of its features, but I had a few problems with it. 1/ 'deformation' problemns when applying functions like 'axis equal' when different objects are present, 2/ color problems when other colored objects were present and 3/ need for a 3D line-part of the arrow.
- Publisher: Emmanuel Dinnat
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Adaptive Optimal Kernel
- License: Shareware
- Price: .price.

A time-frequency representation which uses a signal-dependent, radially Gaussian kernel that adapts over time. The code provides an excellent ambiguity domain filter for time-frequency analysis. Just run the script main_AOK.m to see it in action. The test signal includes three impulses, two simultaneous sinusoids, a Gaussian pulse, and two parallel linear chirps.
- Publisher: Tony Reina
- Date: 09-06-2013
- Size: 113 KB
- Platform: Scripts, Matlab
- GTRACK
- License: Shareware
- Price: .price.

GTRACK Track mouse position and show coordinates in figure title. Once GTRACK is active the mouse position is constantly tracked and printed on the current figure title. A left-click will print the coordinates in the command line and store them. Clicking the mouse right button deactivates GTRACK.
- Publisher: Jose Pina
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Plot confidence intervals
- License: Shareware
- Price: .price.

Plots shaded confidence intervals. Uses the matlab fill function, rather than area. This allows for multiple confidence plots to be overlayed for statistical comparison..
- Publisher: Raymond Reynolds
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- A toolbox for finding horseshoes in 2D maps
- License: Shareware
- Price: .price.

By Qingdu Li, Institute for Nonlinear Systems, Chongqing University of Posts and Telecommunications, Chongqing, 400065, China. Email: liqd@cqupt.edu.cn or qingdu_li@163.com As one of the most important results in chaotic dynamics, topological horseshoe theory provides a powerful tool in rigorous studies of chaos in dynamical systems, such as giving the topological entropy, verifying the existence of chaos, showing the structure of chaotic attractors, revealing the mechanism inside of chaotic phenomena and so on.
- Publisher: Qingdu Li
- Date: 09-06-2013
- Size: 891 KB
- Platform: Scripts, Matlab
- Busy Dialog
- License: Shareware
- Price: .price.

H = BUSYBAR('message', property, value, property, value, ...) creates and displays a dialog box displaying 'message'. The handle to the waitbar figure is returned in H. Optional arguments property and value allow to set corresponding waitbar figure properties.
- Publisher: Kesh Ikuma
- Date: 09-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Image Edge Enhancing Coherence Filter Toolbox
- License: Shareware
- Price: .price.

Introduction: This toolbox will perform Anisotropic Non-Linear Diffusion filtering on a 2D gray/color or 3D image. This filtering will reduce the image noise while preserving the region edges, and also enhancing the edges by smoothing along them. This is one of the more advanced image enhancement methods available, and also contains HDCS from october 2009.
- Publisher: Dirk-Jan Kroon
- Date: 08-06-2013
- Size: 10373 KB
- Platform: Scripts, Matlab


