Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.181.320 Times

Figure Skating Competition Dresses software
Filter: All | Freeware | Demo
 

Figure Skating Competition Dresses

< 1 2 3 4 5 
Added: August 18, 2013 | Visits: 544

Extract data from an existing .fig file This is a simple code to extract data from an existing matlab 2D or 3D figure.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Extract data from an existing .fig file Download

Added: July 27, 2013 | Visits: 185

raiseFigure - Intuitive alternative to figure(h) command This is really simple, so many people will use this functionality already, but I just thought I'd make it a bit easier for everyone (and include rigorous error checking while I'm at it)...raiseFigure can be used to replace MATLAB's fh = figure() and figure(h)commands where a user wishes to...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): raiseFigure - Intuitive alternative to figure(h) command Download

Added: June 22, 2013 | Visits: 504

Let it snow: falling snow on every figure! This submission was inspired by the google 'let it snow' effect (for those whodon't already know this, try search 'let it snow' with google and see whatwill happen). However, this implementation does not include the frost part asseen in the google version, since I really can't make the rendering...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Let it snow: falling snow on every figure! Download

Added: July 10, 2013 | Visits: 386

rtc: a pedestrian real-time clock figure - creates a real-time clock (using a timer object), which runs smoothly in the background while the user continues with her daily ML chores.- all aspecects of the display (geometry) are user-definable.- the clock can be stopped and restarted (toggled)help rtc RTC a pedestrian Real-Time Clock -...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): rtc: a pedestrian real-time clock figure Download

Added: September 10, 2013 | Visits: 383

Dockfig/Undockfig dockfig(FIG) Docks figure with handle FIG, and brings it to the front. dockfig('all') Docks all open figuresundockfig(FIG) Undocks figure with handle FIG, and brings it to the front. undockfig('all') Undocks all open figures


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Dockfig/Undockfig Download

Added: July 09, 2013 | Visits: 175

rotateobject figure is where the object in; object is the one to rotate; [x,y,z] is the center of 3D figure; click left to rotate; click right to pan; click both to zoom;


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): rotateobject Download

Added: June 06, 2013 | Visits: 385

a red heart a red heart could get big by clicking the mouse on the figure not the axis


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): a red heart Download

Added: August 15, 2013 | Visits: 418

3d infinite this is just a mesh program which creates a figure similar to infinite symbol.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): 3d infinite Download

Added: July 28, 2013 | Visits: 418

For producing Gray Code Optical Shaft Encoders Will produce a figure of an n bit Gray Code shaft encoder and a gray code tableStraightforward program. Gray code is produced by recursion and the disk is drawn using patch objects


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): For producing Gray Code Optical Shaft Encoders Download

Added: May 25, 2013 | Visits: 348

multiwaitbar This function stacks a series of status bars on the same figure, with labels. It also provides the ability to pause programs that call it by providing a "pause" pushbutton. It is much nicer than waitbar, and is easier to use.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): multiwaitbar Download

Added: September 14, 2013 | Visits: 719

Hatched Fill Patterns Will create a bitmap copy of a figure with distinct colors replaced with hatch patterns. This is useful for b+w bitmap output. Vector output is not supported.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Hatched Fill Patterns Download

Added: July 27, 2013 | Visits: 305

TakeAPicture Example Usage>>ezplot(@(t)max(30*365*24-t,0),[0 33*365*24]);>> xlabel 'age (hours)', ylabel 'what remains of your youth (hours)';>>TakeAPicture -reportDocumentation: Create and save a png picture from your figure. e.g. TakeAPicture % Take a picture TakeAPicture -inv % Take a picture and invert...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): TakeAPicture Download

Added: May 23, 2013 | Visits: 256

GetAuthentication GetAuthentication only uses a figure, uicontrol and keypress function to create a dialog for authentication (e.g. website).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): GetAuthentication Download

Added: April 27, 2013 | Visits: 351

figuresc figuresc(w,h) creates a normal figure except that figure size is adjusted by scaling factors for width and height, w and h. Scaling factors have a range of 0.0


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): figuresc Download

Added: May 01, 2013 | Visits: 446

Mouse scroll wheel navigation Tired of clicking the task bar to find the figure window that you want? So was I, so I decided to use the mouse scroll wheel as a way to change the current figure.This function will update the figure WindowScrollWheelFcn so that the mouse scroll wheel can be used to cycle through figures.It can...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Mouse scroll wheel navigation Download

Added: April 27, 2013 | Visits: 165

Simple waitbar This m-file allows to specify a waitbar on a figure where the user wants to display it. The sample usage of waitbar_new is as given.function testh = dialog('Units', 'Pixels', 'Position', [20 20 360 100],'visible','off');h1 = uicontrol('Parent',h,'Units', 'Pixels', 'Position', [10 70 75...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Simple waitbar Download

Added: May 30, 2013 | Visits: 470

Draw two figures with separate x and y axis This script plots two sets of 1D data on the same figure with two separate axis and with the same gridding.The code also checks if the x-axis data are the same, if the x-axis dataare not the same, it draws an additional x-axis on the top of the figure.The two sets of data with their axes are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Draw two figures with separate x and y axis Download

Added: May 12, 2013 | Visits: 290

On-figure magnifier This utility provides a powerful zooming tool specially designed for the documentation of original and zoomed 2D graphics of images on the same plot.It is composed of two blocks (the secondary axes and the magnifier). The secondary axes, which can be arbitrarily allocated within the limits of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): On-figure magnifier Download

Added: March 29, 2013 | Visits: 191

gcircle GCIRCLE(FIG) draws a circle by clicking the mouse at the center and at some distance away in the figure FIG.H = GCIRCLE(FIG) Returns the handle to the line.GCIRCLE with no input arguments draws in the current figure.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (54): gcircle Download

Added: September 02, 2013 | Visits: 306

setsubplot Sets the properties of the axes group in a figure. Especially useful with 'subplot' function.The usage is the same as 'set'. Type 'help setsubplot' in command.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): setsubplot Download

< 1 2 3 4 5