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

Listing of Multimedia in Scripts

  • MenuBar
  • License: Shareware
  • Price: .price.
  • Rating

This function MenuBar, allows the user to create menu's anywhere in a figure it replaces UIcontextmenu of UIpanels by real menu bars. menubar(figure_handle) or menubar Mouse hover, and window-resize updates can be enabled by menubar('start',figure_handle) or menubar('start') Or alternatively by: set(figure_handle,'ResizeFcn','menubar(''ResizeFcn'',gcf)'); set(figure_handle,'WindowButtonMotionFcn','menubar(''MotionFcn'',gcf)'); Example, %Creat figure with uipanel figure, uipanel1 = uipanel('Units','Pixels','Position',[10 200 400 200]); %Attach a contextmenu (right-mouse button menu) menu_panel1=uicontextmenu; set(uipanel1,'UIContextMenu',menu_panel1); %Add menu-items to the context menu hchild=uimenu(menu_panel1, 'Label', 'Random Pixels'); uimenu(hchild, 'Label', 'Red','Callback','disp(''Red callback'')');...

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

Plots vector fields and vector time series DESCRIPTION: Plots barbs or arrows conserving angles and can place a scaling bar.The positions of the components u and v can be entered as matrices or vectors as with quiver.m The x axes can be labels of datestr.

  • Platform: Scripts, Matlab

This function allows the user to plot the graph of x against y, along with both x and y errorbars. For the x and y errors it is possible to input both lower (lx and ly) and upper (ux and uy) values for the errors at a particular point. If the upper values are not specified then the program assumes the errors are symmetrical and use the lower values.

  • Platform: Scripts, Matlab

Returns the pixels points on a circle with centre x,y and radius r..

  • Platform: Scripts, Matlab

mplib is a C library that enables programms to access ID3 tags in MP3 files. ID3 tags are meta-informations such as the title, artist or comments that come with most MP3's. mplib supports ID3 version 1 and version 2 tags. It is written to be very easy to use, fast and cross-platform capable.

  • Platform: Scripts, C and C plus plus

This DHTML script animates images cross the screen in a horizontal, left right manner. It's used to gently glide planes across the user's browser.It is a nice effect that works in IE4 , NS4, and NS6..

  • Publisher: John Ely
  • Date: 01-03-2013
  • Size: 102 KB
  • Platform: Scripts, JavaScript
  • NDellipse
  • License: Shareware
  • Price: .price.
  • Rating

NDellipse returns 2d coordinates of several ellipsoids defined by NDslices. Usage [x , y] = ndellipse(M , S , [H] , [R] , [N]); ------ Inputs ------- M : Mean vector (d x 1 x [n1] , ... , [nl]) S : Covariance (d x d x [n1] , ... , [nl]) H : Transfert Matrix (2 x d) (default H = eye(2 , d)) R : Such that y'Sy < R (default R = 2.

  • Platform: Scripts, Matlab

This application contains three files that must be installed in the folder of Matlab. Files: Robot3.fig Robot3.m manipulador.m creditos.fig To run the application is written to the prompt robot3.

  • Platform: Scripts, Matlab

The present matlab code derives from the basic Lattice Boltzmann code named LB BGK D2Q9 and submitted on 2005-02-10 (see Matlab Central). This version is particularly tailored to porous systems. Indeed, rather than keeping in memory values of density calculated in both wet and dry locations (i.

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

CQmark.m/.fig - For manual landmarking of a sequence of image (e.g. fluoroscopy sequence) CQgen.m/.fig - For generating the sequence in .mat format from a sequence of images. Output: x-, y-location of the markers placed..

  • Platform: Scripts, Matlab

This program calculates enthalpy and entropy of water for given values of Pressure (in kPa) and Temperature (in degrees Celsius). It also determines whether the state is saturated, compressed liquid or superheated water..

  • Publisher: Sagar Aiya
  • Date: 01-03-2013
  • Size: 20 KB
  • Platform: Scripts, Matlab

produces a simple questdlg, with the useful addition of a grid object to display the data in question. CAVEATS At this time, only cell arrays of strings are accepted. Automatic column width adjustment is not yet supported INPUT QUESTION, type = string NAME, type = string BUTTON1 STRING, type = string BUTTON2 STRING, type = string MATRIX, type = cell array of strings USECOLHEADER, type = boolean USEROWHEADER, type = boolean OUTPUT SELECTEDBUTTONNAME, type = string USAGE out = QuestDlgWithGrid('Does this data look OK?', .

  • Platform: Scripts, Matlab

Simple PLOT , ZOOM and FFT for various oscilloscpope, Simulink or Matlab data formats No input parameter is required to start the program. Input data are selected and loaded from the top-level (start) GUI --->> GetData_vxx.fig. Implements the selection of a workspace variable generated in the command window or from an *.

  • Publisher: Jim Fallon
  • Date: 01-03-2013
  • Size: 113 KB
  • Platform: Scripts, Matlab

Displays the contents of a displayed draggable rectangle on one axis of a source figure into an axis in a target figure. The difference in the screen size of the target axis and the size of the rectangle represents the magnification factor that the contents of the source rectangle will appear in the target figure.

  • Platform: Scripts, Matlab

The Biomet Database Tool (BDT) was designed to be a simple front end to MS Access and MySQL databases as well as a graphical analysis tool. The interface itself is quite simple but still lets the user do more complex operations for those willing to read the help (press F1 with BDT open).

  • Platform: Scripts, Matlab

"uisetlineprops" is a simple graphical user interface tool for easy manipulation of the following properties of a "line" graphics object: Visible, Color, LineStyle, LineWidth, Marker, MarkerSize, MarkerEdgeColor, MarkerFaceColor. Example of use: s=peaks; handle=plot(s(:,25)); props=uisetlineprops(handle).

  • Publisher: Mike
  • Date: 27-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Acquires buffers of data from the system default sound card, calculates the power spectrum of the data and plots this along with the raw sampled data to screen. Useful as a quick and dirty (and completely uncalibrated) audio frequency spectrum analyser.

  • Platform: Scripts, Matlab

cudaconv - Performs 2d convolution using an NVIDIA graphics chipset. For large datasets (~1 million elements) and especially for large kernels (performance does not scale much with kernel size) cudaconv can outperform conv2 by as much as 5000%. I did not create this algorithm.

  • Platform: Scripts, Matlab

This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped borders (optional) - Embedded fonts (vector formats) - Improved line and grid line styles - Anti-aliased graphics (bitmap formats) - Render images at native resolution (optional for bitmap formats) - Transparent background supported (pdf, eps, png) - Semi-transparent patch objects supported (png only) - RGB, CMYK or grayscale output (CMYK only with pdf, eps, tiff) - Variable image compression, including lossless (pdf, eps, jpg) - Optionally append to file (pdf, tiff) - Vector formats: pdf, eps - Bitmap formats: png, tiff, jpg, bmp, export to workspace This function is especially suited to...

  • Platform: Scripts, Matlab

simple shotcut.

  • Publisher: shridhar M
  • Date: 27-02-2013
  • Size: 5059 KB
  • Platform: Scripts, Matlab
  • SpSpj
  • License: Shareware
  • Price: .price.
  • Rating

After the user press start it starts adding 1 to the value displayed in the textbox until the user press pause or stop, also it shows how to enable and disable buttons..

  • Platform: Scripts, Matlab

Saveimage saves an existing image in format. mat(matriz) compressed as .zip. Loadimage recovers an image kept as a file of data. It allows to change the file to an image format..

  • Platform: Scripts, Matlab

GSP is a graphical user interface which takes x and y points as inputs, along with the order m, then outputs mth order splines between each of the x points. In most cases additional constraints are to be entered as well. Example: Input: x points : [1 2 3 4] y points : [2 7 -1 5] Order : 2 *One Additional Constraint is Required* f '' (1) = 0 Output: Polynomials: 0 5 -3 -13 57 -55 27 -183 305 In the Range: 1 2 2 3 3 4 This means the following: for 1 < x < 2 y = 0*x^2 + 5*x - 3 for 2 < x < 3 y = -13*x^2 + 57*x - 55 for 3 < x < 4 y = 27*x^2 - 183*x + 305.

  • Platform: Scripts, Matlab

Compute the distance map to a set of points using the fast marching algorithm. Solves the 2-D eikonal PDE..

  • Platform: Scripts, Matlab

Video Recording Applet SDK can be used to create web based video recorder on the web sites. Video recording applet allows recording video in mp4 format ( H.264 video and AAC audio) on the web page and uploads it to web server via HTTP. Initially, applet records video in the temp file on the client computer, then user can upload video to web server.

  • Platform: Scripts, Java

This enhancement allows the user to: 1. browse using "copy-paste" 2. create a new folder from this dialog UIBROWSEFORFOLDER Standard Windows browse for folder dialog box. folder = uibrowseforfolder( title_str, initial_path ) Output: folder = selected folder (empty string if dialog cancelled) Inputs: title_str = title string (OPTIONAL) initial_path = initial path (OPTIONAL, defaults to PWD) Examples: folder = uibrowseforfolder - default title and initial path folder = uibrowseforfolder('Select results folder') - default initial path folder = uibrowseforfolder([], 'C:Program Files') - with no title 1.

  • Publisher: Ohad Ga
  • Date: 26-02-2013
  • Size: 512 KB
  • Platform: Scripts, Matlab

Shape Context is a method to get an unique descriptor (feature vector) for every point of an object contour or surface. This descriptor is used in combination with a b-spline free form deformation grid, for fully automatic creation of point mappings between patient datasets (2D/3D).

  • Platform: Scripts, Matlab

Simple GUI for drawing a undirected vertex-edge network/graph. Adjacency matrix for the graph displays in the command line..

  • Platform: Scripts, Matlab

The raytracer is made as a mini project for a computer vision and graphics lecture. Started as for statements and ended as this fast vectorized version. The speed up is something like 10 minutes versus 10-12 seconds for a 1024x1024 image. It is possible to change properties for the object, material,lighting and image size, plus additional options.

  • Platform: Scripts, Matlab

TeXEditor is a graphical interface for editing and previewing LaTeX equations for use in MATLAB. Keyboard shortcuts and equation templates are supported. Reference links to TeX resources on the web are provided for help.

  • Publisher: Ben Hinkle
  • Date: 25-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

New Downloads

SafeDNS Agent

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

Anvisoft PC Plus

Repair your PC problems easily
and effectively with One-Click
solution for Free. Retrieve
disappearing desktop icon, fix
...

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

SuperGeek Free JPG to PDF
Converter

SuperGeek Free JPG to PDF
Converter is a 100% free &
safe PDF converter to convert
JPG and other pics to PDF/PS
...

Chronos Atomic Clock
Synchronizer

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

Desktop Snow Wallpaper

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

BitDrom

Bitdrom is a Java based
BitTorrent client full of
functions and options to make
your downloading via
BitTorrent smooth ...

bitShare

bitShare is a fully-featured
p2p file sharing program that
offers user-friendly
functionality and support for
multiple ...

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

BitComet Acceleration Patch

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