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

Listing of Multimedia in Scripts

This is a script that creates a boxing-in effect as the surfer enters the page..

  • Platform: Scripts, JavaScript

This converter has the following characteristics: 1: it has enough units for all researchers 2: it has a easy-to-use calculator 3: it is easily converted to a standalone exe program if you need it Matlab Chinese Forums ( http://www.iLoveMatlab.

  • Publisher: Hong Zhang
  • Date: 12-01-2013
  • Size: 82 KB
  • Platform: Scripts, Matlab
  • cropplot
  • License: Shareware
  • Price: .price.
  • Rating

% When a 2D-plot is zoomed the cropplot function crops the invisible data % to the x-axis limits keeping all y-axis data within these limits. % % For large data series that are zoomed in, cropplot will reduce the file % size when the figure is saved to disc.

  • Platform: Scripts, Matlab

Updated the code to run faster by improving the logic and by implementing Itoh's in-line method to remove 2*pi jumps, rather than calling unwrap. Allowed edge pixels to also be unwrapped. Made the logic more parallel to the updated GoldsteinUnwrap2D_r1 code.

  • Platform: Scripts, Matlab

Monocle Radio is a lighteight web frontend written in PHP to the Music Player Daemon. It supports navigating the playlist, browsing and searching the MPD database, and a basic privilege system with users..

  • Publisher: Anonymous
  • Date: 12-01-2013
  • Size: 389 KB
  • Platform: Scripts, PHP

Based upon the suggestions in this blog article I have created my own preferred versions of this functions: http://blogs.mathworks.com/pick/2009/11/27...es-and-radians/.

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

DIGITIZE: Image Digitization Tool Description: digitize is a user interfase that allows to import image files (.bmp, etc) into MatLab to digitize data from. Previous sessions can also be loaded. Intructions: First load a new image by entering the menu "Load" and clicking on "Load New Image".

  • Platform: Scripts, Matlab

Allows user to employ graphical controls to choose start and end points of oceanographic transects. Useful for ADCP, echosounder and towed-body transects. A zoomable map display shows the entire ship track and the currently-selected transect. The user selects transects using either "dial"-style controls or conventional pushbuttons.

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

(This may have been done before ...) These two files plot 2D data sets as vertical or horizontal slices in a 3D coordinate system. It is similar to MATLAB's slice function but requires only 2D data arrays. The following code creates the example in the screenshot: % Create data sets % For the x-y plane a=randn(100,50); x=1:50;y=1:100; % For the x-z plane b=randn(40,50)+5; z=1:40; % For the y-z-plane c=randn(40,100)-4; % Plot the slices hold on % The horizontal slice at z=1: h=hslice(x',y,a,1); % A vertical slice parallel to the x axis at y=1 v1=vslice(x,ones(1,50),z,b); % A vertical slice parallel to the y-axis at x=1 v2=vslice(ones(1,100),y,z,c); set(gca,'zdir','reverse').

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

Hacked version of the menu function transforming the menu from a single selection push button to a multi-selection radio box. Use for selection of some items from a list. [a b] = check_box('Test','a','b','c','d') [a b] = check_box('list',{'a','b','c','d'}).

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

Modify the icon of a system window which handle (HWND) was retreive with GETHWND. The new icon is specified by its (HICON) handle obtained with GETHICON..

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

secplot(theta, rho) Plot wedges of equal angular width (centered on each value in theta, which should be equally spaced), with the radii listed in rho. Addition input arguments are passed to 'set' which is run on the object handle returned by polar (used to do the plotting).

  • Platform: Scripts, Matlab

Returns the path selected after pressing Apply button as a global variable "mypath". It is open for a number of improvements..

  • Publisher: Vlad Cozma
  • Date: 10-01-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This is a GUI application that allows multiple files or directories to be selected and allows you to manage the list (remove files, reorder, etc.) before returning. It has basic filtering as well as regular expression filtering and navigation of the file system is easy.

  • Platform: Scripts, Matlab

PlotAxisAtOrigin Plot 2D axes through the origin. It is a 2D version of Plot3AxisAtOrigin written by Michael Robbins. Have fun!.

  • Platform: Scripts, Matlab

CYL3D(Zin,theta_min,theta_max,Rho,H,meshscale) plots the 3D profile Zin as a mesh plot on a cylindrical surface of radius Rho, with mesh size determined by meshscale, for equally spaced angles between theta_min and theta_max. H is the cylinder height.

  • Platform: Scripts, Matlab

1) Goal: Interactively process MULTIPLE images with MULTIPLE ROIs (so-called mmROI), which returns ROI mean, std, min, max, median, area and center(X,Y), and plots the mean/std values along the image series. 2) Usage: [roi, im] = mmROI; (please don't forget to add a semicolon ";" at the end of this command.

  • Platform: Scripts, Matlab

CD Player application plays music CD's. This code can be compiled on Linux and Windows using gcc, or DevC . Also SDL must be installed to be able to compile the program code..

  • Platform: Scripts, C and C plus plus

pymad is a Python module that allows Python programs to use the MPEG Audio Decoder library. pymad provides a high-level API, similar to the pyogg module, which makes reading PCM data from MPEG audio streams a piece of cake..

  • Platform: Scripts, Python

Live Streaming is designed for all of you that want to build sites with features like on justin tv, ustream tv, mogulus, stickam, blog tv or their clones and just need the right plugin to provide this video broadcasting functionality.It is an Open Source PHP Multimedia project.

  • Platform: Scripts, PHP

SCATTERSHAPE is used with the patch handles returned as output from SCATTER, to plot arbitrary shapes instead of markers..

  • Platform: Scripts, Matlab

The code provides the user friendly GUI usage in filter design..

  • Platform: Scripts, Matlab

MD&D is a MATLAB toolbox for design and then testing single point oceanographic moorings influenced by currents and wind. The supplied database will allow you to build a mooring and test it under typical current conditions, or force it by a time series of current profiles to generate a time series of mooring shapes and component positions.

  • Platform: Scripts, Matlab

Find those points (xi,yi) who are inside the polygone defined by the vectors (x,y). Syntax: [xin,yin,Ind]=Inside(X,Y,xi,yi) where Ind is the index of (xi,yi) that are inside the polygone Example: %--- create polygone (x,y) phi=linspace(0,2*pi,50); X=(1+0.

  • Platform: Scripts, Matlab

It's a demo, showing how to edit msflexgrid contents. It allows entering numbers, understands backspace, arrows and del buttons..

  • Platform: Scripts, Matlab

"Memory Monitor" displays runtime memory information like available RAM, JAVA memory ressources, size of the page file and MATLAB specific values like count of the handles graphics objects, count of M-File in Memory, available RAM and largest available memory block under current matlab session.

  • Platform: Scripts, Matlab

A valid IPV4 address is having a format xxx.xxx.xxx.xxx where xxx is having range from 0 to 255. In order to evaluate whether a IP address is Valid or not pass a string to this function containing the IP address you want to Validate . This function returns a value 1 if success else 0 .

  • Platform: Scripts, Matlab

It takes about 15 minutes to plot the entire fractal..

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

shareIt uses MATLAB's print command to print one or more figures or models to file, one file per figure/model, and then uses MATLAB's sendmail command to email the output to one or more users. It supports adding flickr tags to the email so the image can be tagged when emailed to your flickr account.

  • Platform: Scripts, Matlab

This function converts a Tex input to a windows vector emf vector file. texWarning=renderTex2Emf(equationText,fontSize,fileName) It is a slighty modified version of renderTex in publish.m It allows having nice equations in word documents. How to use it: equationText is the input string.

  • Platform: Scripts, Matlab

New Downloads

SafeDNS Agent

SafeDNS makes your internet
safe. It blocks access to the
infected sites, phishing
resources, control &
command ...

WizIQ Recordor

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

Dr.Web CureIt

Dr.Web CureIt is an
indispensable tool for curing
computers running MS Windows
8/7/Vista/XP/Server
2003/2008/2012 ...

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

MacX Rip DVD to iPhone for
Mac Free

MacX Rip DVD to iPhone for Mac
Free Edition is an easy-to-use
and totally free DVD to iPhone
ripper for Mac which can ...

eMule Acceleration Patch

eMule Acceleration Patch is a
new add-on for eMule file
sharing program. It improves
your download speed.

Free File Shredder

Free File Shredder is a
virtual file shredder that
completely shreds the unwanted
files or folders from your
computer in ...

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

PCMate Free File Encryptor

PCMate Free File Encryptor is
a security software product
that helps lock your important
files from prying eyes with
...