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

PLOT4 Plot colored lines and points in 3-D space PLOT3(x,y,z,c), where x, y, z and c are four vectors of the same length N, plots a line in 3-space through the points whose coordinates are the elements of x, y and z, colored according to the values in c.
- Publisher: Christophe Lauwerys
- Date: 25-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Solar Software (nimajamshidi)
- License: Shareware
- Price: .price.

This is engineering software for estimating solar parameters like zenith angle and solar collector parameters. You can also use it to design solar software..
- Publisher: nima jamshidi
- Date: 25-01-2013
- Size: 51 KB
- Platform: Scripts, Matlab
- Integer order radial-2D Gaussian function
- License: Shareware
- Price: .price.

Calculates a rotated 2D gaussian (cylindrical) y = gauss2D_R(X, Y, FWHM_x, FWHM_y, theta, order); X = Matrix of x indices Y = Matrix of y indices FWHM_x = FWHM in x dimension FWHM_y = FWHM in y dimension theta = Rotation angle in degress (+ve = anticlockwise) order = Gaussian order Set: X = ones(Ny, 1) * ((0:Nx-1)*dx - x0) Y = ((0:Ny-1)*dy - y0) * ones(1, Nx);.
- Publisher: Adam Wyatt
- Date: 25-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Multi-Scale Analysis of Area Fractions Characterization GUI
- License: Shareware
- Price: .price.

This GUI was built as a user-friendly tool that augments several journal papers on the MSAAF technique and microstructure characterization. Please forward any criticisms with the software directly to me and I will do my best to address these in later revisions.
- Publisher: Mark Tschopp
- Date: 25-01-2013
- Size: 6154 KB
- Platform: Scripts, Matlab
- LinTestPJ
- License: Shareware
- Price: .price.

The task would be as follows: two numbers (e.g. -10 and 10) mark the extremities of a line, which is constant from trial to trial; a series of numbers appear one by one in the upper part of the screen, and the participant has to click on the line where they think that number should be (so, for instance, the number 1 would require a click a little to the right of the line's midpoint, if the line goes from -10 to 10).
- Publisher: Paulo Silva
- Date: 24-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- savehold: Run the 'hold on' command and save its state for possible restoration
- License: Shareware
- Price: .price.

Assume we have axes inside a figure with some plots already there. We want to add some plots and then restore the state of hold (if it was 'on' before, we want it to stay 'on' after; if it was 'off' before, we want to set it back to 'off'). It can be done by the following commands: >> % Commands plotting something and setting 'hold on' or 'hold off' >> % Now, we want to add some plots >> washold = ishold; % Get the 'state of hold' for the current axes >> hold on; % Set the 'hold' property to 'on' >> plot(something); >> plot(something different); >> if ~washold, hold off; end % Reset the state of hold if needed With SAVEHOLD, the above code can be simplified a bit to: >> % Commands plotting something and setting 'hold on' or 'hold off' >> % Now, we want to add some plots >> h = savehold(); >> plot(something); >> plot(something...
- Publisher: Petr PodLdAdoTsk
- Date: 24-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Circumcircle of a triangle
- License: Shareware
- Price: .price.

The function circumcircle takes input as the coordinates of the three vertices of a triangle and compute the circum center and circum radius by using the formula in terms of the length of sides and area of triangle and plot the circumcircle..
- Publisher: Bishnu Lamichhane
- Date: 24-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- legendbar
- License: Shareware
- Price: .price.

LEGENDBAR places your items in legend in just same way as they stacked in bar, from the first item at lowest place up to last item at highest place. Don't forget to write the corresponding strings in opposite order as well! Example: the same as in "help legend" but here legend looks much nicer: x = 0:.
- Publisher: Isabella Osetinsky
- Date: 24-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Display_All_Formats.zip
- License: Shareware
- Price: .price.

Displays the RGB scales of an image file simultaneously..
- Publisher: Alister Fong
- Date: 24-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- GPUCONV2
- License: Shareware
- Price: .price.

GPUCONV2 Two dimensional convolution on the GPU using Cuda. C = GPUCONV2(A, B) performs the 2-D convolution of matrices A and B. If [ma,na] = size(A), [mb,nb] = size(B), and [mc,nc] = size(C), then mc = max([ma+mb-1,ma,mb]) and nc = max([na+nb-1,na,nb]).
- Publisher: Dirk-Jan Kroon
- Date: 24-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Fix string for graph title
- License: Shareware
- Price: .price.

This function fixes a string before it is used as a title for a graph. It is known that an underscore '_' is used in the title string to set the next character to lowercase. But, in many cases we don't need this feature, we just want to print the underscore.
- Publisher: Alecsander Eitan
- Date: 24-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 3DView Script
- License: Freeware
- Price: 0.00

Writting a winamp2.x plugin actually is an easy task. This plugin displays some 3D objects using points, the objects can translate/rotate/transform in the 3D space. It is a good example for dll programming. The 3D engine does not use any OpenGL or Direct3D technique (only some manipulation on device content).
- Publisher: Lam Wai Hang
- Date: 23-01-2013
- Size: 164 KB
- Platform: Scripts, C and C plus plus
- Map texture to patch
- License: Shareware
- Price: .price.

SYNOPSIS: patchTexture(patchHandle,texture) INPUT patchHandle: handle to patch object texture: texture to map onto the surface defined via patch Texture can be a grayscale or an RGB image OUTPUT none - the texture is mapped onto the patch identified by patchHandle by reading the image at the [x,y] coordinates of the vertices of the patch.
- Publisher: Jonas
- Date: 23-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- snare
- License: Shareware
- Price: .price.

Given a vector of x- and y-coordinates of a data set, allows the user to select a subset of the data with the mouse and change the coordinates of that subset much as he/she moves icons around a desktop. There are three modes of selecting the data - 'lasso-ing' the data much like in MS Paint, a rectangular selection much like the desktop icon selection function, and by adding points to a path surrounding the data one point at a time.
- Publisher: James Roberts
- Date: 23-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- ellipse.m
- License: Shareware
- Price: .price.

Adds ellipses to the current plot.
- Publisher: David Long
- Date: 23-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Moveit2 - Move a graphical object with the mouse
- License: Shareware
- Price: .price.

This is really a small hack that I wanted to share just to inspire more people to make interactive Matlab graphics. Use it as is or use the code as a template to do more advanced stuff. Here is how it works (for a 2-D patch): % First make the patch .
- Publisher: Anders Brun
- Date: 23-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D CUDA-based bilinear interpolation
- License: Shareware
- Price: .price.

This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably modern vintage.
- Publisher: Alexander Huth
- Date: 23-01-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- SnowStorm for Graphics and Animations
- License: Freeware
- Price: 0.00

SnowStorm is a javascript-driven snow effect that can be easily implemented into web pages. It has been designed to be easy to use. A single javascript file provides the functionality required; the only other files needed are the images of snowflakes themselves.
- Publisher: Scott Schiller
- Date: 23-01-2013
- Size: 20 KB
- Platform: Scripts, JavaScript
- Power Cables Characteristics
- License: Shareware
- Price: .price.

This is a GUI that shows some characteristics of the power under ground cables . The mathematical derivations & Theoretical curves are shown in the attached .PDF file , while the MATLAB GUI is used to plot these equations & curves..
- Publisher: Saqer Ali Khali
- Date: 23-01-2013
- Size: 686 KB
- Platform: Scripts, Matlab
- Dragable elements Script for Graphics and Animations
- License: Freeware
- Price: 0.00

This is a versatile script that enables any DIVs, image(s) or text on a page to be dragable. It simply gives these elements a class of "drag"..
- Publisher: Dynamic Drive
- Date: 23-01-2013
- Size: 102 KB
- Platform: Scripts, JavaScript
- ANIMApplet
- License: Freeware
- Price: 0.00

Put your animations on the web! ANIMApplet displays Amiga animations like a QuickTime plug in. Runs on all browsers supporting Java 1.1 or above (Java 1.3 or above recommended)..
- Publisher: Werner Randelshofer
- Date: 23-01-2013
- Size: 768 KB
- Platform: Scripts, Java
- Voxel
- License: Shareware
- Price: .price.

Simple function to draw a voxel (cube, cuboid) in a specific position of specific dimensions in a 3-D plot. Transparency of the voxel can also be specified. Many voxels can be aggregated to form a different shapes (a simple 3-D "+" is shown in the screenshot).
- Publisher: Suresh Joel
- Date: 23-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Transform Axes units to Normalized Units for Annotation Objects
- License: Shareware
- Price: .price.

The annotation() function in MATLAB requires the X and Y coordinates for the object in normalized units. However, to accurately place objects, (without using GUI) we would like to give the annotation function the coordinates in terms of the current axes.
- Publisher: girish ratanpal
- Date: 23-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 3D arrow plot
- License: Shareware
- Price: .price.

the function creates 3D plot of an arrow.
- Publisher: Moshe Lindner
- Date: 22-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Color Picker for Graphics and Animations
- License: Freeware
- Price: 0.00

It has a user interface similar to Adobe's Photoshop color picker. Here are some key features of "Color Picker": * Flat mode - as element in page * Powerful controls for color selection * Easy to customize the look by changing some images * Fits into the viewport.
- Publisher: Stefan Petre
- Date: 22-01-2013
- Size: 92 KB
- Platform: Scripts, JavaScript
- Lab2RGB Script
- License: Freeware
- Price: 0.00

It can be used as a complement to the RGB2Lab function..
- Publisher: Mark Ruzon
- Date: 22-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Scrolling Plot Demo
- License: Shareware
- Price: .price.

To execute the demo, please type "scrollplotdemo" (without the quotes) at the MATLAB command prompt. The slider will scroll the axis limits over the range of the sample plot (a sine curve)..
- Publisher: Steven Lord
- Date: 22-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- imagemenu
- License: Freeware
- Price: 0.00

IMAGEMENU adds a context menu to change image properties IMAGEMENU(handle) creates a context menu for all images with the parent handle that allows image properties to be easily changed. IMAGEMENU, without any input arguments, will create this context menu for all images that are found in the current figure.
- Publisher: Nathan Childress
- Date: 22-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Thresholding Images
- License: Shareware
- Price: .price.

ThresGUI is a GUI created to visualization of thresholding process of an image. Ypu can choice the thresholding method or arbitrary thresholds..
- Publisher: Ivan Ordonez
- Date: 22-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Cylinder
- License: Shareware
- Price: .price.

This function constructs a cylinder connecting two center points Usage : [Cylinder EndPlate1 EndPlate2] = Cylinder(X1+20,X2,r,n,'r',closed,lines) Cylinder-------Handle of the cylinder EndPlate1------Handle of the Starting End plate EndPlate2------Handle of the Ending End plate X1 and X2 are the 3x1 vectors of the two points r is the radius of the cylinder n is the no.
- Publisher: Divahar Jayaraman
- Date: 22-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab


