Listing of Multimedia in Scripts
- Draw a circle in a matrix / image
- License: Shareware
- Price: .price.

This is a good example of the integer midpoint circle algorithm. No pixels are missed or repeated..
- Publisher: Peter Bone
- Date: 16-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- crosshatch_poly Script
- License: Freeware
- Price: 0.00

It works similar to the fill command in MATLAB. It allows multiple overlapping hatching on different polygons, and can even be used to obtain a speckled affect. It has a fair number of options for different line styles, colors, widths, and background colors.
- Publisher: Matthew Roughan
- Date: 16-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- clickfocus
- License: Shareware
- Price: .price.

Ever get frustrated by the inability to control which uicontrols you can tab between? CLICKFOCUS provides functionality to select a subset of uicontrols between which focus can be shuttled. Simply enter the figure handle and a list of handles to which you want to increment.
- Publisher: Brett Shoelson
- Date: 16-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SETAXES
- License: Shareware
- Price: .price.

This subsmission was inspired by the blog: http://blogs.mathworks.com/loren/2007/12/1...-pretty-graphs/ SETAXES fixes common problems with MATLAB figures. SETAXES(AX, ...) applies to the axes AX which, when not supplied, defaults to the current axes.
- Publisher: Mukhtar Ullah
- Date: 15-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Make figures the same size
- License: Shareware
- Price: .price.

figsame() makes all open figures the same size as gcf figsame(h) makes all open figures the same size as figure h figsame(h,[a b c]) makes figures a b c the same size as figure h.
- Publisher: Teja Muppirala
- Date: 15-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MULTIPLOT2 - Multiplot version for version prior to R2007a (do not use inputParser)
- License: Shareware
- Price: .price.

multiplot - 2D-line plots on several axes with common x-axis multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) plots the data stored in the cell arrays XDATA and YDATA in several subplots with a common x-axis. multiplot also links all generated axes in order to synchronize the zoom along the x-axis.
- Publisher: Thomas Montagnon
- Date: 15-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- The Mandelbrot set has its place in complex dynamics
- License: Shareware
- Price: .price.

Plots the Phase Plane Plot of the following system (d^2y/dt^2)+2Jw(dy/dt)+w^2=0 For different w & J values.
- Publisher: jayanta basu
- Date: 15-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Twitter Only Widget
- License: Shareware
- Price: .price.

English: This is a simple plugin to put in the sidebar of your blog the last tweets from your Twitter account Portugues: Este ™ um simples plugin para colocar no sidebar do seu blog os ultimos tweets de sua conta no twitter Donation Paypal Donation Pag Seguro Install : Upload plugin folder to the /wp-content/plugins/ directory Activate the plugin through the 'Plugins' menu in WordPress Im Appearance->widgets select Twitter Only Widgets and add the User and the number of tweets you want to display in the sidebar.
- Publisher: Vinicius Gomes
- Date: 15-02-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- Using RTW and Compiler
- License: Shareware
- Price: .price.

This example shows how to create a rapid simulation target from a Simulink model using RTW, and then create a GUI, which is then compiled into stand alone application by MATLAB compiler to control the parameters tuning of the rapid simulation file. The generated application are able to run under the machine w/o MATLAB.
- Publisher: Tan Chin Luh
- Date: 15-02-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Export2Excel
- License: Shareware
- Price: .price.

EXPORT2EXCEL function exports a Matlab array / Cell array to Excel spreadsheet. Microsoft Excel activex server i.e Excel Com object is used to export data from Matlab to Excel.Hence Microsoft Excel is a must to have for exporting data from this function.
- Publisher: Shameemraj Nadaf
- Date: 14-02-2013
- Size: 82 KB
- Platform: Scripts, Matlab
- image matching with GUID
- License: Shareware
- Price: .price.

we use GUIDE to creat a GUI in which we load two images ,convert to binary images and calculates the percentage match.This is gud for studying image procssing for beginners. i think this coudl be modified better and hardware interfaced for clinical applications and person indentification in places like an internet cafe.
- Publisher: anish francis
- Date: 14-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Volume Visualization Example
- License: Shareware
- Price: .price.

In this code, I show how to create a clean architecture for a volume visualization engine and one example GUI that uses it. I take advantage of exporting nested functions so the GUI programmer can manipulate the visualization in ways that can be customized for specific applications.
- Publisher: Loren Shure
- Date: 14-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- system of equations solver
- License: Shareware
- Price: .price.

This zip file contains three separate guis. One solves and plots a system of functions given the inputs of 2 or more functions. The second one solves a 2 system differential equation model using the 4th order runga-kutta method. The third one is just a demo gui of how my components work for my gui.
- Publisher: Chun Zheng
- Date: 14-02-2013
- Size: 61 KB
- Platform: Scripts, Matlab
- smoothc.mat
- License: Shareware
- Price: .price.

Usage: mO=smoothc(mI,Nr,Nc) mI=input matrix Nr=number of rows included in smoothing function Nc=number of columns included in smoothing function mO=output array, smoothed Intended as an example of using a kernel to smooth an image. With minimal changes, the user may implement another kernel.
- Publisher: linda winkler
- Date: 14-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- mat2bmp
- License: Shareware
- Price: .price.

MAT2BMP(FILENAME,MATRIX) writes a standard windows bitmap file (24-bit color)to a file called FILENAME (created or overwritten) whose image matches the image represented by a_mat. No scaling is performed on the image data. If the matrix is MxN (2-D) the image is created with colors mapped to the colormap passed into varargin{1}, or the existing current ML colomap if no colormap is passed in varargin.
- Publisher: Tom Gaudette
- Date: 14-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Open File Utility
- License: Shareware
- Price: .price.

An m-file that activates the WIN32 ActiveX control for selecting a file. The ActiveX control is part of the Win32 environment and it is written using COM/DCOM technology. The attached m file is only a connecting function. You can change and customize the control by adding more "set" functions to the ActiveX control.
- Publisher: Alecsander Eitan
- Date: 14-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Mass Univariate ERP Toolbox
- License: Shareware
- Price: .price.

The Mass Univariate ERP Toolbox is a freely available set of MATLAB functions for performing mass univariate analyses of event-related potentials (ERPs), a noninvasive measure of neural activity popular in cognitive neuroscience. A mass univariate analysis is the analysis of a massive number of simultaneously measured dependent variables via the performance of univariate hypothesis tests (e.
- Publisher: David Groppe
- Date: 14-02-2013
- Size: 215 KB
- Platform: Scripts, Matlab
- Advanced Scroll Plot
- License: Shareware
- Price: .price.

With this version you can choose the window size, like in the screenshot e.g. 4. It also allows you to start the x axis not only from zero. After plotting your signal, just call the function scrollplot(...). For more information take a look at the comments inside the file.
- Publisher: Wolfgang Stiegmaier
- Date: 14-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- APCST2011 GUI tutorial
- License: Shareware
- Price: .price.

This script is written as part of a conference paper to encourage the use of a GUI to analyse the trajectory of a lawn bowl for sports engineering students. This script is intended as a preliminary teaching tutorial before students move on to write a more comprehensive GUI.
- Publisher: Paul Medwell
- Date: 13-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D polynomial fitting with SVD
- License: Shareware
- Price: .price.

Use coeffs = fit2dPolySVD(x, y, z, order) to fit a polynomial of x and y so that it provides a best fit to the data z. Uses SVD which is robust even if the data is degenerate. Will always produce a least-squares best fit to the data even if the data is overspecified or underspecified.
- Publisher: Richard Whitehead
- Date: 13-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Contour Plot onto Image
- License: Shareware
- Price: .price.

Plots contour points onto given image. The contour vector is assumed to be in the domain as defined in ToPolar.m (another file submitted by me).
- Publisher: Prakash Manandhar
- Date: 13-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Thermometer plot
- License: Shareware
- Price: .price.

A Thermometer plot, like the ones you see when a small town wants to buy a new ambulance..
- Publisher: Eric Ludlam
- Date: 13-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Status / progress indicator
- License: Shareware
- Price: .price.

Statusbar is a simple GUI to display the progress of a lengthy computation. It displays the current state and the elapsed time as well as the estimated time to finish. On confirmation, the user can interrupt the computation by closing the window. At every update, the application program is signaled if it should stop or continue.
- Publisher: Marcel Leutenegger
- Date: 13-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- linemenu
- License: Shareware
- Price: .price.

LINEMENU adds a context menu to change line properties LINEMENU(hline) creates a context menu for the line with handle hline that allows line properties to be easily changed. LINEMENU, without any input arguments, will create this context menu for all lines that are found in the current figure.
- Publisher: Nathan Childress
- Date: 12-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- cropavi
- License: Shareware
- Price: .price.

% CROPAVI provides functionality to crop an AVI file (i.e., to delete frames from the file) % and save the cropped version to the same directory that contains the original video file. % The new video will have the same name as the original file, with the word % "cropped" appended to its name.
- Publisher: Brett Shoelson
- Date: 12-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Inca
- License: Shareware
- Price: .price.

INCA allows to copy & paste plots and other axes contents from one axes object into another. This may be useful for collecting plots from single figures into subplots of one figure. INCA can create an entry in the figure's menubar..
- Publisher: Norbert Marwan
- Date: 12-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- DIRECTEDPLOT
- License: Shareware
- Price: .price.

DIRECTEDPLOT Plot with directions DIRECTEDPLOT(X,Y) plots vector Y versus vector X, with arrows on alternative points. If X or Y is a matrix, then the vector is plotted versus the rows or columns of the matrix,whichever line up. DIRECTEDPLOT(X,Y,N) places arrows on each N-th point, starting from the first.
- Publisher: Mukhtar Ullah
- Date: 12-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2-Dimensional Histogram
- License: Shareware
- Price: .price.

function H = histo2D(D,[Xlo Xhi],Xn,[Ylo Yhi],Yn,Xlab,Ylab,Title) 2-Dimensional Histogram (size(H) == [Yn Xn]) Counts number of points in the bins defined by - X = linspace(Xlo,Xhi,Xn) and Y = linspace(Ylo,Yhi,Yn) Example: Dx = 5*rand(100,1) ; Dy = 10*rand(50,1) ; D = [Dx,Dy] ; H = histo2D(D,[0 5],10,[0 10],5, 'Xlabel','Ylabel','2d Histogram') ;.
- Publisher: Rey Patlolla
- Date: 12-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Auto Gaussian & Gabor Surface Fit
- License: Shareware
- Price: .price.

Auto Gaussian & Gabor Surface fit --- 2 functions to fit a 2D Gaussian or 2D Gabor to a surface. The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters. This is done by evaluating the quality of fit (sum of squared error) for many different choices of parameters then refining the most promising set of params through least-squares (exhaustive search followed by refinement).
- Publisher: Patrick Mineault
- Date: 12-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- bubbleplot
- License: Shareware
- Price: .price.

x-y scatter plot with plot symbol size proportional to magnitude of z. Scale factor enables symbol size continuity when overplotting with subsequent datasets using a different color..
- Publisher: J. David Cogdell
- Date: 12-02-2013
- Size: 31 KB
- Platform: Scripts, Matlab


