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

This function MenuBar, allows the user to create menu's anywhere in a figure it replaces UIcontextmenu of UIpanels by real menu bars. menubar(figure_handle) or menubar Mouse hover, and window-resize updates can be enabled by menubar('start',figure_handle) or menubar('start') Or alternatively by: set(figure_handle,'ResizeFcn','menubar(''ResizeFcn'',gcf)'); set(figure_handle,'WindowButtonMotionFcn','menubar(''MotionFcn'',gcf)'); Example, %Creat figure with uipanel figure, uipanel1 = uipanel('Units','Pixels','Position',[10 200 400 200]); %Attach a contextmenu (right-mouse button menu) menu_panel1=uicontextmenu; set(uipanel1,'UIContextMenu',menu_panel1); %Add menu-items to the context menu hchild=uimenu(menu_panel1, 'Label', 'Random Pixels'); uimenu(hchild, 'Label', 'Red','Callback','disp(''Red callback'')');...
- Publisher: Dirk-Jan Kroon
- Date: 02-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- barbs
- License: Shareware
- Price: .price.

Plots vector fields and vector time series DESCRIPTION: Plots barbs or arrows conserving angles and can place a scaling bar.The positions of the components u and v can be entered as matrices or vectors as with quiver.m The x axes can be labels of datestr.
- Publisher: alex sanchez
- Date: 02-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- errorbarxy
- License: Shareware
- Price: .price.

This function allows the user to plot the graph of x against y, along with both x and y errorbars. For the x and y errors it is possible to input both lower (lx and ly) and upper (ux and uy) values for the errors at a particular point. If the upper values are not specified then the program assumes the errors are symmetrical and use the lower values.
- Publisher: James Rooney
- Date: 01-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Circle Points
- License: Shareware
- Price: .price.

Returns the pixels points on a circle with centre x,y and radius r..
- Publisher: Suresh Joel
- Date: 01-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- mplib for Music and Sound
- License: Freeware
- Price: 0.00

mplib is a C library that enables programms to access ID3 tags in MP3 files. ID3 tags are meta-informations such as the title, artist or comments that come with most MP3's. mplib supports ID3 version 1 and version 2 tags. It is written to be very easy to use, fast and cross-platform capable.
- Publisher: Stefan Podkowinski
- Date: 01-03-2013
- Size: 317 KB
- Platform: Scripts, C and C plus plus
- Flying Planes script for Graphics and Animations
- License: Freeware
- Price: 0.00

This DHTML script animates images cross the screen in a horizontal, left right manner. It's used to gently glide planes across the user's browser.It is a nice effect that works in IE4 , NS4, and NS6..
- Publisher: John Ely
- Date: 01-03-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- NDellipse
- License: Shareware
- Price: .price.

NDellipse returns 2d coordinates of several ellipsoids defined by NDslices. Usage [x , y] = ndellipse(M , S , [H] , [R] , [N]); ------ Inputs ------- M : Mean vector (d x 1 x [n1] , ... , [nl]) S : Covariance (d x d x [n1] , ... , [nl]) H : Transfert Matrix (2 x d) (default H = eye(2 , d)) R : Such that y'Sy < R (default R = 2.
- Publisher: Sebastien Paris
- Date: 01-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- APLICACION MULTICUERPO PARA ROBOT ANGULAR O ANTROPOMORFICO
- License: Shareware
- Price: .price.

This application contains three files that must be installed in the folder of Matlab. Files: Robot3.fig Robot3.m manipulador.m creditos.fig To run the application is written to the prompt robot3.
- Publisher: dairon jose marulanda
- Date: 01-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- lattice boltzmann 2D for porous system
- License: Shareware
- Price: .price.

The present matlab code derives from the basic Lattice Boltzmann code named LB BGK D2Q9 and submitted on 2005-02-10 (see Matlab Central). This version is particularly tailored to porous systems. Indeed, rather than keeping in memory values of density calculated in both wet and dry locations (i.
- Publisher: Gianni Schena
- Date: 01-03-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- CQmark
- License: Shareware
- Price: .price.

CQmark.m/.fig - For manual landmarking of a sequence of image (e.g. fluoroscopy sequence) CQgen.m/.fig - For generating the sequence in .mat format from a sequence of images. Output: x-, y-location of the markers placed..
- Publisher: Shing Chun Benny Lam
- Date: 01-03-2013
- Size: 154 KB
- Platform: Scripts, Matlab
- Enthalpy Calculator (GUI)
- License: Shareware
- Price: .price.

This program calculates enthalpy and entropy of water for given values of Pressure (in kPa) and Temperature (in degrees Celsius). It also determines whether the state is saturated, compressed liquid or superheated water..
- Publisher: Sagar Aiya
- Date: 01-03-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- QUESTDLGWITHGRID
- License: Shareware
- Price: .price.

produces a simple questdlg, with the useful addition of a grid object to display the data in question. CAVEATS At this time, only cell arrays of strings are accepted. Automatic column width adjustment is not yet supported INPUT QUESTION, type = string NAME, type = string BUTTON1 STRING, type = string BUTTON2 STRING, type = string MATRIX, type = cell array of strings USECOLHEADER, type = boolean USEROWHEADER, type = boolean OUTPUT SELECTEDBUTTONNAME, type = string USAGE out = QuestDlgWithGrid('Does this data look OK?', .
- Publisher: Michael Robbins
- Date: 01-03-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Simple Plot, Zoom and FFT GUI
- License: Shareware
- Price: .price.

Simple PLOT , ZOOM and FFT for various oscilloscpope, Simulink or Matlab data formats No input parameter is required to start the program. Input data are selected and loaded from the top-level (start) GUI --->> GetData_vxx.fig. Implements the selection of a workspace variable generated in the command window or from an *.
- Publisher: Jim Fallon
- Date: 01-03-2013
- Size: 113 KB
- Platform: Scripts, Matlab
- magnifyrecttofig
- License: Shareware
- Price: .price.

Displays the contents of a displayed draggable rectangle on one axis of a source figure into an axis in a target figure. The difference in the screen size of the target axis and the size of the rectangle represents the magnification factor that the contents of the source rectangle will appear in the target figure.
- Publisher: Andew Diamond
- Date: 01-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Biomet Database Tool
- License: Shareware
- Price: .price.

The Biomet Database Tool (BDT) was designed to be a simple front end to MS Access and MySQL databases as well as a graphical analysis tool. The interface itself is quite simple but still lets the user do more complex operations for those willing to read the help (press F1 with BDT open).
- Publisher: Jeremy Smith
- Date: 27-02-2013
- Size: 451 KB
- Platform: Scripts, Matlab
- uisetlineprops
- License: Shareware
- Price: .price.

"uisetlineprops" is a simple graphical user interface tool for easy manipulation of the following properties of a "line" graphics object: Visible, Color, LineStyle, LineWidth, Marker, MarkerSize, MarkerEdgeColor, MarkerFaceColor. Example of use: s=peaks; handle=plot(s(:,25)); props=uisetlineprops(handle).
- Publisher: Mike
- Date: 27-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Sound Card Spectral Analyser GUI
- License: Shareware
- Price: .price.

Acquires buffers of data from the system default sound card, calculates the power spectrum of the data and plots this along with the raw sampled data to screen. Useful as a quick and dirty (and completely uncalibrated) audio frequency spectrum analyser.
- Publisher: Rodney Thomson
- Date: 27-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Fast 2D GPU-based convolution
- License: Shareware
- Price: .price.

cudaconv - Performs 2d convolution using an NVIDIA graphics chipset. For large datasets (~1 million elements) and especially for large kernels (performance does not scale much with kernel size) cudaconv can outperform conv2 by as much as 5000%. I did not create this algorithm.
- Publisher: Alexander Huth
- Date: 27-02-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- export_fig
- License: Shareware
- Price: .price.

This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped borders (optional) - Embedded fonts (vector formats) - Improved line and grid line styles - Anti-aliased graphics (bitmap formats) - Render images at native resolution (optional for bitmap formats) - Transparent background supported (pdf, eps, png) - Semi-transparent patch objects supported (png only) - RGB, CMYK or grayscale output (CMYK only with pdf, eps, tiff) - Variable image compression, including lossless (pdf, eps, jpg) - Optionally append to file (pdf, tiff) - Vector formats: pdf, eps - Bitmap formats: png, tiff, jpg, bmp, export to workspace This function is especially suited to...
- Publisher: Oliver Woodford
- Date: 27-02-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- Creating your own ShortCut
- License: Shareware
- Price: .price.

simple shotcut.
- Publisher: shridhar M
- Date: 27-02-2013
- Size: 5059 KB
- Platform: Scripts, Matlab
- SpSpj
- License: Shareware
- Price: .price.

After the user press start it starts adding 1 to the value displayed in the textbox until the user press pause or stop, also it shows how to enable and disable buttons..
- Publisher: Paulo Silva
- Date: 26-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Saveimage-Loadimage
- License: Shareware
- Price: .price.

Saveimage saves an existing image in format. mat(matriz) compressed as .zip. Loadimage recovers an image kept as a file of data. It allows to change the file to an image format..
- Publisher: Francisco Echegorri
- Date: 26-02-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Mth Order Piecewise Spline Interpolation
- License: Shareware
- Price: .price.

GSP is a graphical user interface which takes x and y points as inputs, along with the order m, then outputs mth order splines between each of the x points. In most cases additional constraints are to be entered as well. Example: Input: x points : [1 2 3 4] y points : [2 7 -1 5] Order : 2 *One Additional Constraint is Required* f '' (1) = 0 Output: Polynomials: 0 5 -3 -13 57 -55 27 -183 305 In the Range: 1 2 2 3 3 4 This means the following: for 1 < x < 2 y = 0*x^2 + 5*x - 3 for 2 < x < 3 y = -13*x^2 + 57*x - 55 for 3 < x < 4 y = 27*x^2 - 183*x + 305.
- Publisher: Husam Aldahiyat
- Date: 26-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D fast marching algorithm
- License: Shareware
- Price: .price.

Compute the distance map to a set of points using the fast marching algorithm. Solves the 2-D eikonal PDE..
- Publisher: Juan Cardelino
- Date: 26-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Video Recording Applet SDK Script
- License: Shareware
- Price: .price.

Video Recording Applet SDK can be used to create web based video recorder on the web sites. Video recording applet allows recording video in mp4 format ( H.264 video and AAC audio) on the web page and uploads it to web server via HTTP. Initially, applet records video in the temp file on the client computer, then user can upload video to web server.
- Publisher: VIMAS Technologies
- Date: 26-02-2013
- Size: 2130 KB
- Platform: Scripts, Java
- browseforfolder
- License: Shareware
- Price: .price.

This enhancement allows the user to: 1. browse using "copy-paste" 2. create a new folder from this dialog UIBROWSEFORFOLDER Standard Windows browse for folder dialog box. folder = uibrowseforfolder( title_str, initial_path ) Output: folder = selected folder (empty string if dialog cancelled) Inputs: title_str = title string (OPTIONAL) initial_path = initial path (OPTIONAL, defaults to PWD) Examples: folder = uibrowseforfolder - default title and initial path folder = uibrowseforfolder('Select results folder') - default initial path folder = uibrowseforfolder([], 'C:Program Files') - with no title 1.
- Publisher: Ohad Ga
- Date: 26-02-2013
- Size: 512 KB
- Platform: Scripts, Matlab
- Shape Context Based Corresponding Point Models
- License: Shareware
- Price: .price.

Shape Context is a method to get an unique descriptor (feature vector) for every point of an object contour or surface. This descriptor is used in combination with a b-spline free form deformation grid, for fully automatic creation of point mappings between patient datasets (2D/3D).
- Publisher: Dirk-Jan Kroon
- Date: 26-02-2013
- Size: 6943 KB
- Platform: Scripts, Matlab
- Adjacency Matrix GUI
- License: Shareware
- Price: .price.

Simple GUI for drawing a undirected vertex-edge network/graph. Adjacency matrix for the graph displays in the command line..
- Publisher: Steve Chuang
- Date: 26-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Vectorized raytracer for sphere objects
- License: Shareware
- Price: .price.

The raytracer is made as a mini project for a computer vision and graphics lecture. Started as for statements and ended as this fast vectorized version. The speed up is something like 10 minutes versus 10-12 seconds for a 1024x1024 image. It is possible to change properties for the object, material,lighting and image size, plus additional options.
- Publisher: MATLAB 6.5 (R13)
- Date: 26-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- TeX Editor
- License: Shareware
- Price: .price.

TeXEditor is a graphical interface for editing and previewing LaTeX equations for use in MATLAB. Keyboard shortcuts and equation templates are supported. Reference links to TeX resources on the web are provided for help.
- Publisher: Ben Hinkle
- Date: 25-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab


