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

Listing of Multimedia in Scripts

We have used streamslice function..

  • Platform: Scripts, Matlab

This code uses gui to demonstrate the step response for DC Motor Position system with PID controller which can be edited by three sliders. The edit texts can be edited by user, after editing press plot pushbutton to plot the response of new current system.

  • Platform: Scripts, Matlab

Example - dismat(50,5,6) creates 5x6 probability matrix and gives various parameters. Freshers can see and appreciate the work load in the computation. oo.dat will be created with results..

  • Platform: Scripts, Matlab

Function that places a 2D matrix B into a larger 2D matrix A. The upper-left corner of B is placed at coordinates (r,c) in A. If (r,c) are not given, then B is put in the upper-left corner of A, a default of (1,1). Some error checking is done first to make sure that A and B are 2D matrices, A is big enough to contain B, and the given (r,c) will not spill B outside of A.

  • Publisher: Rob Slazas
  • Date: 11-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This script provides a template on how to create simple tab panels within a GUI. Each tab panel should be a different panel with different components and can be easily created with GUIDE. By using GUIDE, you can create as many different panels as you want and layout them in a comfortable way for building.

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

HERRORBAR Horizontal Error bar plot. HERRORBAR(X,Y,L,R) plots the graph of vector X vs. vector Y with horizontal error bars specified by the vectors L and R. L and R contain the left and right error ranges for each point in X. Each error bar is L(i) + R(i) long and is drawn a distance of L(i) to the right and R(i) to the right the points in (X,Y).

  • Platform: Scripts, Matlab

MAKEMAP Creates a clickable imagemap. MAKEMAP(FIG,FILENAME) creates two files FILENAME.html and FILENAME.png which are clickable imagemaps of the figure FIG. FIG defaults to gcf and FILENAME defaults to "map". Empty text objects mark the hotspots on the imagemap.

  • Platform: Scripts, Matlab

This only contains one file: ui_get_files.m. See the help on how to use it..

  • Platform: Scripts, Matlab

This tool is useful when one wants to create a GUI from a standalone M-file, but would like to use guide for it's excellent ability to position the GUI objects within the GUI. guidegetter works by first fetching the layout of the uicontrols, uimenus and other objects from a guide generated .

  • Publisher: Matt Fig
  • Date: 11-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This script makes use of IE's multimedia filters, coupled with scripting, to render an "aura" around any given text. The effect can easily be applied to multiple text, each with differing pulsating colors and speed..

  • Publisher: Chris A
  • Date: 10-06-2013
  • Size: 102 KB
  • Platform: Scripts, JavaScript

The layers of the objects in an axes are ranged as the orders of its children. Sometimes, there is not easy to change the layer of layer. So I write this function to change the layer conveniently..

  • Publisher: Tao Lan
  • Date: 10-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This script creates a craving text that contains letters that constantly nudge one another. The effect is visible in both IE4 and NS6..

  • Platform: Scripts, JavaScript

Neon Lights Text II script applies a "moving light" to any text by modifying its color. Two different colors can be used concurrently for the effect, giving the light depth..

  • Platform: Scripts, JavaScript

fieldlines3D(X,Y,Z,U,V,W,x0,y0,z0) plots a field line with the initial point P(x0,y0,z0).The matrices X,Y,Z,U,V,and W must all be the same size and contain corresponding position and field components.The function employs the 4th order Runge-Kutta method for solving numerically differential equation y'=f(x,y).

  • Platform: Scripts, Matlab

1) A MATLAB function to return unit conversion factors & offsets. 2) A GUI tool to allow selection of the unit types and perform unit conversion calculations. 3) A Simulink block (with callback to GUI) which applies the unit conversion to a signal in a model.

  • Platform: Scripts, Matlab

This is a GUI that demonstrates some basic image processing functionalities, e.g., color filtering, motion filtering, etc. The user can load any of the basic image file types and then generate a secondary image based on the provided functionalities. All of the adopted functionalities make direct use of Matlab buildin functions, apart from the "Color Filter" procedure, which is not straightforward and has been implemented for this demo.

  • Platform: Scripts, Matlab

Combination of plot() and errorbar_plus() can solve many prolems with the original errorbar() and can provide some more useful flexibilities. With errorbar_plus, horizontal plot of errors is possible. Different markers can be used instead of the usual "I " shaped bar.

  • Platform: Scripts, Matlab

{Note from Editor: This bug has been fixed in MATLAB 6.1} Sometimes saved figures cannot be edited with ploteditor tool when reopened, because of a bug in ML 6 (R12.0). Use this script to repair the handles of an opened figure you cannot edit..

  • Platform: Scripts, Matlab

Nova fractal is generated by iterating the formula z=z - R * f(z)/f '(z) + C This is Newton's formula with additional parameters. C is constant ,in this fractal C is points of the complex plane as in the Mandelbrot set. R is relaxation constant ,it is 1 for this fractal.

  • Platform: Scripts, Matlab

Calculates: Azimuth, Elevation Angle, Slant range, Coverage Angle/Area.

  • Platform: Scripts, Matlab

Matlab image reader for almost all types of TGA files example, [I,map] = tga_read_image('testimages/test9.tga'); figure, imshow(I,map);.

  • Platform: Scripts, Matlab

A previous submission, confplot (by Michelle Giuliano) plots a single solid error boundary at one level of confidence. I just built on that idea by allowing the shade of the boundary to vary in a graded fashion across an array of confidence levels taken from a t distribution.

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

Edit a graph or draw a new one with this GUI. Usage: >> graph_gui; or >> graph_gui(A,xy); Controls: Use the radio buttons to select an action: 1. To DRAW a new VERTEX, select 'Draw' and 'Vertex'. Then click inside the axes in the desired location. 2.

  • Platform: Scripts, Matlab

The goal for me was to draw some reference frames to illustrate coordinate systems. I used arrow3 for a while, it was very usefull and I liked some of its features, but I had a few problems with it. 1/ 'deformation' problemns when applying functions like 'axis equal' when different objects are present, 2/ color problems when other colored objects were present and 3/ need for a 3D line-part of the arrow.

  • Platform: Scripts, Matlab

A time-frequency representation which uses a signal-dependent, radially Gaussian kernel that adapts over time. The code provides an excellent ambiguity domain filter for time-frequency analysis. Just run the script main_AOK.m to see it in action. The test signal includes three impulses, two simultaneous sinusoids, a Gaussian pulse, and two parallel linear chirps.

  • Publisher: Tony Reina
  • Date: 09-06-2013
  • Size: 113 KB
  • Platform: Scripts, Matlab
  • GTRACK
  • License: Shareware
  • Price: .price.
  • Rating

GTRACK Track mouse position and show coordinates in figure title. Once GTRACK is active the mouse position is constantly tracked and printed on the current figure title. A left-click will print the coordinates in the command line and store them. Clicking the mouse right button deactivates GTRACK.

  • Publisher: Jose Pina
  • Date: 09-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Plots shaded confidence intervals. Uses the matlab fill function, rather than area. This allows for multiple confidence plots to be overlayed for statistical comparison..

  • Platform: Scripts, Matlab

By Qingdu Li, Institute for Nonlinear Systems, Chongqing University of Posts and Telecommunications, Chongqing, 400065, China. Email: liqd@cqupt.edu.cn or qingdu_li@163.com As one of the most important results in chaotic dynamics, topological horseshoe theory provides a powerful tool in rigorous studies of chaos in dynamical systems, such as giving the topological entropy, verifying the existence of chaos, showing the structure of chaotic attractors, revealing the mechanism inside of chaotic phenomena and so on.

  • Publisher: Qingdu Li
  • Date: 09-06-2013
  • Size: 891 KB
  • Platform: Scripts, Matlab

H = BUSYBAR('message', property, value, property, value, ...) creates and displays a dialog box displaying 'message'. The handle to the waitbar figure is returned in H. Optional arguments property and value allow to set corresponding waitbar figure properties.

  • Publisher: Kesh Ikuma
  • Date: 09-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Introduction: This toolbox will perform Anisotropic Non-Linear Diffusion filtering on a 2D gray/color or 3D image. This filtering will reduce the image noise while preserving the region edges, and also enhancing the edges by smoothing along them. This is one of the more advanced image enhancement methods available, and also contains HDCS from october 2009.

  • Platform: Scripts, Matlab

New Downloads

WizIQ Recordor

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

Axence nVision Free

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

Mobi Transfer Professional

Sync iphone
applications,Freely Transfer
iPhone
Music,Movies,Apps,Books,Photos
;No jailbreak to install
Apps,Merge ...

Falco Lines II

Lines is a logic game with
beautiful animated graphics,
special effects and jazz
music.

FoxTag Editor

FoxTag Editor is a wide
ranging tag processor with
great features and an
intuitive interface with well
organized and ...

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

BearShare Music

BearShare Music is a free
files sharing software that
helps you download all your
favorite tunes from its
infinite community.

Soft4Boost Disk Cleaner

Soft4Boost Disk Cleaner is an
application that lets the user
keep up Windows clean, stable
and fast.

PCMate Free File Encryptor

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