Listing of Multimedia in Scripts
- Duplicate X-axes
- License: Shareware
- Price: .price.

The function duplicateX creates duplicate X-axes for a figure, the new axes relationship to the original axes is determined by input function. An auto update when zooming, for the duplicate axes, is allso available using version 7.5 (R2007B). The function fig_create adds menubar item 'duplicate X-axes' to the figure menubar.
- Publisher: Elad Goshen
- Date: 20-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Rollover background-color button for Graphics and Animations
- License: Freeware
- Price: 0.00

Rollover background-color button javascript makes any form button change background color as the mouse moves over it..
- Publisher: Dynamic Drive
- Date: 20-03-2013
- Size: 3021 KB
- Platform: Scripts, JavaScript
- htmlslideshowselect
- License: Shareware
- Price: .price.

This procedure takes as input a folder with stored figures and creates html file for displaying them in a web browser as a slide show. The figures can be organized in custom lists for displaying only a subset of stored figures..
- Publisher: Kirill Andreev
- Date: 20-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- errorbarlog.m
- License: Shareware
- Price: .price.

ERRORBARLOG(X,Y,E,...) plots the graph of vector X vs. vector Y with a logarithmic Y-axis, using symmetrical bars about the data points, ie: the bars are such that Y is the geometric mean (instead of arithmetic mean) of the lower and upper bars. The total length of the error bar is 2E.
- Publisher: Frederic Moisy
- Date: 20-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- PHP Webcams
- License: Freeware
- Price: 0.00

PHP Webcams is a script that displays an index of images that are automatically updated via ftp or some other method on a regular basis. It also has individual updating pages for each webcam..
- Publisher: Randy Becker
- Date: 20-03-2013
- Size: 20 KB
- Platform: Scripts, PHP
- Fireworks GUI
- License: Shareware
- Price: .price.

This GUI allows you to create fireworks and display them interactively. With key strokes, mouse movements, mouse clicks, and commands, you can control your fireworks. You can even make movies (AVI or animated GIF) out of them. Is there any practical use? Of course not! It's solely for entertainment, but you won't be bored.
- Publisher: Jiro Doke
- Date: 20-03-2013
- Size: 5499 KB
- Platform: Scripts, Matlab
- Fast retrieve line coordinates
- License: Shareware
- Price: .price.

function [x,y]=conect(Xstart,Xend,Ystart,Yend) works the same as LINE(X,Y) but you can retrieve the coordinates of the line. It works for Xstart~=Xend..
- Publisher: Alejandro Sanchez-Crespo
- Date: 20-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- WindowAPI
- License: Shareware
- Price: .price.

WINDOWAPI - Set window properties using the Windows API There are a lot of functions in the FEX to set the figure properties, e.g. maximized, minimized, always-on-top, level of transparency (using Java). This submission adds 4 new features: 1. Maximize a window with or without visible taskbar or menu bar.
- Publisher: Jan Simon
- Date: 20-03-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Remove Space in MATLAB Exported Postscript File
- License: Shareware
- Price: .price.

MATLAB includes extra blank spaces in the bounding box in exported postscript files. By removing extra blank spaces between the bounding box values Lyx a typesetting/wordprocessing software, can correctly read the boundin box values. usage: fixeps('filename.
- Publisher: Jorgen Johansson
- Date: 20-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MP3 Player Tool Code Script
- License: Freeware
- Price: 0.00

MP3 Player Tool Code allows you to create an application that can play, pause, and stop MP3 files with an easy-to-use interface..
- Publisher: Brandon S
- Date: 19-03-2013
- Size: 72 KB
- Platform: Scripts, C and C plus plus
- Sketching GUI
- License: Shareware
- Price: .price.

The program uses Prewitt Edge Detection Method to draw sketches of your images. The GUI has a very unique facility to vary the amount of sketching as much as you need. The idea behind varying the amount of sketching is that different types of images requires different amount of sketching.
- Publisher: Divakar Roy
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- GUI with memory - UIREMEMBER & UIRESTORE
- License: Shareware
- Price: .price.

Many apps "remember" their last state. The following functions make this functionality very easy for Matlab GUIs. UIREMEMBER basically remembers (saves) the object state. UIRESTORE basically restores the object last saved state. The simplest way to do it is, for each "need to be remembered" object : 1.
- Publisher: Lior Cohen
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Rollover effect on pushbuttons
- License: Shareware
- Price: .price.

The ROLLOVER object gives you the opportunity to change labels and/or icons on pushbuttons when mouse pointer moves over them. You just have to instantiate a ROLLOVER object on a chosen figure, define handles of pushbuttons which you want to be rollover-capable, and eventually provide alternative labels and/or icons.
- Publisher: Laurent Vaylet
- Date: 19-03-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- DAQ Through Parallel Port
- License: Shareware
- Price: .price.

This is a very basic software for Data Acquisition using Parallel Port. You can both input and output data using Parallel Port. I need your valuable suggestions..
- Publisher: M.Mohsin Siraj
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Callback Stack
- License: Shareware
- Price: .price.

Handy function to add/remove/append an arbitrary number of callbacks to an object (e.g. figure, axes, line, patch, surface, text, image, zoom, pan, rotate, ...). This function is extremely useful, if you write general purpose functions, which should be executed as object-callbacks without deleting any already existing callback(s).
- Publisher: Sebastian HdoTAlz
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Recursive tesselation
- License: Shareware
- Price: .price.

This is the basic algorithm for building Bayer's dither array but does so with unlimited size such that: H=rcrsvtslltn(N) produces an NxN Bayer's dither array. Code requires N to be an even number. If it is odd, then N is incremented by 1 to make it an even number.
- Publisher: Daniel Lau
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Drag Patches Demo
- License: Shareware
- Price: .price.

This m-file demonstrates how to create patches that can be moved around when they are clicked on. This functionality is ideal for interactive GUIs. For example, anyone who wants to write code for a board game with moving pieces could use this as a starting point.
- Publisher: Joseph Kirk
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- fillPage
- License: Shareware
- Price: .price.

fillPage allows you to easily adjust properties that affect the size and position of a figure to be printed/exported, so that the generated output will "fill" the page within specified (or default) margins. fillPage returns the original property values in a structure, allowing them to be restored/reset after printing.
- Publisher: Richard Quist
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Dancing Gifs for Graphics and Animations
- License: Freeware
- Price: 0.00

Allow your images to dance freely across the screen with this free javascript. Still and animated gifs alike can now enjoy freedom from the tyranny of design and static placement..
- Publisher: Randy Bennett
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, JavaScript
- Marking Fig
- License: Shareware
- Price: .price.

MATLAB puts marker on all the plotted points.This function puts marker, as many as specified by the user, on the plots..
- Publisher: Rajkishore Prasad
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Interactive GUI: Animated conic section through five points
- License: Shareware
- Price: .price.

(1) Use the mouse to click and drag the red data points within the dotted gray box, and observe the changes in the conic section in real time. (2) This function requires the symbolic math toolbox and is tested using Matlab version 7.1 (R14) service pack 3.
- Publisher: Michael Kleder
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Drawing Transparent Object on Image
- License: Shareware
- Price: .price.

This example draws transparent object on top of an image, and change the object properties for visual effect. The result show the visual effect of "Scanning Image". For more information on adding patch on top of an image: http://basic-eng.blogspot.com.
- Publisher: Tan Chin Luh
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Online Last.FM Player
- License: Freeware
- Price: 0.00

The Last.FM Online Player allows you to listen to any Last.FM radio station without the need to install, or even download, any software. There is also a class available in Online Last.FM Player to easily get data from any profile on Last.FM..
- Publisher: Anonymous
- Date: 19-03-2013
- Size: 61 KB
- Platform: Scripts, PHP
- vwhist
- License: Shareware
- Price: .price.

Draws a variable width histogram. Does not calculate data, it is just a drawing utility. Draws histogram with defined x, so data length(data)=length(x)-1, or, if lengths are equal, bars are centred at x. Syntax: HANDLES = VWHIST(X,Y,DX,DY,DIREC,FaceColor,EdgeColor).
- Publisher: M MA
- Date: 19-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- libgaudio for Music and Sound
- License: Freeware
- Price: 0.00

libgaudio is a library to facilitate easy incorporation of sound and sound effects in games. Samples are loaded into memory and playback is thentriggered or stopped. The system mixes any number of concurrently playing samples together (up to a predefined maximum).
- Publisher: Andreas Schiffler
- Date: 18-03-2013
- Size: 584 KB
- Platform: Scripts, C and C plus plus
- Fast 2D histogram calculation
- License: Shareware
- Price: .price.

Hist2D performs a fast calculation of 2D histograms. On a 2GHz processor, calculated and displayed a histogram of 1 million points in less than half a second. HIST2D 2D histogram [H XBINS YBINS] = HIST2D(D, XN, YN, [XLO XHI], [YLO YHI]) [H XBINS YBINS] = HIST2D(D, 'display' .
- Publisher: Amanda
- Date: 18-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Skeleton 2D
- License: Shareware
- Price: .price.

A basic example of skeletons in 2D, using maltab..
- Publisher: Roberto Herrera
- Date: 18-03-2013
- Size: 440 KB
- Platform: Scripts, Matlab
- Phased Array Design Toolbox
- License: Shareware
- Price: .price.

This is the abstract from my paper, included as documentation, in the zip file. Paper Titled : Phased Array Design Toolbox for MATLAB Theory of Operation ABSTRACT In recent years the advances in computer technology has led to increasing use of numerical techniques in the design and development of antennas and related technology.
- Publisher: Neill Tucker
- Date: 18-03-2013
- Size: 1126 KB
- Platform: Scripts, Matlab
- Burning Ship Fractal Script
- License: Freeware
- Price: 0.00

It will take about 8 seconds to plot the image fractal. The user can remove the "%" at the starting of last line to save the figure in a png file of 2000x2000 resolution..
- Publisher: Ankur Pawar
- Date: 18-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Document Stars script for Graphics and Animations
- License: Freeware
- Price: 0.00

This script creates a flying stars effects in background of your webpage..
- Publisher: Matt Gabbert
- Date: 18-03-2013
- Size: 102 KB
- Platform: Scripts, JavaScript



