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

Listing of Multimedia in Scripts

% 2 dimensional plot with error bars % % By: P.S.Basran 6/17/03 % % Toronto-Sunnybrook Cancer Centre % Dept. Medical Physics % Parminder.Basran@sw.ca % % % % Function: % This function produces a two dimensional plot with error bars. % % Syntax: % out=errorplot(x,y,dy,plottypes,dx) % % Inputs: % x - is a [1 x n] dimensional vector % y - is a [m x n] dimensional matrix for multidimensional plots % dy - is a [m x n] dimensional matrix whose dimensions must match those of y % plottypes - is a [1 x 4] dimensional vector whose entries specify the plottype in the % same fashion as the variable 's' in the function plot(x,y,s).

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

[selx,sely,indexnr]=lasso(x,y); Input: x,y - a set of points in 2 column vectors. Output: selx,sely,indexnr - a set of selected points in 3 column vectors Note: After the scatter plot is given, selection by mouse is started after any key press. This is done to be able to ZOOM or CHANGE AXES etc.

  • Platform: Scripts, Matlab

Function in GaborWavelet.m create a Gabor Wavelet kernel. GaborExample.m show the Gabor wabeletskernel at five different scales and eight different oritations..

  • Publisher: Zhi Chai
  • Date: 11-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

SHOWINFOWINDOW creates a small dialog window which displays a user-defined message. It is quite like MATLAB's msgbox but without an OK button. Although msgbox could be used for the simple display of a message that informs the user about a process being performed (and is not expected to last long, else a waitbar/timebar could be used but at a cost of running time), the presence of the OK button that closes the window on press could be annoying.

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

This routine draws a circle with center defined as a vector CENTER, radius as a scaler RADIS. NOP is the number of points on the circle..

  • Platform: Scripts, Matlab

This is a very fast and efficient script for nodal-to/from-spectral transforms using chebyshev polynomials on the unit square domain. This version does not require 2^n truncation, but does require the same truncation in both dimension. Users are encouraged to improve and redistribute this script.

  • Platform: Scripts, Matlab

The function will returns the text string of length SIZ embedded in the Bth bit-plane of the image I..

  • Publisher: Nithya V S
  • Date: 11-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

JamDB (Just another music DataBase) is a fast PHP/DB based mp3 collection management software with many interesting features. You can search for artists, albums or songs as well as for all songs added the last n days, weeks or months or a combination of these methods.

  • Publisher: linuxcc.de
  • Date: 11-02-2013
  • Size: 92 KB
  • Platform: Scripts, PHP

This function plots a line colored like a rainbow. The line is defined by x versus y pairs, which is the same as a regular 2-D plot. This program is inspired by Jonathan Zarge's post at http://groups.google.com/group/comp.soft-s...t+rainbow&hl=en.

  • Publisher: Kun Liu
  • Date: 11-02-2013
  • Size: 102 KB
  • Platform: Scripts, Matlab

phpMyChord, PHP web app for creating custom Scale, Chord and Interval dictionaries and diagrams for any musical instrument. MySQL database tables enumerating all possible scales, chords and intervals and their properties..

  • Publisher: Anonymous
  • Date: 11-02-2013
  • Size: 143 KB
  • Platform: Scripts, PHP
  • histn.m
  • License: Shareware
  • Price: .price.
  • Rating

This function generates an overlapping histogram of multiple populations. For a demo simply type "histn". SYNTAX: h=histn(Y,X,S) Y - Data array that is NxM where N is the number of groups and M is the number of measures within each group. Right now M has to be the same for each group.

  • Platform: Scripts, Matlab

In many cases, Simulinkā„¢ users have multiple blocks that they wish to connect to a block, particularly mux, demux, and bus creator blocks. The current practice is to drag one of these blocks from the Simulink library browser into the model. The mux block, for example, by default has 2 input ports.

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

LEGNUM Legend current figure using array of numbers. LEGNUM(X) adds a legend to current figure using string representations of the numbers in X. If X is a two- or multi-dimensional array, it will be flattened and all elements will be included. LEGNUM(X, P) is the same but uses precision P, where P is an integer.

  • Platform: Scripts, Matlab

HALFPOLAR function performs the polar plot in radian angle range [0 pi] using half polar coordinates HALFPOLAR(phi,gain) makes a plot with phi in radians angle range [0 pi] and gain in half polar coordinates. Phi and gain could be vector or matrix with the same dimensions.

  • Platform: Scripts, Matlab

This program will generate the coordinates of a 3D Bresenham's raster line between two given points. A very useful application of this algorithm can be found in the implementation of Fischer's Bresenham interpolation method in my another program that can rotate three dimensional image volume with an affine matrix: http://www.

  • Publisher: Jimmy Shen
  • Date: 10-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This is a tiny project just to show how we can build a useful tools from the available graphics commands in MATLAB . In this project I had been used the "Plot Annotation" Commands to write a program in Simulink using "Embedded MATLAB Function" block to plot the vectors in 3-phase systems.

  • Platform: Scripts, Matlab

All recorded data is stored on to a server using the Red5 technology. The component is very flexible/editable, so it can easily be customized to fit into web design scheme..

  • Platform: Scripts, Matlab

jlGui player Applet is the applet version of jlGui, Music Player for the Javad-OC?D? platform, free, open source project. To play any MP3 or OGG Vorbis file/stream, you need a browser JavaSound 1.0 compliant : Internet Explorer, Mozilla, Opera ... with Javad-OC?D? Plugin 1.

  • Platform: Scripts, Java
  • Jsurf
  • License: Shareware
  • Price: .price.
  • Rating

JSURF is similar in almost all respects to the standard SURF plot except that it admits a second matrix T of z-coordinates of size [m,n] that is used to plot over the base surface described by coordinates (x,y,z). JSURF(x,y,z,T) plots the 3D surface T onto the surface described by (x,y,z).

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

Reads AVI-files and processes position of pixel maximum per frame NOTE: supports only uncompressed plain avi(RIFF) files Tested under MATLAB 5.2.

  • Platform: Scripts, Matlab

Simple examples how one can create gui-applications without Guide or with more simple using Guide We use nested functions. So this will work only for MATLAB 7.0+ 14 m-files.

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

SUBINDEX labels subplots in the current figure with an index in the top left corner. Options for the index include: a,b,c; 1,2,3; i,ii,iii etc. Run subindex after creating your figure with subplots. For example: subplot(1,2,1); plot(x,y); subplot(1,2,2); plot(x,y); subindex;.

  • Platform: Scripts, Matlab

% FUNCTION ZOOM2CURSOR % ZOOM2CURSOR, without arguments, will activate the current axis, create a text box showing the current position of the mouse pointer (similar to pixval), and automatically zoom the image to the location of the cursor as it is moved.

  • Platform: Scripts, Matlab

VISLABELS is used to visualize the output of BWLABEL. VISLABELS(L), where L is a label matrix returned by BWLABEL, displays each object's label number on top of the object itself. Note: VISLABELS requires the Image Processing Toolbox. Example: bw = imread('text.

  • Platform: Scripts, Matlab

DIGITIZE digitize data from image. DIGITIZE with no input or output arguments allows the user to select an image file to load; only IMREAD-compatible image files are supported. The function then prompts the user to graphically identify the location of the origin and the X- and Y- axes of the plot.

  • Platform: Scripts, Matlab
  • Kamaelia
  • License: Freeware
  • Price: 0.00
  • Rating

Kamaelia is designed as a testbed for network experimentation using a component architecture designed to simplify creation and testing of new protocols for large scale media delivery systems. Kamaelia is divided into two sections: - Axon - this is a framework, developed by application spikes, for wrapping active objects.

  • Platform: Scripts, Python

libTagEdit is a simple C and Python class library for music tag editing. Features: - Easy to use C interface - Even easier to use Python interface - Limited to the most basic needed information - Extendable through plugin interface - Support for mp3, Ogg Vorbis and FLAC - GUI editor and some tools available.

  • Platform: Scripts, Python

Voodoo Music Box is a web based MP3 library management application. The program is written in PHP using the Zend Framework and a MySQL back-end. Voodoo Music Box is an Open Source PHP Multimedia project. Voodoo Music Box has many features other web based MP3 software application do not have.

  • Publisher: Anonymous
  • Date: 09-02-2013
  • Size: 8858 KB
  • Platform: Scripts, PHP

AnimateLaTeX generates .tex files for making animations in LaTeX. It makes use of functions in the animate package for LaTeX. The program is easy to use and an example is attached for illustration of the usage..

  • Platform: Scripts, Matlab

I found that the bounding box on matlab exported eps files was too large on the left and right side. This script just reads in the .eps file and reduces the bbox. % matlab seems to compute a bounding box on eps files which is too % large in the x-direction % % this script fixes the bounding box.

  • Platform: Scripts, Matlab

New Downloads

ClickCharts Flowchart
Software Free

ClickCharts Free Flowchart and
diagram software lets you lay
out your ideas, organization,
process or create UML ...

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

PCTuneUp Free Folder
Monitor

PCTuneUp Free Folder Monitor
lets you easily monitor the
file access activities on your
system. It has the ability to
...

Chronos Atomic Clock
Synchronizer

Chronos Atomic Clock
Synchronizer is a utility for
people who need their
computers to use exact time.
The program ...

BitComet Turbo

BitComet Turbo is a clean and
free peer to peer file sharing
program that offers you the
opportunity to download any
kind ...

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

VideoPad Video Editor Free
for Mac

VideoPad Free Video Editing
Program is designed to be
intuitive. VideoPad Free for
Mac is a fully featured video
file ...

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

Escape

Escape - first-class
first-person shooter in which
you have to look at the world
from another angle. You will
not fight ...

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