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

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

Figure Skating Competition Dresses

< 1 2 3 4 5 > 
Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 585

TAC Market Design Competition Platform JCAT is the platform for TAC Market Design Competition and an ideal tool for experimental mechanism design research. It allows multiple electronic markets to compete against each other, and trading agents, as traders, to move between them.



Platforms: Windows, Mac, Linux

License: Freeware Size: 6.47 MB Download (49): TAC Market Design Competition Platform Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 414

Figure Figure is a Quartz Composer visualizer plugin for iTunes. It goes slowly between jacket image and title.





Platforms: Mac

License: Freeware Size: 215.04 KB Download (65): Figure Download

Added: May 10, 2013 | Visits: 393

SDF - Set the Figure SDF is aimed at setting the figure fonts and line sizes to a comfortable viewing and exporting and is best suited to plots whose result is difficult to adjust The function is useful in presentation where custom fonts (larger or smaller) are needed to present or exclude a certain result.It can be...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (56): SDF - Set the Figure Download

Added: January 16, 2013 | Visits: 420

Competition 5.x--rc1 It provides management tools necessary for managing a continuous cycle of competitions that run on your site.Certain content types (chosen by an administrator) are selected for submission as competition entries. After the competitions close, and the voting phase begins, users vote on each other's...


Platforms: BSD Solaris

License: Freeware Download (55): Competition 5.x--rc1 Download

Added: December 08, 2012 | Visits: 413

Competition 5.x--rc1 It provides management tools necessary for managing a continuous cycle of competitions that run on your site.Certain content types (chosen by an administrator) are selected for submission as competition entries. After the competitions close, and the voting phase begins, users vote on each other's...


Platforms: BSD Solaris

License: Freeware Download (60): Competition 5.x--rc1 Download

Added: April 21, 2013 | Visits: 505

GUI for manipulating data in a figure GUI to move a selected data point upward or downward by a user-defined amount% Input: nfig -- the number of the figure% Use: 1. push the "Select" button% 2. move the mouse unto th figure to select a data point to be% moved% 3. push "Up" or "Down" button to move the data point% 4. push "Undo"...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): GUI for manipulating data in a figure Download

Added: April 08, 2013 | Visits: 433

Figure to play and analyze videos with custom plots on top VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).This can be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Figure to play and analyze videos with custom plots on top Download

Added: September 08, 2013 | Visits: 211

figure to excel conversion function fig2xls.m is a modified version of fig2xls.m that i downloaded last year from file exchange.1) this function works well and with no errors with excel 2010.2) it will ignores copies of line objects found in an axes. and only transfers one to excel.3) all you need to do to use this...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): figure to excel conversion Download

Added: August 25, 2013 | Visits: 232

Precise Figure Placing This contribution provides functions for precisely placing a figure to a given screen location, like the upper left corner, the top half of the screen or the full screen. The figure is placed precisely adjacent to the screen borders and will not overlap the task bar at the screen bottom. In order...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (39): Precise Figure Placing Download

Added: August 02, 2013 | Visits: 280

Quick figure and plot Do you find yourself repeatedly typing "figure; plot(A(:,1), B(:,2), 'r'; hold on; plot(B(:,1), B(:,2), 'g')" or something similar? Then this function is for you. "fp" makes it easy to plot multiple data sets with minimal typing. It also tiles the figure windows and adds convenience buttons for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Quick figure and plot Download

Added: April 24, 2013 | Visits: 409

Figure to Simulink subsystem mask icon converter Creates a mask icon for a Simulink subsystem from a given figure. This subsystem is masked with a ICON correspoding to lines in the figure. This is useful to illustrate the behaviour of the subsystem by a icon.You can use the simplot command to create it from the actual output. See the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Figure to Simulink subsystem mask icon converter Download

Added: August 21, 2013 | Visits: 203

Link All Axes in Figure (Sripts) Syntax is the same as linkaxes, except without passing in the handles to the axes to link. It replaces: figure; ax(1) = subplot(2,1,1); plot(rand(10,1)); ax(2) = subplot(2,1,2); plot(1:10); linkaxes(ax,'x') clear axwith: figure; subplot(2,1,1); plot(rand(10,1)); subplot(2,1,2); plot(1:10);...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Link All Axes in Figure (Sripts) Download

Added: September 15, 2013 | Visits: 275

Clone Figure The program allows you to copy a figure to another figure. For example let's say you want to copy Figure 1 to Figure 4. Then type clonefig(1,4).It is very useful for me because sometimes I run a program that outputs figure 1. Then I want to run the program with different parameters, and compare...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Clone Figure Download

Added: July 27, 2013 | Visits: 342

The Krouchev Journal-Figure Advanced MATLAB Toolkit Toward an advanced Toolkit for Journal-Figure preparation using MATLAB Provides (for now) 2 utilities that address user needs (see comments to the acknowledged submissionsbelow):% lafig3: Combines existing (sub)figures into a new figure.% zbkfig1: Scales down or up a whole figure to better fit...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): The Krouchev Journal-Figure Advanced MATLAB Toolkit Download

Added: August 29, 2013 | Visits: 333

Figure Window Always on Top My first attempt at a mex file making a simple call to the "SetWindowPos" function in the user32 library. This allows users to keep MATLAB figures on top, floating above all other windows even when focus is not on the target window.Example ...figure(1);winontop('figure 1');Tested on MATLAB...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Figure Window Always on Top Download

blurFigure - blurs and prevents interaction on a figure window blurFigure(hFig) blurs figure hFig and prevents interaction with it. The only interaction possible is with user-created controls on the blurring panel (see below). hFigBlur = blurFigure(hFig) returns the overlaid blurred figure pane. This is useful to present a progress bar or other GUI...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): blurFigure - blurs and prevents interaction on a figure window Download

Added: June 13, 2013 | Visits: 383

setFigTransparency - set figure transparency / fading setFigTransparency sets the figure hFig's transparency value. The entire figure window, including all internal menus, toolbars and components, is made transparent according to the alpha value. oldAlpha = setFigTransparency(...) returns the old transparency value of the specified figure, prior to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): setFigTransparency - set figure transparency / fading Download

UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers UISPLITPANE splits the specified container(s) (figure, panel or frame, referenced by handle(s) hParent) into two distinct panes (panels) separated by a movable divider. If no hParent container is specified, then the current figure (gcf) is assumed. Matlab components may freely be added to each of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (47): UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers Download

Added: June 25, 2013 | Visits: 373

Matlab 3D figure to 3D (X)HTML This function FIGURE2XHTML converts the 3D objects of a Matlab figure to an in XHTML embedded X3D file. In a modern browser, you can then view your figure interactively because of the great X3DOM Library (Instant 3D the HTML way! http://www.x3dom.org/). Currently the function supports: Axes,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 440.32 KB Download (47): Matlab 3D figure to 3D (X)HTML Download

Added: April 23, 2013 | Visits: 327

Useful Figure Management Utilities This package contains 3 trivial figure management utilities I can't live without:SHOWMETHEFIGS Allow user to cycle between all figures by hitting any keyFILLSCREEN Set a figure size to completely fill the screen.FIGSHIFT Cascades current figure window away from previous figure


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Useful Figure Management Utilities Download

< 1 2 3 4 5 >