Listing of Multimedia in Scripts
- Rainbow Text javascript for Graphics and Animations
- License: Freeware
- Price: 0.00

By utlizing IE 5 proprietary behavior functionality, this script allows you to apply a live rainbow effect to any block of text (multiple text/page supported). It is extremely easy to set up..
- Publisher: Chris Rickard
- Date: 04-04-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- bluewhitered
- License: Shareware
- Price: .price.

BLUEWHITERED(M) returns an M-by-3 matrix containing a blue to white to red colormap, with white corresponding to the CAXIS value closest to zero. This colormap is most useful for images and surface plots with positive and negative values. BLUEWHITERED, by itself, is the same length as the current colormap.
- Publisher: Nathan Childress
- Date: 04-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- GUI tool for ODE solving
- License: Shareware
- Price: .price.

ode_solver provides a graphical user interface for solving ODE systems with additive noise influence. Also it is possible to run solver in no-GUI (batch) mode. See required parameters in help-file. example for Duffing's equations: data=ode_solver({'x2' '-0.
- Publisher: Max Logunov
- Date: 04-04-2013
- Size: 61 KB
- Platform: Scripts, Matlab
- Adobe Photoshop PSD file reader
- License: Shareware
- Price: .price.

This is a suite of functions that read images and metadata from Adobe Photoshop PSD files. These files can be used independently or in IMREAD and IMFINFO via IMFORMATS. Currently only the image pixels from the base layer are imported. Additional layers, paths, masks, and adjustments can be in the file but do not affect the image that is loaded.
- Publisher: Jeff Mather
- Date: 03-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ShadePlotForEmphasis
- License: Shareware
- Price: .price.

ShadePlotForEmpahsis Plots a shaded bar for emphasis as commonly seen on economic charts. INPUTS: x where the bar is placed. If you want a bar from x=4:8 then use [4 8]. If you want x=[4:8,10:20] then use {4:8,10:20} colors Use 'y' to make all bars yellow.
- Publisher: Michael Robbins
- Date: 03-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Read VRML
- License: Shareware
- Price: .price.

In this version, it can only read the geometry in VRML 2.0 file to Matlab 7..
- Publisher: Ricky Zhang
- Date: 03-04-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- 2d and 3d GUI example plot with names and classes
- License: Shareware
- Price: .price.

Since I have to do a lot of plots after doing PCA on my data I?ve written this small ?programs? using GUIDE . =>Fastplot button uses plot command and can be used in combination with removepoint (code of this function is a small modification of removepoint made by Jean-Luc Dellis) for doing ?automatic plots? (no need of custom input for choosing every class symbol and color).
- Publisher: Giorgio kimiko
- Date: 03-04-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- barwebpairs (pair bars within groups and between groups)
- License: Shareware
- Price: .price.

Use 'barweb' function by Bolu Ajiboye (submitted to file exchange on Oct 1 2009) to generate a bar plot with error bars. Usage: barwebpairs(h, pairsBG, pairsWG) * h: handle returned by barweb * pairsBG: between groups pairs: 1 x n cell array (where n is number of subgroups), each cell contains p x 2 matrix with pairings (where p is the number of pairings for the subgroup, may differ in each cell).
- Publisher: Joris Lambrecht
- Date: 03-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- fourier series calculator
- License: Shareware
- Price: .price.

this program tries to approximate the function f(x) from -L to L with m term Fourier series using quad (MATLAB functions)..
- Publisher: Amin Bashi
- Date: 02-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D Multivariate Gaussian
- License: Shareware
- Price: .price.

this function plots the 2D multivariate gaussian when the mean and covariance are provided. It does not use for loops. ex: plot mean=[10;11],cov=[6 0;0 6] 2D multivariate gaussian function >> mvg([10;11],[6 0;0 6]).
- Publisher: Chathurika Dharmagunawaradhana
- Date: 02-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Advanced Polar Plots
- License: Shareware
- Price: .price.

An improved version of the MATLAB function 'polar'. Supports negative numbers and other plotting features. David Ireland's original completed with Dr. Thomas Patzelt's bugfix..
- Publisher: Daniel Armyr
- Date: 02-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- unplot
- License: Shareware
- Price: .price.

Often I add an object to a plot and see that I goofed up in some way. This is a very quick way to undo such mistakes.From the help:UNPLOT Delete the most recently created graphics object(s). UNPLOT removes the most recently created line, surface, patch, or text object created in the current axes.
- Publisher: Toby Driscoll
- Date: 02-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- gui_simulink_scope
- License: Shareware
- Price: .price.

This file contains a guide_simulink_sfunction interface. It is a fairly easy and simple application. It was mainly created as a reply for a question from one of the students on 'how to display the simulink results in real time in a gui interface, outside the boundries of simulink?' the gui(simulink_gui_interface) is a simple one.
- Publisher: Nassim Khaled
- Date: 02-04-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- tooltiptoggle
- License: Shareware
- Price: .price.

Function to toggle the display of tooltips within the given function handle. Uses get/set app data to: . save the state of 'toggle' in the figure handle and . save the tooltip string in the uicomponent.
- Publisher: Ashish Uthama
- Date: 02-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Real time update of simulink variables in GUI
- License: Shareware
- Price: .price.

This example basically explains the real time update of simulink variables in GUI. The example displays the updated data in gauge and axes. Copy the files in your workspace. Type "my_gui" in command window. Press "Start"..
- Publisher: Qadeer Ahmed
- Date: 02-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Hopfield Neural Network
- License: Shareware
- Price: .price.

Again I'm uploading my homework... This is a GUI which enables to load images and train a Hopfield network according to the image. You can run the network on other images (or add noise to the same image) and see how well it recognize the patterns. Hopfield neural networks simulate how a neural network can have memories.
- Publisher: Yonathan Nativ
- Date: 01-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Regression Analysis
- License: Shareware
- Price: .price.

These mfiles may seem trivial looking at Matlab's comprehensive curve fitting toolbox, but I provide these mfiles with the students in mind. It can be a good way to do fast curve fitting without the fancy toolboxes. The explicit differential equation solver proved very useful in fitting kinetic models for reaction engineering.
- Publisher: Gerhard Nieuwenhuiys
- Date: 01-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- embededprogressbar
- License: Shareware
- Price: .price.

EMBEDEDPROGRESSBAR intends to be a merge of all the previous progressbar that can be found on the FEX. Its two main features are: 1) It uses classes and objects, which also each embededprogressbar to be accessed and modified through get and set functions.
- Publisher: @embededprogressbar.zip
- Date: 01-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- haded pseudo color
- License: Shareware
- Price: .price.

shadedpcolor displays one dataset in color, and a second by varying the intensity of the pixels in the image. We use this for displaying the vertical gradients in a field on top of the field itself. It really makes the field more three-d. A similar effect can be achieved by using lighting, but this is much more deterministic.
- Publisher: Jody Klymak
- Date: 01-04-2013
- Size: 768 KB
- Platform: Scripts, Matlab
- Dent Detection in a vehicle after collision
- License: Shareware
- Price: .price.

The program will compare the original image of a vehicle and the image taken after collision has occurred. The comparison will find the dents in the vehicle and highlight the boundaries. The code is developed to find the dents in an insured vehicle when it comes for claims.
- Publisher: Ashu
- Date: 01-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- savefigure
- License: Shareware
- Price: .price.

Usage: [Args=]savefigure(name[,property,value,...]) properties and default value 'Dpi',300, 'Size',[3.3 2.5] %inches 'FontSize',0 %fontsize multiplier 'MinFontSize',8 %minimum fontsize in pt 'LineWidth',.5 %linewidth multiplier 'MinLineWidth',.
- Publisher: Aslak Grinsted
- Date: 01-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Top-Down Curtain Script for Graphics and Animations
- License: Freeware
- Price: 0.00

This is a script that opens up two "panels" (up-down) as the surfer enters the page..
- Publisher: Dynamic Drive
- Date: 01-04-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- Mouse Up Rotation
- License: Shareware
- Price: .price.

This function provides continuous rotation of a 3D figure on the mouse up click. This may prevent a little bit of RSI ;-) It displays the elevation and azimuth values while rotating. Rotation is in the direction of mouse movement away from the centre of the figure window.
- Publisher: Darren Weber
- Date: 01-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- figure inset
- License: Shareware
- Price: .price.

The function plotting figure inside figure (main and inset) from 2 existing figures..
- Publisher: Moshe Lindner
- Date: 01-04-2013
- Size: 10 KB
- Platform: Scripts, JavaScript
- Scrolling Figure Demo
- License: Shareware
- Price: .price.

This function is an adaptation of a demo published by Steven Lord that let you add a slider to an axes. This function shows you how to set up a slider in a figure that will scroll through tiled axes. This functionality is very usefull in situations where you have a lot of information to plot but would rather not have a lot of figures open.
- Publisher: Evan Brooks
- Date: 01-04-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- createContour
- License: Shareware
- Price: .price.

Generates a contour plot of a 2-column data set in which the 1st and 2nd column contains the X and Y variables, respectively. Output variables can be specified interactively. 2D histogram output: Rows contain the distribution of the X variable (1st column in input data) according to the specified X scale.
- Publisher: Peter Nagy
- Date: 27-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Exportfig
- License: Shareware
- Price: .price.

A collection of 4 functions to make it easier to export figures for publication. See also http://www.mathworks.com/company/digest/de...00/export.shtml.
- Publisher: Ben Hinkle
- Date: 27-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Plot Intensity on Sphere
- License: Shareware
- Price: .price.

PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size.
- Publisher: David Johnstone
- Date: 27-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- fig2tex
- License: Shareware
- Price: .price.

fig2tex is a MATLAB function that produces a LaTeX file to replicate MATLAB figures using PSTricks macros. ( the final LaTeX file requires the PSTricks packages pst-plot and pst-node, in particular). With fig2tex, you have a LaTeX file that produces your figure in LaTeX + PSTricks.
- Publisher: Ercan Solak
- Date: 27-03-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Zina for Music and Sound
- License: Freeware
- Price: 0.00

Zina is a graphical interface to your MP3 collection, a personal jukebox, an MP3 streamer. It can run on its own, embeded into an existing website, or as a Postnuke/PHPNuke/Xoops/Mambo/Drupal/e107 module. Features: - MP3 / OGG / WAV / WMA / Real Audio streaming - Custom and "Session" Playlists - RSS/Podcasts (as of v0.
- Publisher: ryanlath
- Date: 27-03-2013
- Size: 420 KB
- Platform: Scripts, PHP



