Listing of Multimedia in Scripts
- plot_line.m
- License: Shareware
- Price: .price.

Produces the digial representation of a straight line suitable for use with matrices and the 'plot' function..
- Publisher: Alister Fong
- Date: 09-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D Target tracking using Kalman filter
- License: Freeware
- Price: 0.00

The first just does detection by background subtraction. This can be considered as the ground truth. The second feeds the detection output into a Kalman filter. The predicted position from the kalman filter (red) is compared against the actual ground truth position (green).
- Publisher: AliReza KashaniPour
- Date: 09-02-2013
- Size: 819 KB
- Platform: Scripts, Matlab
- gspline
- License: Shareware
- Price: .price.

GSPLINE(FIG) draws a spline by left - clicking the mouse at the control points of the spline in the figure FIG. Right clicking will end the spline. H = GSPLINE(FIG) Returns the handle to the line. GSPLINE with no input arguments draws in the current figure.
- Publisher: Daniel Claxton
- Date: 09-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- NaturalOpenCubicSplineCurves
- License: Shareware
- Price: .price.

NOCSP is a very simple curve in CAD. However, it may be helpful for beginners to do with uniform and proportional knots..
- Publisher: Nguyen Quoc Duan
- Date: 09-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- subplotrc
- License: Shareware
- Price: .price.

A totally trivial function that I keep on rewriting in line over and over again. Must be somewhere I'm missing or I'm missing something. Here it is in it's "glorious" entirety (-; --------- function h=subplotrc(varargin) % function h=subplotrc(varargin) - extension of subplot % subplotrc(m,n,r,c) put suplot in row r, column c of figure; % all other forms passed through to subplot without alteration if(length(varargin)==4 && all(cellfun(@isnumeric,varargin))) p=sub2ind([varargin{2},varargin{1}],varargin{4},varargin{3}); h=subplot(varargin{1},varargin{2},p); else h=subplot(varargin{:}) end if(nargout == 0) clear h; end.
- Publisher: Andew Diamond
- Date: 09-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- grid2 - add a grid to 2D plots
- License: Shareware
- Price: .price.

This function adds a grid to 2D plots. The grid contains out of lines which can be modified by linestyles and color information. This function expands the functionality of the normal grid implemented in MATLAB plots. plot(rand(1,10)); set(gcf,'color',[1 1 1]); grid2(gca,'color',[0.
- Publisher: MATLAB 7.0.4 (R14SP2)
- Date: 09-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Timeline Manager for Graphics and Animations
- License: Freeware
- Price: 0.00

Timeline Manager provides a non-invasive method of controlling your Flash movie, allowing you to create presentations, or view parts of your movie without starting from the beginning, with minimal effort: the only code you will have to write is a simple function call! In the first case you don't have to create buttons that pause or resume the playhead of your movie, while for the second case you need not put code on the first frame to jump to the section of the movie you wish to see in your Flash movie.
- Publisher: Tay Ray Chuan
- Date: 09-02-2013
- Size: 20 KB
- Platform: Scripts, Flash
- Villalta et al.'s colocalization algorithm
- License: Shareware
- Price: .price.

This new algorithm automatically obtains the true colocalization in a pair of fluorescence confocal images. The algorithm was integrated in a graphical users interface (GUI_COLOC). The rationale of the algorithm has been submitted for publication..
- Publisher: Soledad
- Date: 08-02-2013
- Size: 82 KB
- Platform: Scripts, Matlab
- getfigure.m
- License: Shareware
- Price: .price.

This function adds a new menu item in the current figure for easy import/copy of one (or all) plot line of another figure. Usage: 1- The destination figure must be the current (making a click over the figure) 2- In MATLAB prompt write >> getfigure Then a new menu option appears in the current figure 3- If we want to add all data lines from another figure (or make a duplicate) select 'Get de complete Figure' 4- If we want to add one data line from another figure select 'Get one line' 5- 'Undo last Get' to undo last copy 6- To delete the menu from the figure write again >> getfigure.
- Publisher: Jordi Palacin
- Date: 08-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- The Matrix Text effect for Graphics and Animations
- License: Freeware
- Price: 0.00

This DHTML script renders the Matrix effect on any short piece of text. It works in both IE4 and NS6 , and downgrades well with the rest..
- Publisher: Richard Womersley
- Date: 08-02-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- Scrollable Data Display
- License: Shareware
- Price: .price.

A scrollable data plot with cursors spanning all traces. Axes can be zoomed by dragging on them or using the arrows of the keyboard. It is a very basic way to quickly compare data on a common time axis while enabling easy zooming and panning (with arrow keys or scroll bar at the bottom of the figure).
- Publisher: Phil Larimer
- Date: 08-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- figs2subplots
- License: Shareware
- Price: .price.

This function allows the user to select figures and axes within figures and copy them as subplots into a new figure. A list of handles is the only mandatory argument. If a handle to an axes object is found, the corresponding axes are copied to the new figure; if a handle to a figure object is found, figs2subplots automatically finds its children axes and copy them to the new figure.
- Publisher: Francois Bouffard
- Date: 08-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- imtranslate
- License: Shareware
- Price: .price.

This function makes it easy to translate a 2d image or 3d volume. The shifts do not need to be integer values. It was written so I could test image registration algorithms. Help: function Iout = imtranslate(I, translation, F, method, same_size) %SCd 12/21/2009 %Affine translates a 2D or 3D image % %Input Arguments: % -I = 2D or 3D image % -translation = % -[row_shift col_shift] for 2D images % -[row_shift col_shift pag_shift] for 3D images % -F = values to pad the image with (optional, defaults to 0) % -method = interpolation method (optional, defaults to 'linear') % -same_size = 1 or 0, 1 if the output image is to be the same size as % the input image (optional, defaults to 1) % %Output Arguments: % -Iout = translated image % ----- Screen Shot was done using: >>I = imread('cameraman.
- Publisher: Sean de
- Date: 08-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Hardware accelerated 3D viewer for MATLAB
- License: Shareware
- Price: .price.

ImageJ is an image processing software, very popular in the Life-Science field. If you are a master student, a PhD or a postdoc in Biology, there is a very good chance that ImageJ is installed on your computer. ImageJ is developed mainly by Wayne Rasband, and is written in Java (see http://rsb.
- Publisher: Jean-Yves Tinevez
- Date: 08-02-2013
- Size: 195 KB
- Platform: Scripts, Matlab
- GUI Scripter
- License: Shareware
- Price: .price.

This scripter converts the forms in VB 6.0 Project (*.vbp) into an M-File (one M-file per VB Form). Converts most standard VB Objects that have a Matlab equivalent and converts Picture boxes to Matlab Axis Objects. Also scripts menus, Picture Buttons, slider bars & resizes sensibly keeping everything in absolute units and referenced to the top left corner.
- Publisher: Martin Dale
- Date: 08-02-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- GETRGB
- License: Shareware
- Price: .price.

GETRGB returns the RGB triplet for matlab color strings, like 'yellow' or 'm'. getrgb('y') --> [1 1 0] Version 1.0 (april 2008).
- Publisher: Jos (10584)
- Date: 08-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- disable-hide-comment-url
- License: Shareware
- Price: .price.

This plugin will allow you to remove the URL option from the comment box. This prevents automated bots to post spam links on your website. It helps your website retain the SEO Juice. This is a lightweight very simple plugin. No javascript, ajax hack..
- Publisher: achin Khosla
- Date: 08-02-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- MyLinks2
- License: Shareware
- Price: .price.

Displays blogroll links on a Page or Post with thumbnail images of the linked site. Insert [mylinks] to a Page or Post and it will display all your blogroll links there - with live snapshots of every page. Only 1-2 Minutes and the thumbnails snapshots are generated.
- Publisher: 2020media, endemedia, workshopshed
- Date: 08-02-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- MATLAB in Physics - Symbolic Computation and Differential Equations
- License: Shareware
- Price: .price.

MATLAB in Physics is a four lecture series in MATLAB that is offered to first year physics undergraduate students. This lecture shows how to use MATLAB to simulate physical systems using a range of methods. Projectile motion is analysed using the Symbolic Math Toolbox, then more complicated chaotic systems are simulated using the MATLAB ODE solvers.
- Publisher: Matt McDonnell
- Date: 08-02-2013
- Size: 143 KB
- Platform: Scripts, Matlab
- Flash Player Script
- License: Freeware
- Price: 0.00

Flash Player it is made with the IE flash plugin but it works fine..
- Publisher: Priceputu Cristian
- Date: 07-02-2013
- Size: 51 KB
- Platform: Scripts, C and C plus plus
- Lyapunov Fractal
- License: Shareware
- Price: .price.

The Lyapunov fractal is generated using logistics formula. Three types of fractal are generated with this script. The fractal is generated in 7 seconds..
- Publisher: Ankur Pawar
- Date: 07-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- gapfill
- License: Shareware
- Price: .price.

The Matlab function 'gapfill.m' produces white stripes in a 2-D color plot at the places where the gaps occur (e.g., time gaps of an irregularly spaced time vector). Inputs are the 2-D matrix, the associated time vector, and the gap size limit..
- Publisher: Klemens Hocke
- Date: 07-02-2013
- Size: 10 KB
- Platform: Scripts, JavaScript
- Content Aware Sidebars
- License: Shareware
- Price: .price.

Manage an infinite number of sidebars. Each with different rules for which content they should be visible with. Creating flexible sidebars has never been easier, and no code is needed at all as everything is done in the administration. No extra database tables or table columns will be added.
- Publisher: intoxstudio
- Date: 07-02-2013
- Size: 164 KB
- Platform: Scripts, Matlab
- display_obj
- License: Shareware
- Price: .price.

Displays obj structure read into matlab using readObj.
- Publisher: Bernard Abayowa
- Date: 07-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Length of cross of segment and rectangle
- License: Shareware
- Price: .price.

http://simulations.narod.ru/ segment_rectange.m is the function that difine length of cross. cross_perimeter.m auxillary function for segment_rectange.m, it define points of cross of segment and perimeter of rectangle zz_segment_rectange_test.m is script-test, it tests segment_rectange.
- Publisher: Maxim Vedenyov
- Date: 07-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Mandel121
- License: Shareware
- Price: .price.

This program contains a user friendly graphical interface. The documentation is provided in MS Word document and contains instruction and pictures for the following topics. The GUI adjusts automatically to the screen size of your monitor (I hope it works for you).
- Publisher: Dr. Jens Koopmann
- Date: 07-02-2013
- Size: 614 KB
- Platform: Scripts, Matlab
- AutoConnect
- License: Shareware
- Price: .price.

Unlike SISO block in Simulink, blocks that have multiple inports and/or outports, or no outport, do not autoconnect if dragged over a signal line in a model. Placing a call to this function in the CopyFcn and MoveFcn callbacks of any block will cause the block to automatically connect when the block is dropped over a line in a Simulink model.
- Publisher: Mike Anthony
- Date: 06-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- IPTImages
- License: Shareware
- Price: .price.

IPTIMAGES returns a list of images, or a GUI interface for the selection/viewing of images, in a user-specified directory. IF NO DIRECTORY IS SPECIFIED: shows images that ship with the Image Processing Toolbox (IPT), and creates a GUI interface for selecting/viewing them.
- Publisher: Brett Shoelson
- Date: 06-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Improved waitbar
- License: Shareware
- Price: .price.

The standard WAITBAR function (and the improved WAITBAR2 function, which this code is based on) must appear in their own figure windows, and cannot be embedded into a GUI. They also display incorrectly if the progress is reduced (e.g., when resetting an embedded progress bar).
- Publisher: Ross Hatton
- Date: 06-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- UILINESPEC
- License: Shareware
- Price: .price.

UILINESPEC creates a simple GUI to prompt the user for the following linespec properties: LineWidth, LineStyle, Color, Marker, MarkerSize, MarkerEdgeColor, MarkerFaceColor. S = UILINESPEC(D) accepts the default linespec properties struct D and returns the new one in S.
- Publisher: Jose Pina
- Date: 06-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab



