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

Listing of Multimedia in Scripts

Creates a graph and a data table below it. the table is put in an activex control using the column labels colhead NOTE: TO SEE AN EXAMPLE OF HOW TO USE THE MICROSOFT SPREADSHEET OBJECT, WHICH ALLOWS INPUTS AS WELL AS CALCULATIONS, SEE MY EXAMPLE CALLED "SPREADSHEET.

  • Platform: Scripts, Matlab

I got fed up of having to keep writing "set(figureHandle ,'windowStyle','docked')" so I wrote these two functions. Default behaviour is defined and help is provided. Enjoy. As usual feedback and reviews are welcome..

  • Platform: Scripts, Matlab

This class provides a splash-screen that you can show as your MATLAB application starts: * Border-less window * Ability to add text overlays * Optional progress bar with configurable location This is mainly useful when deploying applications using the MATLAB compiler and where your application takes a while to initialize.

  • Platform: Scripts, Matlab

This zip files contains programs (five functions, one example program, and one sample data set) to plot data in ternary diagrams. The first option is a pseudo color plot, the second is a contour plot, and the third style plots the data as color coded symbols (similar to my function 'plot3c').

  • Platform: Scripts, Matlab

A self explaining code to record sound in wav file format, the program can record sound for a specified time. a part of the wav file can be deleted and the remaining can be saved, and a portion of the file can be played.

  • Publisher: raghu ram
  • Date: 17-04-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • Hydromat
  • License: Shareware
  • Price: .price.
  • Rating

The simple program for plot the body plan of Ship in 2D-3D, hydrotatic calc. also Lewis form for ship motion prediction..

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

This function adds a second dummy x-axis on the top of a given axes object. This dummy x-axis has (internally) the same scaling (linear or log) than the main x-axis, but is used to display ticks and tick labels which are on a transformed scale. The transformation is arbitrary, but the transformed axis cannot be used to create plots with transformed x coordinates.

  • Platform: Scripts, Matlab

ColormapsNc lets you create your own colormaps (up to 256 colors). ColormapsNc is able to create a custom colormap by specifying up to 256 different colors. The colors will be shown in the order you chose them from the botton to the top of the colorbar.

  • Platform: Scripts, Matlab

FAAC is an open source MPEG-4 and MPEG-2 AAC encoder, it is licensed under the LGPL license. The quality of FAAC is not up to par with the currently best AAC encoders available. Features: - Portable - Reasonably fast - LC, Main, LTP support - DRM support through DreaM.

  • Publisher: menno
  • Date: 16-04-2013
  • Size: 522 KB
  • Platform: Scripts, C and C plus plus
  • xgraph
  • License: Shareware
  • Price: .price.
  • Rating

An M-file that will make a Matlab plot from xgraph data. See http://www.cs.toronto.edu/~radford/xgraph.html for more info about xgraph. This has been tested only with Matlab 5.2.

  • Publisher: Chris Peel
  • Date: 16-04-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

One important feature of DHTML is it's ability to move elements around the page freely, without having to be tied down to one single spot on the page. Floating images script moves any number of images around the page (by wrapping the images inside s, and animating each ), each following a randomly determined path.

  • Platform: Scripts, JavaScript

a gui which allow measuring an areas size and a paths length on an image (map). You can calibrate the image scale. You place points using left mouse button and remove points & areas with right mouse button. You have three different methods of measuring the area surface: 1.

  • Platform: Scripts, Matlab

While GUI-setting parameters for procedures working on one or both matrix dimensions a higher reliability of correspondence between matrix dimension and sequential parameter number is appreciated. In addition, a greater slider increases its sensitivity.

  • Platform: Scripts, Matlab

This code allows one to convert a NURBS Surface to an IGES surface file for import into a CAD program. Entity 128 is used and is the only entity type output. NURBS curves could be output with some modification. This code is rough but works for what I am doing.

  • Platform: Scripts, Matlab

Sets the properties of the axes group in a figure. Especially useful with 'subplot' function. The usage is the same as 'set'. Type 'help setsubplot' in command..

  • Platform: Scripts, Matlab

The functions convert sol-fa notation in plain text to a matrix or to a MIDI sequence that represents the sound, or read the note data from a MIDI sequence and convert it to sol-fa notation. The GUI is an attempt at a sol-fa editor and a staff-to-sol-fa converter.

  • Platform: Scripts, Matlab

Allows users to import data from excel and easily create 3D graphs in Matlab. Capable of exporting and importing Z axis matrices, exporting pictures of the graphs, automatic labeling of the surfaces, and tools for comparing two different surfaces. Can be used as a visual aid or for analysis.

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

DRAG: Move around on a 2-D or 3-D plot. When plot dragging is on, you can click and drag the axes around while maintaining the current level of zoom. In a figure with multiple subplots, pressing and holding the left mouse button drags around the currently active subplot, while pressing and holding the right mouse button drags around all subplots simultaneously.

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

DCOLOR uses a coloring function to map the angle and modulus of complex data to color. This technique is known as domain coloring, and is an excellent tool to explore the behavior of complex-valued functions. DCOLOR can produce plots using either a complex matrix or a function handle as the source data.

  • Platform: Scripts, Matlab

Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server. With just a few lines of code, a programmer can easily turn any application into a streaming source for an icecast server.

  • Platform: Scripts, C and C plus plus

Connect two pixels in an image with the desired graylevel Command line ------------ result = func_DrawLine(Img, X1, Y1, X2, Y2) input: Img : the original image. (X1, Y1), (X2, Y2) : points to connect. nG : the gray level of the line. output: result Note ---- Img can be anything (X1, Y1), (X2, Y2) should be NOT be OUT of the Img The computation cost of this program is around half as Cubas's [1] [1] As for Cubas's code, please refer http://www.

  • Publisher: Kanchi
  • Date: 15-04-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • pie3mod.m
  • License: Shareware
  • Price: .price.
  • Rating

H = PIE3MOD(HP) removes the lines along the edges of the pie slices while guaranteeing that there will still be a line separating the slices. The input argument HP is the set of handles returned by PIE3. The output argument H is the same as HP with the addition of the new line objects needed to separate the pie slices.

  • Publisher: Greg Aloe
  • Date: 15-04-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Animation.Cube class is a javascript library for a rotating cube animation effect. This effect will consume a high CPU speed. The class is compatible with all modern web browsers..

  • Platform: Scripts, JavaScript
  • pigeon.m
  • License: Shareware
  • Price: .price.
  • Rating

Draws a 3D pigeon and has it flap its wings..

  • Platform: Scripts, Matlab

MTIT - creates a major title above all axes in a figure - preserves the stack order of the axes several options allow to fine-tune the position of the title and typical text property/value pairs may be used as additional input to further adjust its looks see > help mtit for usage and a brief example for this small utility.

  • Publisher: us
  • Date: 15-04-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This module allows one to read and manipulate so-called ID3 informational tags on MP3 files through an object-oriented Python interface..

  • Platform: Scripts, Python

PutGetFile2 can be used to get and put files using matlab uigetfile and iputfile.Script provides memory files that remmbers the last location in which user used uigetfile and uiputfile seperatley..

  • Platform: Scripts, Matlab

The first buttons set of this toolbar allows to get rid of the annoying blank margins between axis and figure limits. The second buttons set allows selecting the exact figure size (width and height) in order for the figure to exactly fit in a scientific article, report or tesis (without wasting a lot of time on manually fine-tuning to get the same result).

  • Platform: Scripts, Matlab

Set the icon of the uipushtool on the toolbar to your specified image. Although you can do this by setting the uipushtool's CData, setIconImage can better preserve the transparency of the image after it is added on to the uipushtool..

  • Publisher: Qun HAN
  • Date: 14-04-2013
  • Size: 20 KB
  • Platform: Scripts, Matlab

This script allows you to have leaves blow and tumble on your webpage. It is quite the autumn effect..

  • Publisher: Kurt Grigg
  • Date: 14-04-2013
  • Size: 10 KB
  • Platform: Scripts, JavaScript

New Downloads

Kingoroot

Kingo Android Root. It\'s
free, and based on my initial
tests with a Virgin Mobile
Supreme, it works like a
charm.

ClickCharts Flowchart
Software Free

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

Desktop Snow Wallpaper

Desktop Snow Wallpaper lets
you to see falling snow on
your desktop.

eMule Acceleration Patch

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

Privacy Eraser Portable

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

Abettor Clipboard

Abettor-Clipboard can copy and
store up to 500 different
clips, text or graphic. It has
a superb encryption system
with ...

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

BitComet Acceleration Patch

BitComet Acceleration Patch is
an effective plug-in for
BitComet P2P. The program
includes most modern
technology that is ...

zebNet NewsTurbo Free

zebNet NewsTurbo Free is a
professional and freely
available newsletter software
that provides you the best
possible ...

FreeFileSync

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