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

Listing of Multimedia in Scripts

By utlizing IE 5 proprietary behavior functionality, this script allows you to apply a live rainbow effect to any block of text (multiple text/page supported). It is extremely easy to set up..

  • Platform: Scripts, JavaScript

BLUEWHITERED(M) returns an M-by-3 matrix containing a blue to white to red colormap, with white corresponding to the CAXIS value closest to zero. This colormap is most useful for images and surface plots with positive and negative values. BLUEWHITERED, by itself, is the same length as the current colormap.

  • Platform: Scripts, Matlab

ode_solver provides a graphical user interface for solving ODE systems with additive noise influence. Also it is possible to run solver in no-GUI (batch) mode. See required parameters in help-file. example for Duffing's equations: data=ode_solver({'x2' '-0.

  • Platform: Scripts, Matlab

This is a suite of functions that read images and metadata from Adobe Photoshop PSD files. These files can be used independently or in IMREAD and IMFINFO via IMFORMATS. Currently only the image pixels from the base layer are imported. Additional layers, paths, masks, and adjustments can be in the file but do not affect the image that is loaded.

  • Platform: Scripts, Matlab

ShadePlotForEmpahsis Plots a shaded bar for emphasis as commonly seen on economic charts. INPUTS: x where the bar is placed. If you want a bar from x=4:8 then use [4 8]. If you want x=[4:8,10:20] then use {4:8,10:20} colors Use 'y' to make all bars yellow.

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

In this version, it can only read the geometry in VRML 2.0 file to Matlab 7..

  • Platform: Scripts, Matlab

Since I have to do a lot of plots after doing PCA on my data I?ve written this small ?programs? using GUIDE . =>Fastplot button uses plot command and can be used in combination with removepoint (code of this function is a small modification of removepoint made by Jean-Luc Dellis) for doing ?automatic plots? (no need of custom input for choosing every class symbol and color).

  • Platform: Scripts, Matlab

Use 'barweb' function by Bolu Ajiboye (submitted to file exchange on Oct 1 2009) to generate a bar plot with error bars. Usage: barwebpairs(h, pairsBG, pairsWG) * h: handle returned by barweb * pairsBG: between groups pairs: 1 x n cell array (where n is number of subgroups), each cell contains p x 2 matrix with pairings (where p is the number of pairings for the subgroup, may differ in each cell).

  • Platform: Scripts, Matlab

this program tries to approximate the function f(x) from -L to L with m term Fourier series using quad (MATLAB functions)..

  • Publisher: Amin Bashi
  • Date: 02-04-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

this function plots the 2D multivariate gaussian when the mean and covariance are provided. It does not use for loops. ex: plot mean=[10;11],cov=[6 0;0 6] 2D multivariate gaussian function >> mvg([10;11],[6 0;0 6]).

  • Platform: Scripts, Matlab

An improved version of the MATLAB function 'polar'. Supports negative numbers and other plotting features. David Ireland's original completed with Dr. Thomas Patzelt's bugfix..

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

Often I add an object to a plot and see that I goofed up in some way. This is a very quick way to undo such mistakes.From the help:UNPLOT Delete the most recently created graphics object(s). UNPLOT removes the most recently created line, surface, patch, or text object created in the current axes.

  • Platform: Scripts, Matlab

This file contains a guide_simulink_sfunction interface. It is a fairly easy and simple application. It was mainly created as a reply for a question from one of the students on 'how to display the simulink results in real time in a gui interface, outside the boundries of simulink?' the gui(simulink_gui_interface) is a simple one.

  • Platform: Scripts, Matlab

Function to toggle the display of tooltips within the given function handle. Uses get/set app data to: . save the state of 'toggle' in the figure handle and . save the tooltip string in the uicomponent.

  • Platform: Scripts, Matlab

This example basically explains the real time update of simulink variables in GUI. The example displays the updated data in gauge and axes. Copy the files in your workspace. Type "my_gui" in command window. Press "Start"..

  • Platform: Scripts, Matlab

Again I'm uploading my homework... This is a GUI which enables to load images and train a Hopfield network according to the image. You can run the network on other images (or add noise to the same image) and see how well it recognize the patterns. Hopfield neural networks simulate how a neural network can have memories.

  • Platform: Scripts, Matlab

These mfiles may seem trivial looking at Matlab's comprehensive curve fitting toolbox, but I provide these mfiles with the students in mind. It can be a good way to do fast curve fitting without the fancy toolboxes. The explicit differential equation solver proved very useful in fitting kinetic models for reaction engineering.

  • Platform: Scripts, Matlab

EMBEDEDPROGRESSBAR intends to be a merge of all the previous progressbar that can be found on the FEX. Its two main features are: 1) It uses classes and objects, which also each embededprogressbar to be accessed and modified through get and set functions.

  • Platform: Scripts, Matlab

shadedpcolor displays one dataset in color, and a second by varying the intensity of the pixels in the image. We use this for displaying the vertical gradients in a field on top of the field itself. It really makes the field more three-d. A similar effect can be achieved by using lighting, but this is much more deterministic.

  • Platform: Scripts, Matlab

The program will compare the original image of a vehicle and the image taken after collision has occurred. The comparison will find the dents in the vehicle and highlight the boundaries. The code is developed to find the dents in an insured vehicle when it comes for claims.

  • Publisher: Ashu
  • Date: 01-04-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Usage: [Args=]savefigure(name[,property,value,...]) properties and default value 'Dpi',300, 'Size',[3.3 2.5] %inches 'FontSize',0 %fontsize multiplier 'MinFontSize',8 %minimum fontsize in pt 'LineWidth',.5 %linewidth multiplier 'MinLineWidth',.

  • Platform: Scripts, Matlab

This is a script that opens up two "panels" (up-down) as the surfer enters the page..

  • Platform: Scripts, JavaScript

This function provides continuous rotation of a 3D figure on the mouse up click. This may prevent a little bit of RSI ;-) It displays the elevation and azimuth values while rotating. Rotation is in the direction of mouse movement away from the centre of the figure window.

  • Platform: Scripts, Matlab

The function plotting figure inside figure (main and inset) from 2 existing figures..

  • Platform: Scripts, JavaScript

This function is an adaptation of a demo published by Steven Lord that let you add a slider to an axes. This function shows you how to set up a slider in a figure that will scroll through tiled axes. This functionality is very usefull in situations where you have a lot of information to plot but would rather not have a lot of figures open.

  • Platform: Scripts, Matlab

Generates a contour plot of a 2-column data set in which the 1st and 2nd column contains the X and Y variables, respectively. Output variables can be specified interactively. 2D histogram output: Rows contain the distribution of the X variable (1st column in input data) according to the specified X scale.

  • Publisher: Peter Nagy
  • Date: 27-03-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • Exportfig
  • License: Shareware
  • Price: .price.
  • Rating

A collection of 4 functions to make it easier to export figures for publication. See also http://www.mathworks.com/company/digest/de...00/export.shtml.

  • Publisher: Ben Hinkle
  • Date: 27-03-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size.

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

fig2tex is a MATLAB function that produces a LaTeX file to replicate MATLAB figures using PSTricks macros. ( the final LaTeX file requires the PSTricks packages pst-plot and pst-node, in particular). With fig2tex, you have a LaTeX file that produces your figure in LaTeX + PSTricks.

  • Platform: Scripts, Matlab

Zina is a graphical interface to your MP3 collection, a personal jukebox, an MP3 streamer. It can run on its own, embeded into an existing website, or as a Postnuke/PHPNuke/Xoops/Mambo/Drupal/e107 module. Features: - MP3 / OGG / WAV / WMA / Real Audio streaming - Custom and "Session" Playlists - RSS/Podcasts (as of v0.

  • Publisher: ryanlath
  • Date: 27-03-2013
  • Size: 420 KB
  • Platform: Scripts, PHP

New Downloads

Axence nVision Free

Axence nVision Free is a tool
for professional network
monitoring. Completely free of
charge, both for home and ...

Anvisoft PC Plus

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

IP Config Tool

IP Config Tool is a powerful
and easy-to-use tool that
changes your IP address.

BitComet Turbo

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

eMule Acceleration Patch

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

FoxTag Editor

FoxTag Editor is a wide
ranging tag processor with
great features and an
intuitive interface with well
organized 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 ...

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

ApexSQL Search

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