Listing of Multimedia in Scripts
- errorplot.m
- License: Shareware
- Price: .price.

% 2 dimensional plot with error bars % % By: P.S.Basran 6/17/03 % % Toronto-Sunnybrook Cancer Centre % Dept. Medical Physics % Parminder.Basran@sw.ca % % % % Function: % This function produces a two dimensional plot with error bars. % % Syntax: % out=errorplot(x,y,dy,plottypes,dx) % % Inputs: % x - is a [1 x n] dimensional vector % y - is a [m x n] dimensional matrix for multidimensional plots % dy - is a [m x n] dimensional matrix whose dimensions must match those of y % plottypes - is a [1 x 4] dimensional vector whose entries specify the plottype in the % same fashion as the variable 's' in the function plot(x,y,s).
- Publisher: Parminder Basran
- Date: 12-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- lasso.m
- License: Shareware
- Price: .price.

[selx,sely,indexnr]=lasso(x,y); Input: x,y - a set of points in 2 column vectors. Output: selx,sely,indexnr - a set of selected points in 3 column vectors Note: After the scatter plot is given, selection by mouse is started after any key press. This is done to be able to ZOOM or CHANGE AXES etc.
- Publisher: Thomas Rutten
- Date: 11-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D Gabor Wavelets
- License: Shareware
- Price: .price.

Function in GaborWavelet.m create a Gabor Wavelet kernel. GaborExample.m show the Gabor wabeletskernel at five different scales and eight different oritations..
- Publisher: Zhi Chai
- Date: 11-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Display message window
- License: Shareware
- Price: .price.

SHOWINFOWINDOW creates a small dialog window which displays a user-defined message. It is quite like MATLAB's msgbox but without an OK button. Although msgbox could be used for the simple display of a message that informs the user about a process being performed (and is not expected to last long, else a waitbar/timebar could be used but at a cost of running time), the presence of the OK button that closes the window on press could be annoying.
- Publisher: Panagiotis Moulos
- Date: 11-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- circle3.m
- License: Shareware
- Price: .price.

This routine draws a circle with center defined as a vector CENTER, radius as a scaler RADIS. NOP is the number of points on the circle..
- Publisher: Ahmed Ferozpuri
- Date: 11-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D Chebyshev Transform
- License: Shareware
- Price: .price.

This is a very fast and efficient script for nodal-to/from-spectral transforms using chebyshev polynomials on the unit square domain. This version does not require 2^n truncation, but does require the same truncation in both dimension. Users are encouraged to improve and redistribute this script.
- Publisher: Greg von Winckel
- Date: 11-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Recovering data hidden in an image Script
- License: Freeware
- Price: 0.00

The function will returns the text string of length SIZ embedded in the Bth bit-plane of the image I..
- Publisher: Nithya V S
- Date: 11-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- JamDB for Music and Sound
- License: Freeware
- Price: 0.00

JamDB (Just another music DataBase) is a fast PHP/DB based mp3 collection management software with many interesting features. You can search for artists, albums or songs as well as for all songs added the last n days, weeks or months or a combination of these methods.
- Publisher: linuxcc.de
- Date: 11-02-2013
- Size: 92 KB
- Platform: Scripts, PHP
- Linear 2D Plot with Rainbow Color
- License: Shareware
- Price: .price.

This function plots a line colored like a rainbow. The line is defined by x versus y pairs, which is the same as a regular 2-D plot. This program is inspired by Jonathan Zarge's post at http://groups.google.com/group/comp.soft-s...t+rainbow&hl=en.
- Publisher: Kun Liu
- Date: 11-02-2013
- Size: 102 KB
- Platform: Scripts, Matlab
- phpMyChord
- License: Freeware
- Price: 0.00

phpMyChord, PHP web app for creating custom Scale, Chord and Interval dictionaries and diagrams for any musical instrument. MySQL database tables enumerating all possible scales, chords and intervals and their properties..
- Publisher: Anonymous
- Date: 11-02-2013
- Size: 143 KB
- Platform: Scripts, PHP
- histn.m
- License: Shareware
- Price: .price.

This function generates an overlapping histogram of multiple populations. For a demo simply type "histn". SYNTAX: h=histn(Y,X,S) Y - Data array that is NxM where N is the number of groups and M is the number of measures within each group. Right now M has to be the same for each group.
- Publisher: Daniel Ennis
- Date: 11-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- AutoSizeOnConnect
- License: Shareware
- Price: .price.

In many cases, Simulink⢠users have multiple blocks that they wish to connect to a block, particularly mux, demux, and bus creator blocks. The current practice is to drag one of these blocks from the Simulink library browser into the model. The mux block, for example, by default has 2 input ports.
- Publisher: Mike Anthony
- Date: 11-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- legnum
- License: Shareware
- Price: .price.

LEGNUM Legend current figure using array of numbers. LEGNUM(X) adds a legend to current figure using string representations of the numbers in X. If X is a two- or multi-dimensional array, it will be flattened and all elements will be included. LEGNUM(X, P) is the same but uses precision P, where P is an integer.
- Publisher: Alex Barnett
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Half polar coordinates figure plot function halfPolar
- License: Shareware
- Price: .price.

HALFPOLAR function performs the polar plot in radian angle range [0 pi] using half polar coordinates HALFPOLAR(phi,gain) makes a plot with phi in radians angle range [0 pi] and gain in half polar coordinates. Phi and gain could be vector or matrix with the same dimensions.
- Publisher: LIU Huideng
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 3D Bresenham's line generation
- License: Shareware
- Price: .price.

This program will generate the coordinates of a 3D Bresenham's raster line between two given points. A very useful application of this algorithm can be found in the implementation of Fischer's Bresenham interpolation method in my another program that can rotate three dimensional image volume with an affine matrix: http://www.
- Publisher: Jimmy Shen
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 3-Phase Vector Plotter
- License: Shareware
- Price: .price.

This is a tiny project just to show how we can build a useful tools from the available graphics commands in MATLAB . In this project I had been used the "Plot Annotation" Commands to write a program in Simulink using "Embedded MATLAB Function" block to plot the vectors in 3-phase systems.
- Publisher: Saqer Ali Khalil
- Date: 10-02-2013
- Size: 174 KB
- Platform: Scripts, Matlab
- RED5 recorder
- License: Freeware
- Price: 0.00

All recorded data is stored on to a server using the Red5 technology. The component is very flexible/editable, so it can easily be customized to fit into web design scheme..
- Publisher: proxymis Multimedia
- Date: 10-02-2013
- Size: 645 KB
- Platform: Scripts, Matlab
- jlGui player Applet for Music and Sound
- License: Freeware
- Price: 0.00

jlGui player Applet is the applet version of jlGui, Music Player for the Javad-OC?D? platform, free, open source project. To play any MP3 or OGG Vorbis file/stream, you need a browser JavaSound 1.0 compliant : Internet Explorer, Mozilla, Opera ... with Javad-OC?D? Plugin 1.
- Publisher: javazoom.net
- Date: 10-02-2013
- Size: 1147 KB
- Platform: Scripts, Java
- Jsurf
- License: Shareware
- Price: .price.

JSURF is similar in almost all respects to the standard SURF plot except that it admits a second matrix T of z-coordinates of size [m,n] that is used to plot over the base surface described by coordinates (x,y,z). JSURF(x,y,z,T) plots the 3D surface T onto the surface described by (x,y,z).
- Publisher: J De Freitas
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- AviRead
- License: Shareware
- Price: .price.

Reads AVI-files and processes position of pixel maximum per frame NOTE: supports only uncompressed plain avi(RIFF) files Tested under MATLAB 5.2.
- Publisher: Rainer Rawer
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MATLAB 7 (R14)
- License: Shareware
- Price: .price.

Simple examples how one can create gui-applications without Guide or with more simple using Guide We use nested functions. So this will work only for MATLAB 7.0+ 14 m-files.
- Publisher: Nikolai Yu. Zolotykh
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- subindex
- License: Shareware
- Price: .price.

SUBINDEX labels subplots in the current figure with an index in the top left corner. Options for the index include: a,b,c; 1,2,3; i,ii,iii etc. Run subindex after creating your figure with subplots. For example: subplot(1,2,1); plot(x,y); subplot(1,2,2); plot(x,y); subindex;.
- Publisher: David Lamper
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- zoom2cursor
- License: Shareware
- Price: .price.

% FUNCTION ZOOM2CURSOR % ZOOM2CURSOR, without arguments, will activate the current axis, create a text box showing the current position of the mouse pointer (similar to pixval), and automatically zoom the image to the location of the cursor as it is moved.
- Publisher: Brett Shoelson
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Visualize output of BWLABEL
- License: Shareware
- Price: .price.

VISLABELS is used to visualize the output of BWLABEL. VISLABELS(L), where L is a label matrix returned by BWLABEL, displays each object's label number on top of the object itself. Note: VISLABELS requires the Image Processing Toolbox. Example: bw = imread('text.
- Publisher: Steve Eddins
- Date: 10-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- digitize2.m
- License: Shareware
- Price: .price.

DIGITIZE digitize data from image. DIGITIZE with no input or output arguments allows the user to select an image file to load; only IMREAD-compatible image files are supported. The function then prompts the user to graphically identify the location of the origin and the X- and Y- axes of the plot.
- Publisher: Anil Prasad
- Date: 09-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Kamaelia
- License: Freeware
- Price: 0.00

Kamaelia is designed as a testbed for network experimentation using a component architecture designed to simplify creation and testing of new protocols for large scale media delivery systems. Kamaelia is divided into two sections: - Axon - this is a framework, developed by application spikes, for wrapping active objects.
- Publisher: Michael Sparks
- Date: 09-02-2013
- Size: 1638 KB
- Platform: Scripts, Python
- libTagEdit Script
- License: Freeware
- Price: 0.00

libTagEdit is a simple C and Python class library for music tag editing. Features: - Easy to use C interface - Even easier to use Python interface - Limited to the most basic needed information - Extendable through plugin interface - Support for mp3, Ogg Vorbis and FLAC - GUI editor and some tools available.
- Publisher: Torsten Marek
- Date: 09-02-2013
- Size: 328 KB
- Platform: Scripts, Python
- Voodoo Music Box
- License: Freeware
- Price: 0.00

Voodoo Music Box is a web based MP3 library management application. The program is written in PHP using the Zend Framework and a MySQL back-end. Voodoo Music Box is an Open Source PHP Multimedia project. Voodoo Music Box has many features other web based MP3 software application do not have.
- Publisher: Anonymous
- Date: 09-02-2013
- Size: 8858 KB
- Platform: Scripts, PHP
- AnimateLaTeX
- License: Shareware
- Price: .price.

AnimateLaTeX generates .tex files for making animations in LaTeX. It makes use of functions in the animate package for LaTeX. The program is easy to use and an example is attached for illustration of the usage..
- Publisher: Per BergstrdoTAm
- Date: 09-02-2013
- Size: 1188 KB
- Platform: Scripts, Matlab
- Fix bounding box in MATLAB exported encapsulated postscript (.eps) files
- License: Shareware
- Price: .price.

I found that the bounding box on matlab exported eps files was too large on the left and right side. This script just reads in the .eps file and reduces the bbox. % matlab seems to compute a bounding box on eps files which is too % large in the x-direction % % this script fixes the bounding box.
- Publisher: Nathan Tomlin
- Date: 09-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab



