Listing of Multimedia in Scripts
- Rubberband Line
- License: Shareware
- Price: .price.

[p1,p2]=rbline(varargin) Function to draw a rubberband line and return the start and end points. Usage: [p1,p2]=rbline; or [p1,p2]=rbline(h); where h is an axis handle. Click the mouse in the plot to define the start point. A rubberband line is drawn between the start point and the current point until the mouse is clicked again.
- Publisher: Sandra Martinka
- Date: 21-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- LEGENDTITLE
- License: Shareware
- Price: .price.

LEGENDTITLE adds a title inside the legend axes. LEGENDTITLE(LEGH,TITLESTR) adds the title TITLESTR to the legend LEGH LEGENDTITLE(TITLESTR) adds the title to the current legend in the current axes. LEGENDTITLE(...,Param,Val) sets the specified properties for the text object.
- Publisher: Steve Simon
- Date: 21-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- PHP Choral Music Library
- License: Freeware
- Price: 0.00

PHP Choral Music Library is an application written in PHP and using MySQL to help musicians create and maintain a library of sheet music. It has multiple language support and supports a library which exists as a group of separate collections..
- Publisher: Anonymous
- Date: 21-06-2013
- Size: 61 KB
- Platform: Scripts, PHP
- quiverc2wcmap
- License: Shareware
- Price: .price.

Draws a quiver plot with arrows whose colors are w/r to the default color map and the magnitude of the data. It displays a colormap whose limits accurately reflect the data. Works with NaNs. Created under 6.5.1 but has run under 6.1.
- Publisher: Andew Diamond
- Date: 21-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Wave packet dispersion and refration
- License: Shareware
- Price: .price.

With several interactive windows it is seen a light wave packet refraction, a de Broglie wave packet dispersion, etc. The program is a GUI M file, and it's a good an example of how to pass data from one window to another. The comments are in spanish.
- Publisher: Carlos Adrian Vargas Aguilera
- Date: 20-06-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Import Fig File to Axes
- License: Shareware
- Price: .price.

% IMPORTFIG(Figfilename,Axes) opens a fig file and places the % contents into another axes such as on a subplot. % % Example % h=subplot(3,2,1); % importfig('plot1.fig',h); Useful if you have lots as fig files and you want to view/tile them together.
- Publisher: Stuart McGarrity
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Position of a point and a straight line or segment
- License: Shareware
- Price: .price.

Position determines the relative position of a planar point C with respect to a planar segment joining A and B. This is not intended for 3D points. Pos=0 =>the point C is collinear with A and B Pos=1=>the point C is above the segment Pos=-1=>the point C is below the segment Example A=[0 0 0]; B=[1 1 0]; C=[1 0 0]; Pos=Position(B,A,C) Since C is below AB then Pos=-1 Note: in case of 2D points, you still have to include the z-ordinate, i.
- Publisher: Nassim Khaled
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- timebar
- License: Shareware
- Price: .price.

TIMEBAR is a progress window, similar to waitbar, that shows the progress of calculations using a sliding bar, a displayed percentage complete, and an estimated time remaining. The estimated time remaining is calculated linearly using only the initialized time, the current time, and the percent progress.
- Publisher: Chad English
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ALPHAMASK: semi-transparent image overlay
- License: Shareware
- Price: .price.

ALPHAMASK: Overlay image with semi-transparent mask Overlays a semi-transparent mask over an image. By default the currently displayed figure is overlain. Options include overlay colour and opacity. Returns a handle to the overlay mask. Usage: hOVM = alphaMask(bwMask, [colour, transparency, axHandle]) bwMask: logical matrix representing mask colour: vector of three rgb values in range [0, 1] (optional; default [0 0 1]) transparency: scalar in range [0, 1] representing overlay opacity (optional; default 0.
- Publisher: Andrew Davis
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- gui calculator based on gaussian quadrature inegration
- License: Shareware
- Price: .price.

This is a simple gui application that used gaussian quadrature inegration based on index=1-3. It can be easily extended to higher order of indices for better accuracy. For more information visit: http://en.wikipedia.org/wiki/Gaussian_quadrature.
- Publisher: Nassim Khaled
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- PIVlab - time-resolved particle image velocimetry (PIV) tool
- License: Shareware
- Price: .price.

PIVlab is a time-resolved particle image velocimetry (PIV) software that does not only calculate the velocity distribution within particle image pairs, but can also be used to derive, display and export multiple parameters of the flow pattern. A user-friendly graphical user interface (GUI) makes PIV analyses and data post-processing fast and efficient.
- Publisher: W Thielicke
- Date: 20-06-2013
- Size: 4495 KB
- Platform: Scripts, Matlab
- ibar.m
- License: Shareware
- Price: .price.

ibar() does the same as bar(), but returns a seperate handle for each bar, therefore enabling you to address each bar and set ist properties individually, e.g. change color of single bars. To access the handles s.a. Matlab Help 'Obtaining Data from Cell Arrays'.
- Publisher: Robert Schleicher
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D/3D image segmentation toolbox
- License: Shareware
- Price: .price.

Features of the toolbox: (1) The toolbox includes classic level-set methods such as geodesic active contours (GAC), Chan-Vese model and a hybrid model combining the boundary and regional terms. (2) All the methods are implemented with the semi-implicit solver AOS which can guarantee the stability of the numerical methods even with very large time steps, thus boosting the efficiency for level-set based segmentation.
- Publisher: Yan Zhang
- Date: 20-06-2013
- Size: 3308 KB
- Platform: Scripts, Matlab
- PHP:Playlist for Music and Sound
- License: Freeware
- Price: 0.00

PHP:Playlist is a web interface to your music. Features: - Streaming in SHOUTcast format (random, recursive or straight order) - RSS feed with new added albums - MP3/OGG tags indexing in database (SQLite3) and searching abilities - Download statistics.
- Publisher: Yanik Gleyzer
- Date: 20-06-2013
- Size: 20 KB
- Platform: Scripts, PHP
- Multiple Cursors
- License: Shareware
- Price: .price.

MYCURSORS creates as many cursors as you want on an axes. Cursors can be tricky to implement and handle. This function will help you to simply add multiple cursors on an axes. EXAMPLE: Take a look at the example cursor_demo() to see how you can implement cursors using MYCURSORS.
- Publisher: Thomas Montagnon
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- View Factors with GUI
- License: Shareware
- Price: .price.

This is the same function as posted before but now with a GUI. With this program, you can calculate view factors between polygons, which can be used later in radiation problems. I think that this is the first free program on the web that calculates view factors (I searched one in the past but never found any).
- Publisher: Nicolas Lauzier
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Fullscreen
- License: Shareware
- Price: .price.

The package contains an m file for displaying fullscreen matlab images. The user can specify the display number for the image to be shown. This is a cross platform solution using Java function built into Matlab 7.x and has been tested on Windows and Linux machines.
- Publisher: Pithawat Vachiramon
- Date: 20-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Spatial Error Analysis: A Unified Application-Oriented Treatment
- License: Shareware
- Price: .price.

This book is an all-in-one sourcebook on error measurements in one-, two-, and three-dimensional spaces. For a full book description and ordering information, please visit http://www.mathworks.com/support/books/book1526.jsp..
- Publisher: David Hsu
- Date: 19-06-2013
- Size: 553 KB
- Platform: Scripts, Matlab
- Status Bar
- License: Shareware
- Price: .price.

This status bar demo provides code which presents incremental status messages..
- Publisher: Roy Schestowitz
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Tab Panel (Yet another one)
- License: Shareware
- Price: .price.

This is a simple construction of 'Tabed' pannel using GUIDE. To explore more: Open the figure with GUIDE, and make sure to notice the uiControls (txNullA, and txNullB) with no text. They are used to create the smooth visual transition between corresponding Tabs and Panels, by turning ON and OFF their "Visibile Property" accordingly.
- Publisher: Laine Berhane Kahsay
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Three Dimensional Analytical Magnetic Resonance Imaging Phantom in the Fourier Domain
- License: Shareware
- Price: .price.

This submission contains a collection of codes in different programming languages that implement the analytical framework proposed in Koay CG, Sarlls JE, doOCozarslan E. * Three Dimensional Analytical Magnetic Resonance Imaging Phantom in the Fourier Domain.
- Publisher: Cheng Guan Koay
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Image 2D Transformations
- License: Shareware
- Price: .price.

Image 2D Transformations Translation Rotation Scaling.
- Publisher: Madhu S. Nair
- Date: 19-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- avilib: a pedestrian AVI creator wrapper
- License: Shareware
- Price: .price.

AVILIB is a simple wrapper for ML's basic AVI engine to easily create AVI movies using the more familiar low-level file-i/o syntax of the form: - aopen : open an AVI file - awrite : write to an AVI file - aclose : close an AVI file takes image(s) of the form - RGB (x/y/3) - INDEXED (x/y) - getframe(.
- Publisher: us
- Date: 19-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Oscilloscope Script
- License: Freeware
- Price: 0.00

Oscilloscope is a tool that allows you to analyze signals from your sound card. You could use it with the function generator to test circuits or speakers..
- Publisher: Charles Kratzer
- Date: 19-06-2013
- Size: 123 KB
- Platform: Scripts, C and C plus plus
- PAN
- License: Shareware
- Price: .price.

PAN adds panning pushbuttons to the current figure to allow the user to pan left, right, up, and down. This is especially useful when analyzing a dense plot of data after zooming in. Pan works with most standard 2D plots, subplots, and images. If the figure contains subplots, all of the axes are panned together.
- Publisher: Mark Brown
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Implementation of Shortest Route framed in GUI
- License: Shareware
- Price: .price.

The GUI framed in this m-file will find out the Shortest Route in the network Topologies. First, User have to load the network (Adjacent matrix). Then run the algorithm and fill the information in GUI like Source node, Destination Node and total number of nodes.
- Publisher: Ranjit
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- implot2.m
- License: Shareware
- Price: .price.

IMPLOT2 may be used to plot implicit functions of exactly two variables. It uses a similar approach to IMPLOT (by Arthur Jutan), but extends the capabilities of IMPLOT to allow the specification of one or more lineseries properties: e.g. line width, line color, line style etc.
- Publisher: Vinesh Rajpaul
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- pie2
- License: Shareware
- Price: .price.

There are 4 'hacks' to the PIE function: 1) pie values are scaled regardless of whether the sum > 1 2) labels on the left of the pie are 'right' aligned & labels of the right are 'left' aligned. The standard PIE function uses 'center' alignment. 3) overlapping labels are moved along the y-axis and leader lines are drawn for added clarity.
- Publisher: Anonymous
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Julia set and Mandelbrot set for Graphics and Animations
- License: Freeware
- Price: 0.00

Each file comes with its own set of algorithms for generating the fractal graphic..
- Publisher: Ankur Pawar
- Date: 18-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Resize a circle using slider by gui
- License: Shareware
- Price: .price.

A simple gui design shows the ability to make dynamic plotting by changing the value of slider which produce a change in the circle radius..
- Publisher: Ali Talib Oudah
- Date: 18-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab

