Listing of Multimedia in Scripts
- Newsletter Plugin
- License: Freeware
- Price: 0.00

This FREE plugin enables any website/blog to store a list of newsletter subscriptions. You can store custom fields like gender, country or job department, and send emails to your subscribers straight from your website's admin interface. The subscribers list can also be downloaded as a CSV file, compatible with most newsletter software programs.
- Publisher: fesoftware
- Date: 06-02-2013
- Size: 543 KB
- Platform: Scripts, Matlab
- BarsWithError
- License: Shareware
- Price: .price.

BarsWithError This function plots standard bar plots with corresponding errorbars. The need for such a function has been great for me especially to quickly visualize data. Y = [1:1:10;2:2:20]; YError = [1 1 1 1 1 1 1 1 1 1 ; 2 2 2 2 2 2 2 2 2 2]; [hBars,hError] = BarsWithError(Y,YError,YError,'random',{'Group 1','Group 2'},'Sample Bar Chart') Neatly plots Bar plots with corresponding errorbars which are also fed into the function, future versions will take as input only a matrix and errorbars will be calculated in situ.
- Publisher: Chandramouli Chandrasekaran
- Date: 06-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- historybox
- License: Shareware
- Price: .price.

A history box is a combination editbox and popupmenu. The edit box allows users to enter text. When the user presses the return key in the editbox, a special function (the ReturnKeyFcn) is called, and the text in the editbox is added to the history. The history is stored in the popup menu hidden behind the edit box.
- Publisher: Tom Gaudette
- Date: 06-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Bug demonstration
- License: Shareware
- Price: .price.

Demonstrates a bug in matlab gui control - calling imellipse in a sub-GUI causes the uiwait function to be released..
- Publisher: Yishai
- Date: 05-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- PLACING IMAGE ON A BUTTON
- License: Shareware
- Price: .price.

Program that tag with image a push button in a GUI..
- Publisher: Diego Orlando
- Date: 05-02-2013
- Size: 133 KB
- Platform: Scripts, Matlab
- Date Odometer class
- License: Shareware
- Price: .price.

Adds a date stamp to a plot which "rolls" like an automobile odometer. Supports a few basic styles like 'mmm-dd-yyyy' and 'dd-mm-yyyy'. Try "date_odometer_demo" for a quick introduction..
- Publisher: Kevin J. Delaney
- Date: 05-02-2013
- Size: 123 KB
- Platform: Scripts, Matlab
- Colour coded quiver plot
- License: Shareware
- Price: .price.

plots the values of u and v, with z colour coded at the positions specified by x and y. A colourbar is added on the right side of the figure. The colourbar strectches from the minimum value of v to its maximum. 'zlim' is optional, to define the limits of the colourbar.
- Publisher: Stephanie Contardo
- Date: 05-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Background Color-Change from Link
- License: Freeware
- Price: 0.00

Background Color-Change is a script used to change the color of the page background from a link..
- Publisher: CodeBelly
- Date: 05-02-2013
- Size: 10 KB
- Platform: Scripts, JavaScript
- Separate Kernel in 1D kernels
- License: Shareware
- Price: .price.

This function SEPARATEKERNEL will separate ( do decomposition of ) any 2D, 3D or nD kernel into 1D kernels. Of course only a sub-set of Kernels are separable such as a Gaussian Kernel, but it will give approximations for non-separable kernels. Separating a 3D or 5D image filter into 1D filters will give an large speed-up in image filtering with for instance the function imfilter.
- Publisher: Dirk-Jan Kroon
- Date: 05-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- varea.m
- License: Shareware
- Price: .price.

Compute the area and judge the direction of a closed curve. function area=varea(C) %VAREA compute the "sign-area" of a closed curve. % NOTE: Sign-area equals to the area of the closed curve when it is in anti-clockwise and equals to the negative area when it is in clockwise.
- Publisher: Kang Zhao
- Date: 05-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- setfocus
- License: Shareware
- Price: .price.

Set focus to objects. When starting a Matlab GUI it is normally not possible to activate the cursor in an edit object. Before you can type, you'll have to click with the mouse in the edit field. With setfocus it is possible to activate the cursor with program code by passing the object handle to setfocus.
- Publisher: Martin Weber
- Date: 05-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- update legend
- License: Shareware
- Price: .price.

This function allows refreshing of the existing legend. It works like standard 'plot' command, but you have to pass like arguments the property tag. It is mandatory. Maybe there is some bug...you can correct it..
- Publisher: nino wallace
- Date: 05-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- axshift
- License: Shareware
- Price: .price.

rationale: a] resize of subplots/axes manully in a wysiwyg fashion b] multiple subplots with different sizes, c] overlapping supplots (transparent or not), graphical overlay d] create a layout with subplot locations for other figures/data usage: 1] plot figure with subplots 2] type 'axshift' 3] an icon appears in the toolbar 4] if this icon is selected (colored) -selected axes/subplots of the figure can be moved 5] via contextmenu (right mouse click in the figure,but not within a subplot) the following functions are available - BG-original: backgroundcolor of each subplot set to orig.
- Publisher: paul koch
- Date: 04-02-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Flying ghosts script for Graphics and Animations
- License: Freeware
- Price: 0.00

Flying ghosts script presents your visitors animated ghosts that move arround on the screen. You can spook up your webpage with this animation script. A bunch of ghosts swirl around while fading in and out at the same time! The effect works in IE4 and NS4 (without fade).
- Publisher: Dynamic Drive
- Date: 04-02-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- Observer pattern
- License: Shareware
- Price: .price.

The observer pattern allows to decouple the GUI elements (control and view) from the data model. All views are automatically synchronized through notify()/update() Example: iw1 = interval_window(); iw2 = interval_window_flow(); iv = interval_view(); i1 = interval(2,8,6); i1.
- Publisher: Arne Jenssen
- Date: 04-02-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- simple puzzle
- License: Shareware
- Price: .price.

This is simple Puzzle try to do with in 15 mins(Maximum) and the minimum time is..... Depends upon the person's IQ....
- Publisher: Sajin A
- Date: 04-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Spherium
- License: Shareware
- Price: .price.

Spherium allows for the creation of a cornicopia of curious 3D objects and offers full interactive control over lighting and orientation. Spherium contains a function (fig2pic) which can construct very high resolution images of any surface generated by MATLAB.
- Publisher: Andrew French
- Date: 04-02-2013
- Size: 737 KB
- Platform: Scripts, Matlab
- Print Graphics to a File
- License: Shareware
- Price: .price.

PTF supports printing MATLAB graphics to a file while the following properties can be set to a desired value: file format & name, figure width/height, color/resolution/renderer, font name/size/style, line size. PTF -GUI starts a GUI in order to simplify the process of choosing the right properties and executing the print command.
- Publisher: Jeroen Ploeg
- Date: 04-02-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- smoothhist2D
- License: Shareware
- Price: .price.

A MATLAB implementation of the plot described in Eilers, P.H.C. and Goeman, J.J (2004) "Enhancing scaterplots with smoothed densities", Bioinformatics 20(5):623-628. This plot is useful when a 2D scatterplot of your data would result in an uninterpretable mass of overlaid points.
- Publisher: Peter Perkins
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- teximage.m
- License: Shareware
- Price: .price.

If you have LaTeX already installed, this function will convert LaTeX strings into images and display them in figures..
- Publisher: Ben Hinkle
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- monte_carlo_spheregrid
- License: Shareware
- Price: .price.

Simple example of the use of the code spheregrid.m. Finds the peak in the matlab example data PEAKS. Initially uses meshgrid to find a maximum then 'zooms in' and seeds points in a circle around the point found, it then find the maximum and continues the process.
- Publisher: Kevin Moerman
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- A Time Watch with Multiple Time Zones: Digital and Analog
- License: Shareware
- Price: .price.

This converter has the following characteristics: 1: It shows both analog (virtual) and digital time 2: it has multiple time zones, easy to expand 3: it is easily converted to a standalone exe program if you need it Matlab Chinese Forums ( http://www.
- Publisher: Hong Zhang
- Date: 03-02-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Legend from DisplayName
- License: Shareware
- Price: .price.

The function accepts handles to figures/axes and adds legends to all axes found by finndobj(handle, 'type', 'axes') The legend text string is collected from the line objects DisplayName properties..
- Publisher: Kristian Svartveit
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- MakeDialog
- License: Shareware
- Price: .price.

[hFig] = MAKEDIALOG(DIMENSIONS,TITLE,TAG) Function to create a screen-centred dialog box with the specified dimensions. DIMENSIONS - specified in Pixels as [Width Height] TITLE - String containing the text to appear in the Figure's title bar. TAG - Unique string identifier If no arguments are specified, a dialog box 300 x 200 will be created.
- Publisher: Richard Medlock
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- logzplot
- License: Shareware
- Price: .price.

LOGZPLOT is an easy way to create surface plots with both a log-scaled z-axis and log-scaled coloring. LOGZPLOT creates a plot using SURF, MESH, PCOLOR, TRISURF or TRIMESH, then applies the logarithmic transformation. If called without data inputs, LOGZPLOT will apply the logarithmic scaling to an existing surface plot.
- Publisher: John Barber
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Mychoonz for Music and Sound
- License: Freeware
- Price: 0.00

Mychoonz is a mp3 player implemented in AJAX. It allows you to listen and organize your music within your browser, anywhere, anytime, as long as you've got an internet connection. The idea is similar to projects such as Ampache or Mp3Act but it focuses more on user interface rather than features.
- Publisher: mychoonz.com
- Date: 03-02-2013
- Size: 614 KB
- Platform: Scripts, JavaScript
- 3DScope
- License: Shareware
- Price: .price.

This block is an enhanced version of the standard XYGraph simulink block. The standard XYGraph allows to plot the motion of ONE point in the XY plane. This block allows to plot the motion of SEVERAL points in the XYZ space. In other words each point draws a line as it moves, so you end up having several lines in the plot instead of just one.
- Publisher: Giampiero Campa
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- sublabel
- License: Shareware
- Price: .price.

When publishing a paper, you need to label your subplots with "a)", "b)", etc in the upper left corner. This routine does it for you with no fuss or muss..
- Publisher: Jody Klymak
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- xyerrorbar
- License: Shareware
- Price: .price.

The function plots x and y data with errorbars for both. syntax: >xyerrorbar(x,y,xerror,yerror,s) variables: x=array of xdata y=array of ydata xerror=array of errors for x yerror=array of errors for y s=string argument for plotting the datapoints, The errorbars are plotted in red and blue limitations: Needs a figure to plot in.
- Publisher: Nils SjdoTAberg
- Date: 03-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Feed2Tabs
- License: Shareware
- Price: .price.

Feed2Tabs allows to add widgets and shortcodes that will automatically open recent feed items in tabs with just one single click. For installation please see the corresponding section. It is as trivial as copying the plugin folder in your WordPress. Once installed, there are two ways to add Feed2Tabs links: via widgets or via shortcodes.
- Publisher: Name.ly, Namely
- Date: 02-02-2013
- Size: 451 KB
- Platform: Scripts, Matlab



