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

A GUI interface with sliders and zoom buttons for navigation in large images in a similar way to that provided by 'imviewer' of Image Processing Toolbox..
- Publisher: Dr. Angelo Zizzari
- Date: 27-05-2013
- Size: 72 KB
- Platform: Scripts, Matlab
- MAGIC - MATLAB Generic Imaging Component
- License: Shareware
- Price: .price.

This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc.
- Publisher: Mark Hayworth
- Date: 27-05-2013
- Size: 860 KB
- Platform: Scripts, Matlab
- Figure Window Always on Top
- License: Shareware
- Price: .price.

My first attempt at a mex file making a simple call to the "SetWindowPos" function in the user32 library. This allows users to keep MATLAB figures on top, floating above all other windows even when focus is not on the target window. Example ... figure(1); winontop('figure 1'); Tested on MATLAB Version 7.
- Publisher: John Anderson
- Date: 27-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- raw2stl
- License: Shareware
- Price: .price.

A simple utility for converting 3d objects of RAW format to (ASCII) STL format. the zip file includes a sample RAW file (a cube) that can be converted to STL format. What it dose not do: simplify (e.g. the cube could be represented by 12 triangles if simplified).
- Publisher: Babak Taati
- Date: 26-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- GUI for Simulink Properties
- License: Shareware
- Price: .price.

This is a GUI that allows you to go through the parameters of Simulink models, blocks, and signals once you have an open Simulink model (the GUI needs some minor updates to catch unexpected warnings but works fine)..
- Publisher: Ikaro Silva
- Date: 26-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Panel
- License: Shareware
- Price: .price.

Panel is an alternative to Matlab's "subplot", providing easier control over layout (particularly, better use of space). If you find the layouts generated by subplot() have too much space and not enough axis, try Panel. If you find it tedious to construct subplot layouts that are more complex than a simple grid, try Panel.
- Publisher: Ben Mitch
- Date: 26-05-2013
- Size: 328 KB
- Platform: Scripts, Matlab
- labelplot
- License: Shareware
- Price: .price.

This short function will generate a legend based on 'Tag' information given by plot. A legend title is also possible. figure; hold on; x = 1:10; plot(x,x,'Tag','Positive'); plot(x,-x,'Tag','Negative'); labelplot('eo','v','Slope'); The above example is equivalent to legend('Positive','Negative') and adding a text box 'Slope' above it.
- Publisher: Will Robertson
- Date: 26-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Classic (Pre-R2008b) Default Desktop Layout
- License: Shareware
- Price: .price.

In MATLABâ„¢ 7.7 the default layout was changed. Choosing "Default" from the Desktop Layout menu now arranges desktop tools in three columns where previously they appeared in two columns. If you prefer the old, two column, layout follow the steps below to add a "Classic Default" item to the Desktop Layout menu.
- Publisher: Peter Muellers
- Date: 26-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- scatplot
- License: Freeware
- Price: 0.00

% Scatter plot with color indicating data density % % USAGE: % out = scatplot(x,y,method,radius,N,n,po,ms) % out = scatplot(x,y,dd) % % Draws a scatter plot with a colorscale % representing the data density computed % using three methods % % INPUT VARIABLES: % x,y - are the data points % method - is the method used to calculate data densities: % 'circles' - uses circles with a determined area % centered at each data point % 'squares' - uses squares with a determined area % centered at each data point % 'voronoi' - uses voronoi cells to determin data densities % default method is 'voronoi' % radius - is the radius used for the circles or squares % used to calculate the data densities if % (Note: only used in methods 'circles' and 'squares' % default radius is sqrt((range(x)/30)^2 + (range(y)/30)^2) % N - is the size of the square mesh...
- Publisher: alex sanchez
- Date: 26-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MESHND
- License: Shareware
- Price: .price.

MESHND is an M-file toolbox for creating 2D and 3D meshes and ordering them with nested dissection. It can also create a sparse matrix from a regular mesh using an abitrary stencil. Examples: A = meshsparse (meshnd (7,5,2)) creates a 7-by-5-by-2 mesh, and then computes the sparse matrix A that represents the mesh (using a 7-point stencil).
- Publisher: Tim Davis
- Date: 26-05-2013
- Size: 72 KB
- Platform: Scripts, Matlab
- Animated Peaks and Spheres
- License: Shareware
- Price: .price.

This demo will show how to use some of the spatial transforms that is available. The peaks function is used as a basic object - but others can be used as well - such as the Matlab membrane. The peaks surface is rotating, with 2 spheres orbiting it as satellites.
- Publisher: Steffen B. Petersen
- Date: 26-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ShowWindow
- License: Shareware
- Price: .price.

SHOWWINDOW(NAME,STATE) changes the state of the window with a certain NAME to the specified STATE. STATE must be one of the following: 'hide', 'shownormal', 'normal', 'showminimized', 'showmaximized', 'maximize', 'shownoactivate', 'show', 'minimize', 'showminnoactive', 'showna', 'restore', 'showdefault', 'forceminimize', 'max' Examples: >> showwindow('MATLAB','minimize') >> showwindow('','minimize') >> figure(4); showwindow('Figure No.
- Publisher: Matthew Simoneau
- Date: 26-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- eboxy
- License: Freeware
- Price: 0.00

eboxy is a small Linux application for building user interfaces for set-top boxes, suitable for use on a TV. It reads an XML file describing a simple GUI consisting of pages and widgets, and displays it on the screen.Features: - Fully themable / skinnable simple GUI interface system - Control using a mouse, keyboard, joystick, or (optional) infra-red remote via LIRC - JPEG, GIF, PNG (with alpha transparency) and many other image formats supported - TrueType font support (independent of X fonts) - Plugin extension system - Simple scripting language for events (button click, page load etc.
- Publisher: Paul Eggleton
- Date: 26-05-2013
- Size: 799 KB
- Platform: Scripts, C and C plus plus
- Image Section Generator
- License: Shareware
- Price: .price.

The original inspiration for ISG comes from the Section Analysis mode of Veeco's Atomic Force Microscope image analysis software. ISG allows similarly designated sections from optical and electron microscope images to be replotted with section data exported from Veeco's software.
- Publisher: Alison Chaiken
- Date: 26-05-2013
- Size: 4792 KB
- Platform: Scripts, Matlab
- fieldlines
- License: Shareware
- Price: .price.

Plots a field line with the initial point P(x0,y0) for a 2D-field given by an equaly spaced grid of positions and corresponding field components. The function employs the 4th order Runge-Kutta method. Example: [x,y] = meshgrid(-2:.2:2,-1:.15:1); z = x .
- Publisher: Avni Pllana
- Date: 26-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- CITYPLOT
- License: Shareware
- Price: .price.

CITYPLOT(Z) uses a surface object to create a basic 'cityplot', similar to the plots here: http://math.nist.gov/MatrixMarket/cityplots.html CITYPLOT(Z,C) uses the colors specified in C to set the CData of the surface object. H = CITYPLOT(...) returns the handle of the surface object.
- Publisher: Steve Simon
- Date: 25-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 3D colored line plot
- License: Shareware
- Price: .price.

plots a 3-D "line" with c-data as color Makes a surface object and the colouring is controlled by the colormap. Example: v_start = [2 1 8]; % m/s g = 9.81; % m/(s^2) t_impact = 2*v_start(3)/g; % s t = [0:t_impact/100:t_impact]'; % s x = v_start(1)*t; % m y = v_start(2)*t; % m z = v_start(3)*t-1/2*g*t.
- Publisher: Georg Stillfried
- Date: 25-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Interactive Data Navigation Pane Widget
- License: Shareware
- Price: .price.

This widget will give you access to one of the most common task you have to perform when you manipulate large data sets: Selecting within this large data set what portion of data you want to work on. This easy to use widget will enable you to: - Interactively define the section of your data set you want to work on.
- Publisher: Thomas Montagnon
- Date: 25-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- plottable
- License: Shareware
- Price: .price.

PLOTTABLE Plot vector or matrix as table. PLOTTABLE(X) plots X as a table. The default printing format is floating point with two decimal places. PLOTTABLE(X,CONTROL) uses the string CONTROL as the printing control string for printing the elements of X.
- Publisher: Edward Brian Welch
- Date: 25-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Left-Right Curtain Script for Graphics and Animations
- License: Freeware
- Price: 0.00

This script opens up two "panels" (left-right) as the surfer enters the page..
- Publisher: Dynamic Drive
- Date: 25-05-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- vol3d.m, vol3dtool.m
- License: Shareware
- Price: .price.

VOL3D Volume (voxel) render a 3-D array using 2-D OpenGL texture maps. Useful for visualizing and exploring 3-D data such as MRI images. This function requires OpenGL hardware acceleration. See 'opengl' command for more information. Use vol3dtool for editing the colormap and alphamap.
- Publisher: Joe Conti
- Date: 25-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2532|Gigs for Music and Sound
- License: Freeware
- Price: 0.00

2532|Gigs is a php/SQL gig lister designed for bands, venues and music sites alike. The web based Control Panel allows users to add, edit and delete shows and artists. It has support for multiple artists as well as multiple users. 2532|Gigs includes an RSS feed for upcoming shows, calendar featuring upcoming gigs, ability to search past and future gigs and a unique flyer generator.
- Publisher: 2532designs
- Date: 25-05-2013
- Size: 10 KB
- Platform: Scripts, PHP
- Ring Render
- License: Shareware
- Price: .price.

The main script to start the GUI is 'ring.m'. The first GUI will ask for dimension inputs and color. After filling in this information, a second GUI is used to design the ring cross-section. This cross-section is based upon setting up the inner edge of the ring (i.
- Publisher: Tim Streeter
- Date: 25-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D Weighted Polynomial Fitting and Evaluation
- License: Shareware
- Price: .price.

polyfitweighted2.m and polyval2.m --------- polyfitweighted2.m: Find a least-squares fit of 2D data z(x,y) with an n th order polynomial, weighted by w(x,y). polyval2.m: Evaluate 2D polynomial produced by polyfitweighted2.m. Usage polyfitweighted2 ----- P = polyfitweighted2(X,Y,Z,N,W) finds the coefficients of a polynomial P(X,Y) of degree N that fits the data Z best in a least-squares sense.
- Publisher: Salman Rogers
- Date: 25-05-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- tabpanel
- License: Shareware
- Price: .price.

This tool consists of two functions DRAWTAB and HITTAB. These two functions allow the creation of tab panels within MATLAB. To build the "inside" of each tab you only have to write one function for each tab panel and store all the handles in the tab's userdata.
- Publisher: Dirk Tenne
- Date: 25-05-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Avimaker.m
- License: Shareware
- Price: .price.

This program can generate AVI movies starting from a series of ASCII files containing your data in matrix format. All you have to do is selecting the directory containing the ASCII files ordered names (with an increasing number in name filename001.txt filename002.
- Publisher: Danilo Botta
- Date: 25-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- JsJuggle
- License: Freeware
- Price: 0.00

JsJuggle is a simulator which displays juggling tricks. You have to describe the tricks in the common used siteswap notation. The distinct feature of this siteswap animator is, that it uses only javascript or Dhtml to animate the patterns. Therefore it should work in every modern web browser!.
- Publisher: Boris von Loesch
- Date: 24-05-2013
- Size: 10 KB
- Platform: Scripts, JavaScript
- Advanced hline and vline
- License: Shareware
- Price: .price.

I needed to draw some vertical markers to my plots in GUI, so I checked out Brandon Kuczenski's hline/vline submission. However it doesn't accept axes handle as an input argument. Getting around by switching with 'gca' causes weird behavior due to uncertain timing in GUI.
- Publisher: Hoi Wong
- Date: 24-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- exmanager
- License: Shareware
- Price: .price.

This small GUI enables the user to save the current workspace, opened figures and a command window diary in a specific folder. The user can retrieve the workspace contents and open all saved figures in one click, thus restoring the state of the work environment when it was saved.
- Publisher: Francois Bouffard
- Date: 24-05-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MP4WEB
- License: Freeware
- Price: 0.00

MP4WEB is a little web frontend for mp4live (part of MPEG4IP). With MP4WEB you can manage mp4live configurations, create, view and encode (MPEG4) live streams, watch recorded mp4 files... everything via web browser..
- Publisher: Anonymous
- Date: 24-05-2013
- Size: 154 KB
- Platform: Scripts, PHP



