Listing of Multimedia in Scripts
- Boxing In Script for Graphics and Animations
- License: Freeware
- Price: 0.00

This is a script that creates a boxing-in effect as the surfer enters the page..
- Publisher: Dynamic Drive
- Date: 12-01-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- A Universal Units Converter (UUC) developed using pure M files
- License: Shareware
- Price: .price.

This converter has the following characteristics: 1: it has enough units for all researchers 2: it has a easy-to-use calculator 3: it is easily converted to a standalone exe program if you need it Matlab Chinese Forums ( http://www.iLoveMatlab.
- Publisher: Hong Zhang
- Date: 12-01-2013
- Size: 82 KB
- Platform: Scripts, Matlab
- cropplot
- License: Shareware
- Price: .price.

% When a 2D-plot is zoomed the cropplot function crops the invisible data % to the x-axis limits keeping all y-axis data within these limits. % % For large data series that are zoomed in, cropplot will reduce the file % size when the figure is saved to disc.
- Publisher: Joacim RdoDEdstam
- Date: 12-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- QualityGuidedUnwrap2D_r1
- License: Shareware
- Price: .price.

Updated the code to run faster by improving the logic and by implementing Itoh's in-line method to remove 2*pi jumps, rather than calling unwrap. Allowed edge pixels to also be unwrapped. Made the logic more parallel to the updated GoldsteinUnwrap2D_r1 code.
- Publisher: Carey Smith
- Date: 12-01-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Monocle Radio
- License: Freeware
- Price: 0.00

Monocle Radio is a lighteight web frontend written in PHP to the Music Player Daemon. It supports navigating the playlist, browsing and searching the MPD database, and a basic privilege system with users..
- Publisher: Anonymous
- Date: 12-01-2013
- Size: 389 KB
- Platform: Scripts, PHP
- deg2rad and rad2deg conversion functions
- License: Shareware
- Price: .price.

Based upon the suggestions in this blog article I have created my own preferred versions of this functions: http://blogs.mathworks.com/pick/2009/11/27...es-and-radians/.
- Publisher: Keith Brady
- Date: 12-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- digitize
- License: Shareware
- Price: .price.

DIGITIZE: Image Digitization Tool Description: digitize is a user interfase that allows to import image files (.bmp, etc) into MatLab to digitize data from. Previous sessions can also be loaded. Intructions: First load a new image by entering the menu "Load" and clicking on "Load New Image".
- Publisher: alex sanchez
- Date: 11-01-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- choose_transect_limits
- License: Shareware
- Price: .price.

Allows user to employ graphical controls to choose start and end points of oceanographic transects. Useful for ADCP, echosounder and towed-body transects. A zoomable map display shows the entire ship track and the currently-selected transect. The user selects transects using either "dial"-style controls or conventional pushbuttons.
- Publisher: Kevin Bartlett
- Date: 11-01-2013
- Size: 113 KB
- Platform: Scripts, Matlab
- vhslice
- License: Shareware
- Price: .price.

(This may have been done before ...) These two files plot 2D data sets as vertical or horizontal slices in a 3D coordinate system. It is similar to MATLAB's slice function but requires only 2D data arrays. The following code creates the example in the screenshot: % Create data sets % For the x-y plane a=randn(100,50); x=1:50;y=1:100; % For the x-z plane b=randn(40,50)+5; z=1:40; % For the y-z-plane c=randn(40,100)-4; % Plot the slices hold on % The horizontal slice at z=1: h=hslice(x',y,a,1); % A vertical slice parallel to the x axis at y=1 v1=vslice(x,ones(1,50),z,b); % A vertical slice parallel to the y-axis at x=1 v2=vslice(ones(1,100),y,z,c); set(gca,'zdir','reverse').
- Publisher: Ulrich Theune
- Date: 11-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- check_box
- License: Shareware
- Price: .price.

Hacked version of the menu function transforming the menu from a single selection push button to a multi-selection radio box. Use for selection of some items from a list. [a b] = check_box('Test','a','b','c','d') [a b] = check_box('list',{'a','b','c','d'}).
- Publisher: michael arant
- Date: 10-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- sethicon
- License: Shareware
- Price: .price.

Modify the icon of a system window which handle (HWND) was retreive with GETHWND. The new icon is specified by its (HICON) handle obtained with GETHICON..
- Publisher: Jerome Lacaille
- Date: 10-01-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- secplot
- License: Shareware
- Price: .price.

secplot(theta, rho) Plot wedges of equal angular width (centered on each value in theta, which should be equally spaced), with the radii listed in rho. Addition input arguments are passed to 'set' which is run on the object handle returned by polar (used to do the plotting).
- Publisher: Matthew Foster
- Date: 10-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Browse for folder
- License: Shareware
- Price: .price.

Returns the path selected after pressing Apply button as a global variable "mypath". It is open for a number of improvements..
- Publisher: Vlad Cozma
- Date: 10-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- uipickfiles: uigetfile on steroids
- License: Shareware
- Price: .price.

This is a GUI application that allows multiple files or directories to be selected and allows you to manage the list (remove files, reorder, etc.) before returning. It has basic filtering as well as regular expression filtering and navigation of the file system is easy.
- Publisher: Douglas Schwarz
- Date: 10-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- PlotAxisAtOrigin
- License: Shareware
- Price: .price.

PlotAxisAtOrigin Plot 2D axes through the origin. It is a 2D version of Plot3AxisAtOrigin written by Michael Robbins. Have fun!.
- Publisher: Shanrong Zhang
- Date: 10-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 3D Plot on a Cylindrical Surface
- License: Shareware
- Price: .price.

CYL3D(Zin,theta_min,theta_max,Rho,H,meshscale) plots the 3D profile Zin as a mesh plot on a cylindrical surface of radius Rho, with mesh size determined by meshscale, for equally spaced angles between theta_min and theta_max. H is the cylinder height.
- Publisher: J De Freitas
- Date: 10-01-2013
- Size: 399 KB
- Platform: Scripts, Matlab
- mmROI (multiple images with multiple ROIs)
- License: Shareware
- Price: .price.

1) Goal: Interactively process MULTIPLE images with MULTIPLE ROIs (so-called mmROI), which returns ROI mean, std, min, max, median, area and center(X,Y), and plots the mean/std values along the image series. 2) Usage: [roi, im] = mmROI; (please don't forget to add a semicolon ";" at the end of this command.
- Publisher: Shanrong Zhang
- Date: 09-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- CD Player Script
- License: Freeware
- Price: 0.00

CD Player application plays music CD's. This code can be compiled on Linux and Windows using gcc, or DevC . Also SDL must be installed to be able to compile the program code..
- Publisher: Faisal Alsarraf
- Date: 09-01-2013
- Size: 51 KB
- Platform: Scripts, C and C plus plus
- pymad for Music and Sound
- License: Freeware
- Price: 0.00

pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library. pymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake..
- Publisher: Jamie Wilkinson
- Date: 09-01-2013
- Size: 20 KB
- Platform: Scripts, Python
- Live Streaming
- License: Freeware
- Price: 0.00

Live Streaming is designed for all of you that want to build sites with features like on justin tv, ustream tv, mogulus, stickam, blog tv or their clones and just need the right plugin to provide this video broadcasting functionality.It is an Open Source PHP Multimedia project.
- Publisher: VideoWhisper.com
- Date: 09-01-2013
- Size: 799 KB
- Platform: Scripts, PHP
- SCATTERSHAPE
- License: Shareware
- Price: .price.

SCATTERSHAPE is used with the patch handles returned as output from SCATTER, to plot arbitrary shapes instead of markers..
- Publisher: Steve Simon
- Date: 09-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Design of Filters using GUI
- License: Shareware
- Price: .price.

The code provides the user friendly GUI usage in filter design..
- Publisher: Rajdeep Khullar
- Date: 09-01-2013
- Size: 72 KB
- Platform: Scripts, Matlab
- Mooring Design and Dynamics
- License: Shareware
- Price: .price.

MD&D is a MATLAB toolbox for design and then testing single point oceanographic moorings influenced by currents and wind. The supplied database will allow you to build a mooring and test it under typical current conditions, or force it by a time series of current profiles to generate a time series of mooring shapes and component positions.
- Publisher: Richard Dewey
- Date: 09-01-2013
- Size: 1823 KB
- Platform: Scripts, Matlab
- Points Inside polygone
- License: Shareware
- Price: .price.

Find those points (xi,yi) who are inside the polygone defined by the vectors (x,y). Syntax: [xin,yin,Ind]=Inside(X,Y,xi,yi) where Ind is the index of (xi,yi) that are inside the polygone Example: %--- create polygone (x,y) phi=linspace(0,2*pi,50); X=(1+0.
- Publisher: Per Sundqvist
- Date: 09-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Keydown and Keypressed Events Demo
- License: Shareware
- Price: .price.

It's a demo, showing how to edit msflexgrid contents. It allows entering numbers, understands backspace, arrows and del buttons..
- Publisher: Xenya Petrova
- Date: 09-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MATLAB Memory Monitor
- License: Shareware
- Price: .price.

"Memory Monitor" displays runtime memory information like available RAM, JAVA memory ressources, size of the page file and MATLAB specific values like count of the handles graphics objects, count of M-File in Memory, available RAM and largest available memory block under current matlab session.
- Publisher: Elmar Tarajan
- Date: 08-01-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- IPV4 address Validation
- License: Shareware
- Price: .price.

A valid IPV4 address is having a format xxx.xxx.xxx.xxx where xxx is having range from 0 to 255. In order to evaluate whether a IP address is Valid or not pass a string to this function containing the IP address you want to Validate . This function returns a value 1 if success else 0 .
- Publisher: Shameemraj Nadaf
- Date: 08-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Newton fractal Script
- License: Freeware
- Price: 0.00

It takes about 15 minutes to plot the entire fractal..
- Publisher: Ankur Pawar
- Date: 08-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- shareIt
- License: Shareware
- Price: .price.

shareIt uses MATLAB's print command to print one or more figures or models to file, one file per figure/model, and then uses MATLAB's sendmail command to email the output to one or more users. It supports adding flickr tags to the email so the image can be tagged when emailed to your flickr account.
- Publisher: Richard Quist
- Date: 08-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- renderTex2Emf
- License: Shareware
- Price: .price.

This function converts a Tex input to a windows vector emf vector file. texWarning=renderTex2Emf(equationText,fontSize,fileName) It is a slighty modified version of renderTex in publish.m It allows having nice equations in word documents. How to use it: equationText is the input string.
- Publisher: Mathias Ortner
- Date: 08-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab


