Home > By category > Scripts > Multimedia
Sort by : Name|Date|Downloads|Rating|

Listing of Multimedia in Scripts

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 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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

Program that tag with image a push button in a GUI..

  • Platform: Scripts, Matlab

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..

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

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.

  • Platform: Scripts, Matlab
  • varea.m
  • License: Shareware
  • Price: .price.
  • Rating

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.
  • Rating

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.

  • Platform: Scripts, Matlab

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..

  • Platform: Scripts, Matlab
  • axshift
  • License: Shareware
  • Price: .price.
  • Rating

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 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).

  • Platform: Scripts, JavaScript

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.

  • Platform: Scripts, Matlab

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.
  • Rating

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

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.

  • Platform: Scripts, Matlab

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

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..

  • Platform: Scripts, Matlab

[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.

  • Platform: Scripts, Matlab
  • logzplot
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, JavaScript
  • 3DScope
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab
  • sublabel
  • License: Shareware
  • Price: .price.
  • Rating

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..

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab
  • Feed2Tabs
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

New Downloads

WizIQ Recordor

WizIQ Recordor is a powerful
and easy to use free
PowerPoint add-in that lets
you create video lectures
right from your ...

Zortam Mp3 Media Studio

Zortam Mp3 Media Studio is
all-in-one Mp3 application. It
has several modules such us
Zortam Auto tagger, Mp3
Organizer, ...

Privacy Eraser Portable

Privacy Eraser is an
all-in-one privacy suite that
protects your privacy by
cleaning up all your Internet
history tracks ...

FoxTag Editor

FoxTag Editor is a wide
ranging tag processor with
great features and an
intuitive interface with well
organized and ...

ShareGhost

ShareGhost is a
greatly-designed, vastly
capable p2p file sharing
application that supports
Gnutella2, Gnutella, eDonkey,
...

MacX Free iTunes Ripper for
Mac

MacX Free iTunes Ripper for
Mac is the best free iTunes
DVD ripper designed for Mac
users to free rip and convert
any DVD ...

Let Me Out

Let Me Out is a board game,
simple operation but very
addictive. The game has 3
levels, beginner, medium, and
expert.

Advanced OCR Free

Preview PDF and extract text
from Scanned image PDF files
to save as TXT/Word for
editing with overall accuracy
of 98%.

Foxit Reader

Small, fast, and feature rich
PDF viewer which allows you to
open, view, and print any PDF
file. Unlike other free ...

ApexSQL Search

ApexSQL Search analyzes SQL
Server database object\'s
dependencies within the
database, across databases,
scripts and ...