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

Listing of Multimedia in Scripts

This is a good example of the integer midpoint circle algorithm. No pixels are missed or repeated..

  • Publisher: Peter Bone
  • Date: 16-02-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

It works similar to the fill command in MATLAB. It allows multiple overlapping hatching on different polygons, and can even be used to obtain a speckled affect. It has a fair number of options for different line styles, colors, widths, and background colors.

  • Platform: Scripts, Matlab

Ever get frustrated by the inability to control which uicontrols you can tab between? CLICKFOCUS provides functionality to select a subset of uicontrols between which focus can be shuttled. Simply enter the figure handle and a list of handles to which you want to increment.

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

This subsmission was inspired by the blog: http://blogs.mathworks.com/loren/2007/12/1...-pretty-graphs/ SETAXES fixes common problems with MATLAB figures. SETAXES(AX, ...) applies to the axes AX which, when not supplied, defaults to the current axes.

  • Platform: Scripts, Matlab

figsame() makes all open figures the same size as gcf figsame(h) makes all open figures the same size as figure h figsame(h,[a b c]) makes figures a b c the same size as figure h.

  • Platform: Scripts, Matlab

multiplot - 2D-line plots on several axes with common x-axis multiplot(XDATA,YDATA,'PropertyName',PropertyValue,...) plots the data stored in the cell arrays XDATA and YDATA in several subplots with a common x-axis. multiplot also links all generated axes in order to synchronize the zoom along the x-axis.

  • Platform: Scripts, Matlab

Plots the Phase Plane Plot of the following system (d^2y/dt^2)+2Jw(dy/dt)+w^2=0 For different w & J values.

  • Platform: Scripts, Matlab

English: This is a simple plugin to put in the sidebar of your blog the last tweets from your Twitter account Portugues: Este ™ um simples plugin para colocar no sidebar do seu blog os ultimos tweets de sua conta no twitter Donation Paypal Donation Pag Seguro Install : Upload plugin folder to the /wp-content/plugins/ directory Activate the plugin through the 'Plugins' menu in WordPress Im Appearance->widgets select Twitter Only Widgets and add the User and the number of tweets you want to display in the sidebar.

  • Platform: Scripts, Matlab

This example shows how to create a rapid simulation target from a Simulink model using RTW, and then create a GUI, which is then compiled into stand alone application by MATLAB compiler to control the parameters tuning of the rapid simulation file. The generated application are able to run under the machine w/o MATLAB.

  • Platform: Scripts, Matlab

EXPORT2EXCEL function exports a Matlab array / Cell array to Excel spreadsheet. Microsoft Excel activex server i.e Excel Com object is used to export data from Matlab to Excel.Hence Microsoft Excel is a must to have for exporting data from this function.

  • Platform: Scripts, Matlab

we use GUIDE to creat a GUI in which we load two images ,convert to binary images and calculates the percentage match.This is gud for studying image procssing for beginners. i think this coudl be modified better and hardware interfaced for clinical applications and person indentification in places like an internet cafe.

  • Platform: Scripts, Matlab

In this code, I show how to create a clean architecture for a volume visualization engine and one example GUI that uses it. I take advantage of exporting nested functions so the GUI programmer can manipulate the visualization in ways that can be customized for specific applications.

  • Platform: Scripts, Matlab

This zip file contains three separate guis. One solves and plots a system of functions given the inputs of 2 or more functions. The second one solves a 2 system differential equation model using the 4th order runga-kutta method. The third one is just a demo gui of how my components work for my gui.

  • Publisher: Chun Zheng
  • Date: 14-02-2013
  • Size: 61 KB
  • Platform: Scripts, Matlab

Usage: mO=smoothc(mI,Nr,Nc) mI=input matrix Nr=number of rows included in smoothing function Nc=number of columns included in smoothing function mO=output array, smoothed Intended as an example of using a kernel to smooth an image. With minimal changes, the user may implement another kernel.

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

MAT2BMP(FILENAME,MATRIX) writes a standard windows bitmap file (24-bit color)to a file called FILENAME (created or overwritten) whose image matches the image represented by a_mat. No scaling is performed on the image data. If the matrix is MxN (2-D) the image is created with colors mapped to the colormap passed into varargin{1}, or the existing current ML colomap if no colormap is passed in varargin.

  • Platform: Scripts, Matlab

An m-file that activates the WIN32 ActiveX control for selecting a file. The ActiveX control is part of the Win32 environment and it is written using COM/DCOM technology. The attached m file is only a connecting function. You can change and customize the control by adding more "set" functions to the ActiveX control.

  • Platform: Scripts, Matlab

The Mass Univariate ERP Toolbox is a freely available set of MATLAB functions for performing mass univariate analyses of event-related potentials (ERPs), a noninvasive measure of neural activity popular in cognitive neuroscience. A mass univariate analysis is the analysis of a massive number of simultaneously measured dependent variables via the performance of univariate hypothesis tests (e.

  • Platform: Scripts, Matlab

With this version you can choose the window size, like in the screenshot e.g. 4. It also allows you to start the x axis not only from zero. After plotting your signal, just call the function scrollplot(...). For more information take a look at the comments inside the file.

  • Platform: Scripts, Matlab

This script is written as part of a conference paper to encourage the use of a GUI to analyse the trajectory of a lawn bowl for sports engineering students. This script is intended as a preliminary teaching tutorial before students move on to write a more comprehensive GUI.

  • Platform: Scripts, Matlab

Use coeffs = fit2dPolySVD(x, y, z, order) to fit a polynomial of x and y so that it provides a best fit to the data z. Uses SVD which is robust even if the data is degenerate. Will always produce a least-squares best fit to the data even if the data is overspecified or underspecified.

  • Platform: Scripts, Matlab

Plots contour points onto given image. The contour vector is assumed to be in the domain as defined in ToPolar.m (another file submitted by me).

  • Platform: Scripts, Matlab

A Thermometer plot, like the ones you see when a small town wants to buy a new ambulance..

  • Platform: Scripts, Matlab

Statusbar is a simple GUI to display the progress of a lengthy computation. It displays the current state and the elapsed time as well as the estimated time to finish. On confirmation, the user can interrupt the computation by closing the window. At every update, the application program is signaled if it should stop or continue.

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

LINEMENU adds a context menu to change line properties LINEMENU(hline) creates a context menu for the line with handle hline that allows line properties to be easily changed. LINEMENU, without any input arguments, will create this context menu for all lines that are found in the current figure.

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

% CROPAVI provides functionality to crop an AVI file (i.e., to delete frames from the file) % and save the cropped version to the same directory that contains the original video file. % The new video will have the same name as the original file, with the word % "cropped" appended to its name.

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

INCA allows to copy & paste plots and other axes contents from one axes object into another. This may be useful for collecting plots from single figures into subplots of one figure. INCA can create an entry in the figure's menubar..

  • Platform: Scripts, Matlab

DIRECTEDPLOT Plot with directions DIRECTEDPLOT(X,Y) plots vector Y versus vector X, with arrows on alternative points. If X or Y is a matrix, then the vector is plotted versus the rows or columns of the matrix,whichever line up. DIRECTEDPLOT(X,Y,N) places arrows on each N-th point, starting from the first.

  • Platform: Scripts, Matlab

function H = histo2D(D,[Xlo Xhi],Xn,[Ylo Yhi],Yn,Xlab,Ylab,Title) 2-Dimensional Histogram (size(H) == [Yn Xn]) Counts number of points in the bins defined by - X = linspace(Xlo,Xhi,Xn) and Y = linspace(Ylo,Yhi,Yn) Example: Dx = 5*rand(100,1) ; Dy = 10*rand(50,1) ; D = [Dx,Dy] ; H = histo2D(D,[0 5],10,[0 10],5, 'Xlabel','Ylabel','2d Histogram') ;.

  • Platform: Scripts, Matlab

Auto Gaussian & Gabor Surface fit --- 2 functions to fit a 2D Gaussian or 2D Gabor to a surface. The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters. This is done by evaluating the quality of fit (sum of squared error) for many different choices of parameters then refining the most promising set of params through least-squares (exhaustive search followed by refinement).

  • Platform: Scripts, Matlab

x-y scatter plot with plot symbol size proportional to magnitude of z. Scale factor enables symbol size continuity when overplotting with subsequent datasets using a different color..

  • Platform: Scripts, Matlab

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.

Mobi Transfer Professional

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

HLP Free PC Cleaner

HLP Free PC Cleaner finding
and removing common junk files
that accumulate over time. It
comes pre-configured with 20
...

Free Windows Registry
Cleaner

Keep your PC operating
smoothly by using Registry
Cleaner to scan, identify,
clean and repair errors in
your Windows ...

PCTuneUp Free Folder
Monitor

PCTuneUp Free Folder Monitor
lets you easily monitor the
file access activities on your
system. It has the ability to
...

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

ShareGhost

ShareGhost is a
greatly-designed, vastly
capable p2p file sharing
application that supports
Gnutella2, Gnutella, eDonkey,
...

Let Me Out

Let Me Out is a board game,
simple operation but very
addictive. The game has 3
levels, beginner, medium, and
expert.

zebNet NewsTurbo Free

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