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

Listing of Multimedia in Scripts

%OVERVIEWPLOT creates a plot with an interactive overview axes. % OVERVIEWPLOT(...) takes the same input arguments as the PLOT command % and will create a new figure containing the plot and an inset % displaying an overview of the plot. Pan and zoom operations on the main % axes will result in a rectangle being drawn in the inset axes % representing the section of the data currently shown in the main axes.

  • Platform: Scripts, Matlab

This function is meant to be used for manually smoothing a scattered line (when all other "smooth" functions fail). The idea is to define a spline curve representing the original line. The edge points for the spline line are added by clicking into the axes and are graphically represented by "o" markers.

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

subfigure(m,n,p), or subfigure(mnp), divides the screen into an m-by-n grid of tiles and creates a figure within the pth tile. Tiles are counted along the top row of the screen, then the second row, etc. If p is a vector, the figure is sized to cover all the subfigure positions listed in p.

  • Platform: Scripts, Matlab

This is a GUIDE generated GUI. The GUI executes a callback function when a mouse is clicked over a figure. Inspired by the reference below: [ref] http://www.mathworks.com/matlabcentral/new...w_thread/160626.

  • Platform: Scripts, Matlab

This GUI draws a seashell, using a parametric surface. The parameters of the seashell can be modified with sliders and buttons in the GUI. See also the "seashell.m" file, also on MATLAB Central (with no GUI)..

  • Publisher: Tim Davis
  • Date: 27-03-2013
  • Size: 492 KB
  • Platform: Scripts, Matlab

MP3 Player code allows you to create your own mp3 player.The application provides basic functionality, plus dynamic playlist management. The code uses custom toolbars as player buttons (including tooltips), and MCI library strings to operate the player.

  • Platform: Scripts, C and C plus plus

MATLAB Adventures in Bifurcations & Chaos - (ABC++) is a GUI application, which runs in a MATLAB environment and has been designed for the exploration of bifurcations and chaos within the Chua Circuit paradigm. As such it retains all the features of the original program as well as adding some additional features.

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

LPLOT(X,Y) plots Y versus X just like the PLOT command but cycles through 12 different line styles instead of colors (4 line styles x 3 line widths). The axes LineStyleOrder is set to '-|:|--|-.' and axes ColorOrder is set to [0 0 0]. Multiple data sets, accepted by PLOT, are allowed.

  • Publisher: Jiro Doke
  • Date: 26-03-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • vebyk
  • License: Shareware
  • Price: .price.
  • Rating

The program is designed to interpolate values on a regular two-dimensional grid using ordinary kriging. By slightly modifying the code it is also possible to use simple kriging. The grid of estimated or "kriged" values is rectangular and spans the range of coordinates in the dataset of sampled values.

  • Platform: Scripts, Matlab

Plot a Taylor diagram from statistics values given by STDs (standard deviations), RMSs (centered root mean square difference) and CORs (correlation) Ref: K. Taylor Summarizing multiple aspects of model performance in a single diagram. JGR 2001.

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

Creates and displays a waitbar depending on the file position indicator(FID). Due to the fact that the waitbar updates automatically via timer function it is not necessary to update it manually in each cycle of the loop. H = FWAITBAR(FID) initializes the waitbar due to file identifier obtained from FOPEN.

  • Platform: Scripts, Matlab

This demo based on "Kailup Tan" works about handwriting recognition this version is more compatible and support Farsi/Arabic digit, u can take some change for add other handwriting pattern it's so easy too use taste it.

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

statusbar sets the status-bar text of the Matlab desktop or a figure. statusbar accepts arguments in the format accepted by the sprintf function and returns the statusbar handle(s), if available. Syntax: statusbarHandle = statusbar(handle, text, sprintf_args.

  • Platform: Scripts, Matlab

A GUI front-end for Flowgraph Analysis Tool. It's an editor for textual nodelist files. You can create, edit, save and run these files. Flowgraph analysis tool is needed, see the link in the Acknowledgments -section..

  • Platform: Scripts, Matlab

2 functions: enable(h) disable(h) where h is the handle to a UI control. saves writing a set function..

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

As an example, imagine you have two data sets described by 20 different means and standard deviations. Starplot enables the direct visual comparison and representation of these data sets. Both linear and logarithmic scaling is possible. See the help and demo for more information on how to use it.

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

This function is similar to MATLAB's own scatter3 routine. PLOTCLR(X,Y,V) plots the values specified in V as a color coded scatter plot at the locations specified in the vectors X and Y. The current colormap of the figure is used for the color code. Improvement from function plotc.

  • Platform: Scripts, Matlab

With the onset of HTML5, there is a dramatic paradigm shift in the wake for online media content delivery. For well over 6 years, this industry has been dominated by the proprietary Adobe Flash Player, which has been used to deliver high quality media to audiences far and wide.

  • Publisher: MediaFront
  • Date: 25-03-2013
  • Size: 870 KB
  • Platform: Scripts, JavaScript

This is not 3-dimensional bar plot, but 2D bars with errorbars in 3D. See the screenshot. Lower part of errorbars may not shown properly. In that case, adjust the view point a little bit. Or if you have a good solution, please let me know..

  • Platform: Scripts, Matlab

This is an energetic little text script that bounces a message around your visitor's window screen. Not only can you add HTML to the mix, but also, configure precisely the speed of the animation, and whether the message should disappear after x seconds.

  • Platform: Scripts, JavaScript

SUBAXIS Create axes in tiled positions. (just like subplot) Usage: h=subaxis(rows,cols,cellno[,settings]) h=subaxis(rows,cols,cellx,celly[,settings]) h=subaxis(rows,cols,cellx,celly,spanx,spany[,settings]) SETTINGS: Spacing,SpacingHoriz,SpacingVert Padding,PaddingRight,PaddingLeft,PaddingTop,PaddingBottom Margin,MarginRight,MarginLeft,MarginTop,MarginBottom Holdaxis all units are relative (e.

  • Platform: Scripts, Matlab

Simple function that plays a 3-D matrix as a movie to help visualize the values of the matrix. Much like movie but can be used to directly on raw data instead of converting it to movie frames. Main advantage is fast visualization of 3-D data..

  • Platform: Scripts, Matlab

Given a conforming triangulation as as matrix of vertices numbers corresponding to each triangular element , the algorithm generates and numbers edges of triangulation, so that edges shared by two elements are counted only once. It also generates list of edges belonging to each triangle a list of elements sharing the same edge.

  • Publisher: Jan Valdman
  • Date: 25-03-2013
  • Size: 3041 KB
  • Platform: Scripts, Matlab

mp3 2 ogg converter is a PHP based mp3 to ogg batch (mass) converter, which supports relative quality and copies ID3 tags. Relative quality means, that the quality of the outputed ogg is relative to the quality (kbps) of mp3. Simple, there are many times, especially if you have lots of mp3s, that you have different qualities (kbps) of them (320, 192, 128,.

  • Publisher: seba_seba
  • Date: 25-03-2013
  • Size: 10 KB
  • Platform: Scripts, PHP

Bindings for libcdio: a library for CD-ROM, CD image access and ISO-9660 filesystems. Example programs to list tracks, issue CD audio commands, and extract a file from an ISO-9660 track or image is included. See also http://www.gnu.org/libcdio.

  • Platform: Scripts, Ruby

Simple plugin that allows you to collapse subpages in the Pages admin list. Especially helpful if you have a ton of pages. It uses a cookie to save the expand/collapse status of your pages. This is loosely based on Collapse Sub-Pages by Dan Dietz (http://wordpress.

  • Publisher: lupka
  • Date: 25-03-2013
  • Size: 51 KB
  • Platform: Scripts, Matlab

CSE Input Dialog build a dialog from some variables and allow input from the user. It supports popup-menus, text fields, radio-buttons and checkboxes. As extra features, there are the possibilities to: - make control "slave" of other controls: if the master control is checked, the slaves are enabled, otherwise they are diabled (the reverse is also possible), - add help "tooltip" message to each control.

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

function list = mmwrite(filename,...options...) mmwrite is able to write AVI,WMV,WMA,ASF files. For AVI files you can choose from the available codecs to compress the audio and video streams. For WMV,WMA and ASF the encoding defaults to Windows Media 9 44100Hz 16bit stereo 98% quality for the audio and Windows Media 9 Video with 98 quality.

  • Platform: Scripts, Matlab

GetAuthentication only uses a figure, uicontrol and keypress function to create a dialog for authentication (e.g. website)..

  • Publisher: Stefan
  • Date: 24-03-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Venus Music Server is a compact PHP script that allows you to browse and play a collection of MP3s via a web browser. Features: - Compact PHP script - no database, CGI, Java, Perl, etc. required - Runs on older Linux distros - Prevents end-users from hard-linking to MP3 files - Supports images and text descriptions - Supports skinning via standard Cascading Style Sheets (CSS).

  • Publisher: Mikey P
  • Date: 24-03-2013
  • Size: 10 KB
  • Platform: Scripts, PHP

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

Macgo iPhone Cleaner

Macgo iPhone Cleaner is an
excellent iOS cleaner tool
runs on Windows. It can clean
up most junk files on iPhone,
iPad, ...

Abc Clipboard

Abc Clips can copy and store
up to 500 different clips,
text or graphic. You can
allocate hot keys or macros to
clips and ...

ShareGhost

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

Free Sky Screen Saver

Free Sky Screen Saver shows
the beautiful images of the
blue sky and white clouds
above any location on earth. T

Free Excel To CSV Converter

Free Excel To CSV Converter is
a lightweight utility which
provides you a very simple and
fast conversion from Microsoft
...

BearShare Music

BearShare Music is a free
files sharing software that
helps you download all your
favorite tunes from its
infinite community.

FreeFileSync

FreeFileSync is a free backup
software that helps you to
compare and synchronize files
and folders on Windows, Linux
and ...

2Printer

2Printer is a command line
tool for printing documents
and image files in batch mode.
With 2printer you are able to
...

ApexSQL Search

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