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

Drawing Human Figure software
Filter: All | Freeware | Demo
 

Drawing Human Figure

< 1 2 3 4 5 
Added: April 10, 2013 | Visits: 389

blockPlot - A block-like 3D drawer for binary masks This function creates a 3D stacked block drawing of a binary mask by drawing square patch objects at each face of the mask which borders empty space. It is similar to isosurface, and useful for visualizing a 3D binary mask in its entirety (with no interpolation as in isosurface).function...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): blockPlot - A block-like 3D drawer for binary masks 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: 212

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 (42): 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 (44): 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: 344

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: September 06, 2013 | Visits: 659

Rubik Cube Game Rubik Cube Game - MATLAB toy.File list:ChangePointer.m - function for change of mouse pointerCongr.m - function for creation figure with congratulationCreateNewGame.m - function for creation of new gameInitCube.m - function for initialization of Cube objectPlotCube.m - function for drawing of the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Rubik Cube Game Download

Added: August 29, 2013 | Visits: 334

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

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: June 21, 2013 | Visits: 272

Connecting Two Points users can easily implement the functions such as drawing continuous arrows by editing this script.The attached file is a figure drew by an extended script based on this script.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): Connecting Two Points 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

Added: April 26, 2013 | Visits: 337

Fine Tuning Figure Toolbar The first buttons set of this toolbar allows to get rid of the annoying blank margins between axis and figure limits. The second buttons set allows selecting the exact figure size (width and height) in order for the figure to exactly fit in a scientific article, report or tesis (without wasting a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Fine Tuning Figure Toolbar Download

LEDbar (a fast and simple embedded progress bar without axes) LEDbar Version 1.0This LED style progress bar is a simple and nice looking way to do progress bars without patch or figure command. It can be used as an alternative to MATLAB's waitbar.LEDbar is freeware. Launch an included application example to see instructions on screen. There are two...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): LEDbar (a fast and simple embedded progress bar without axes) Download

Added: April 11, 2013 | Visits: 311

Figure Digitizer This function digitizes curves in a figure, e.g. an image save form a PDF file, plots and displays the data.% figure digitizer%% Use: 1. Input image to be digitized, e.g. test.jpg. You can type the% name of the image in the editable text field, or push "Browse"% button to browse the file.% 2....


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Figure Digitizer Download

< 1 2 3 4 5