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

Listing of Multimedia in Scripts

  • PLOT4
  • License: Shareware
  • Price: .price.
  • Rating

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.

  • Platform: Scripts, Matlab

This is engineering software for estimating solar parameters like zenith angle and solar collector parameters. You can also use it to design solar software..

  • Platform: Scripts, Matlab

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

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.

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

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

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, Matlab

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

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

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

  • Platform: Scripts, Matlab

Displays the RGB scales of an image file simultaneously..

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

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, C and C plus plus

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

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.

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

Adds ellipses to the current plot.

  • Publisher: David Long
  • Date: 23-01-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

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 .

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, JavaScript

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

  • Platform: Scripts, Matlab

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

  • Platform: Scripts, JavaScript

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

  • Platform: Scripts, Java
  • Voxel
  • License: Shareware
  • Price: .price.
  • Rating

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

the function creates 3D plot of an arrow.

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, JavaScript

It can be used as a complement to the RGB2Lab function..

  • Publisher: Mark Ruzon
  • Date: 22-01-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

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

  • Platform: Scripts, Matlab

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.

  • Platform: Scripts, Matlab

ThresGUI is a GUI created to visualization of thresholding process of an image. Ypu can choice the thresholding method or arbitrary thresholds..

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

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.

  • Platform: Scripts, Matlab

New Downloads

SafeDNS Agent

SafeDNS makes your internet
safe. It blocks access to the
infected sites, phishing
resources, control &
command ...

WizIQ Recordor

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

Dr.Web CureIt

Dr.Web CureIt is an
indispensable tool for curing
computers running MS Windows
8/7/Vista/XP/Server
2003/2008/2012 ...

Macgo iPhone Cleaner

Macgo iPhone Cleaner is an
excellent iOS cleaner tool
runs on Windows. It can clean
up most junk files on iPhone,
iPad, ...

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

Abettor Clipboard

Abettor-Clipboard can copy and
store up to 500 different
clips, text or graphic. It has
a superb encryption system
with ...

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

A to Z Clipboard Extender

A to Z Clipboard is a free
utility which allows you to
copy up to 25 times before
pasting. (Unlike the Windows
clipboard ...