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

A plotting function for implicit functions..
- Publisher: Arthur Jutan
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- zumax
- License: Shareware
- Price: .price.

When several subplots are drawn on a figure, zumax creates a copy of a selected subplot on a new figure..
- Publisher: Romain Monrozier
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Library Management using GUI
- License: Shareware
- Price: .price.

This is used for storing and updating book and cds in small organisation. With little bit modification this can be made a great looking application. i am welcoming your suggestions and comment for future updates..
- Publisher: Prakash Vijapur
- Date: 25-04-2013
- Size: 72 KB
- Platform: Scripts, Matlab
- Icon image editor
- License: Shareware
- Price: .price.

Create icon image for MATLAB GUI toolbar. This program also describe and demonstrate how to build toolbar in MATLAB GUI figure..
- Publisher: Kyaw Tun
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- uigetdir2
- License: Shareware
- Price: .price.

Wrapper for Matlab's UIGETDIR function which adds the ability to remember the last selected directory. UIGETDIR2 stores information about the last selected directory in a mat file which it looks for when called..
- Publisher: Chris Cannell
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- How fast is your graphics card?
- License: Shareware
- Price: .price.

An approximately 800-faceted reflective polyhedron is created, subjected to multicolor light sources, and set to rotating. On my 2 GHz laptop, I get 1.6 rotations per minute. Can your computer beat my laptop?.
- Publisher: Michael Kleder
- Date: 25-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Sliding Spectrometer
- License: Shareware
- Price: .price.

It takes a 8 khz sampling in real-time, and performs a FFT at 100 hz with a sliding hamming window to give clean results. All of this is in a GUI which allows you to see the spectrometer and energymeter. Some of the background audio processing code is from http://www.
- Publisher: Zachary Moratto
- Date: 24-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Scale bar for 2D axes
- License: Shareware
- Price: .price.

SCALEBAR creates a scalebar on an axes SCALEBAR SCALEBAR OFF SCALEBAR(PARAMETER, VALUE, ...) SCALEBAR(HAXES, PARAMETER, VALUE, ...) H = SCALEBAR(...) Draws a scalebar on the axes and returns handle to the scalebar. The DataAspectRatio property of the axes must be set to [1 1 1] and the view must be in 2D.
- Publisher: Amanda
- Date: 24-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MIFprint
- License: Shareware
- Price: .price.

MIFprint.c is C code for a mex-file which saves MATLAB plots and SIMULINK models to MIF files. These files can be opened in FrameMaker; the plots are then fully editable in FrameMaker. MIFprint.m is the m-file which contains the help for MIFprint. MIFprint compiles under Matlab 5.
- Publisher: Urs Christen
- Date: 24-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- AUTOCAD By Matlab
- License: Shareware
- Price: .price.

from now you can plot circle ,rectangular,spline,arc,line,...like AUTOCAD. this gui can be use from the students in the primary stage in matlab. please i need your comments to know the advantages and disadvantages of my program..
- Publisher: Abdelrahman mohammed
- Date: 24-04-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- RGB2Lab Script
- License: Freeware
- Price: 0.00

This script can be used alongside MATLAB's native function lab2double (CIELAB to RGB conversion). CIELAB is a nonlinear transformation of RGB where the Euclidean distance between two colors is equal to their perceptual distances (for distances less than ~10 units).
- Publisher: Mark Ruzon
- Date: 24-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Two Dimensional Spectral Estimation
- License: Shareware
- Price: .price.

Estimating the power spectrum associated with a random process is desirable in many applications. This package includes four important 2-D spectral estimation methods.(Periodogram, Autorrelation Method, Covariance Method, Modified Covariance Method).
- Publisher: Xianju Wang
- Date: 24-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- RIMPS Script
- License: Freeware
- Price: 0.00

RIMPS is a web-based frontend, written in PHP, to make Apache an MP3 and Ogg server. It's complete with searching, individual song playing, and playlist creation..
- Publisher: chico, rodal
- Date: 24-04-2013
- Size: 1055 KB
- Platform: Scripts, PHP
- ld
- License: Shareware
- Price: .price.

Tired of typing in the 'load' command? This very simple program allows you to load files using a GUI instead of typing at the command line. Returns path and file names ('pn', 'fn') to the caller workspace so you can change to the directory afterwards.
- Publisher: John Martindale
- Date: 24-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Multimedia Files Scanner
- License: Freeware
- Price: 0.00

MultiFiS (Multimedia Files Scanner). Utility written in php-gtk for organize your Multimedia Files like MP3's, Ogg's, WMA's and other formats..
- Publisher: Anonymous
- Date: 24-04-2013
- Size: 256 KB
- Platform: Scripts, PHP
- 2-D convolution using the FFT
- License: Shareware
- Price: .price.

This function can be used instead of CONV2 (with the same arguments). It will produce the same results to within a small tolerance, and may be faster in some cases (and slower in others). Two additional shape options are included, offering periodic and reflective boundary conditions.
- Publisher: David Young
- Date: 24-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- CMRmap.m
- License: Shareware
- Price: .price.

Default colormaps on color images often reproduce to confusing grayscale images. The proposed colormap maintains an aesthetically pleasing color image that automatically reproduces to a monotonic grayscale with discrete, quantifiable saturation levels.
- Publisher: Carey Rappaport
- Date: 23-04-2013
- Size: 133 KB
- Platform: Scripts, Matlab
- Intersection of two lines in 2D
- License: Shareware
- Price: .price.

Extremely basic tool, saves the drudgery of doing it yourself. Takes a,b,u,v (points in the form [ x y]) and computes where the lines a->b and u->v will intersect. Returns point. No error checking..
- Publisher: Andr?
- Date: 23-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- api_showwindow
- License: Shareware
- Price: .price.

When using MATLAB on windows platforms one could write MEX files to access the WIN32 API functions. However such a tutorial is difficult to find. I decided to post an example with a commented C-MEX file that will demonstrate how to accurately find the windows handle of a MATLAB figure window and then do some API command on it.
- Publisher: Mihai Moldovan
- Date: 23-04-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Get Monitor Dimensions
- License: Shareware
- Price: .price.

GETMONDIM returns the dimensions of the specified monitor as a 4 element vector [xstart,ystart,width,height] where values are in pixels in the same manner that the 'ScreenSize' property provides. (xstart,ystart) are the absolute coordinates of the lower left corner.
- Publisher: Mirko Hrovat
- Date: 23-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Image: Select ROI
- License: Shareware
- Price: .price.

This functions displays GUI for selecting square or rectangular part of the input image IMG. To perform selection user must click mouse twice: at two corners of the selection area. User can change the shape at any moment, even when first point is set, unless it is not forbidden by additional parameters.
- Publisher: Andriy Nych
- Date: 23-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Animations
- License: Shareware
- Price: .price.

Some animations in MATLAB anim.zip contains epitrochoid.m epitrochoid animation hypotrochoid.m hypotrochoid animation cycloid.m cycloid animation doublepend2 double pendulum animation test8 animation of ball spring2mass spring mass system animation BZanimation2 Belousov-Zhabotinsky Reaction animation.
- Publisher: Ankur Pawar
- Date: 23-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- errorbarlogx.m
- License: Shareware
- Price: .price.

ERRORBARLOGX Homogenize the error bars for X-axis in log scale. ERRORBARLOGX turns the X-axis of the current error bar plot to log scale, and homogonizes the length of the horizontal segements which terminate the vertical error bars. By default, Matlab's ERRORBAR draws vertical error bars which are terminated by small horizontal segments of uniform length for the X-axis in linear scale.
- Publisher: Frederic Moisy
- Date: 23-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- iTunes PHP for Music and Sound
- License: Freeware
- Price: 0.00

iTunes PHP is a PHP class which parses an iTunes Music Library data file (in XML format), and provides functions to get at that data easily. It provides methods to expose iTunes music library data to PHP enabled applications..
- Publisher: Joe Tan
- Date: 23-04-2013
- Size: 10 KB
- Platform: Scripts, PHP
- FFmpeg Script
- License: Freeware
- Price: 0.00

FFmpeg is a very fast video and audio converter. It can also grab from a live audio/video source. The command line interface is designed to be intuitive, in the sense that FFmpeg tries to figure out all parameters that can possibly be derived automatically.
- Publisher: FFmpeg
- Date: 22-04-2013
- Size: 2683 KB
- Platform: Scripts, C and C plus plus
- daqSelector
- License: Shareware
- Price: .price.

DAQSELECTOR launches a GUI selection tool that automatically finds installed data acquisition boards and allows the user to select a board from menus. The output can then be used to create an interface to the data acquisition hardware using tools from the Data Acquisition Toolboxd-OC?D?.
- Publisher: Isaac Noh
- Date: 22-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Dynamic Response Simulator
- License: Shareware
- Price: .price.

A project for a course last semester (which would explain the overblown "User Manual"), I thought of putting it here to see what everyone else thought about it. Its use is pretty straightforward, but if you need instructions, go to More -> Help on the menu toolbar.
- Publisher: Husam Aldahiyat
- Date: 22-04-2013
- Size: 481 KB
- Platform: Scripts, Matlab
- colorbarf
- License: Shareware
- Price: .price.

This m-file produces a colorbar with solid blocks of color between the contour levels that correspond precisely to the colors in the filled contour plot. This is in contrast to the standard MATLAB colorbar which simply plots all the colors in the colormap and, therefore, only approximates what is being plotted in the filled contour plot.
- Publisher: Blair Greenan
- Date: 22-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Fancy splash screen for compiled .exe GUIs
- License: Shareware
- Price: .price.

Now you can display a fancy, real splash screen instead of the boring command window while your compiled GUI is starting up. You can modify the appearance of the splash screen easily by exchanging a bitmap file. You have to add one single line of code in your GUI .
- Publisher: W Thielicke
- Date: 22-04-2013
- Size: 205 KB
- Platform: Scripts, Matlab
- HTML Indexer
- License: Shareware
- Price: .price.

HTML Indexer is just this, an automated multi-language html index file generator. It can also be used as a batch image resize tool. Finally, it can also generate a thumbnail index on a paper size of your choice. Both the html indexes and galleries as well as the "contact-sheets" are based on a list of input files.
- Publisher: tudor dima
- Date: 22-04-2013
- Size: 41 KB
- Platform: Scripts, Matlab



