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

Figure Percentage software
Filter: All | Freeware | Demo
 

Figure Percentage

< 1 2 3 4 5 > 
Released: December 04, 2014  |  Added: January 05, 2015 | Visits: 2.678

Breaktru Percent Percent lets you quickly calculate percentages such as tips, added taxes and price discounts. Easily find a percentage from an amount entered. • Calculate the percentage of any number out of any number. • Calculate any amount plus any percentage (such as a tax rate) instantly....



Platforms: Windows, Windows 7

License: Freeware Size: 5.02 MB Download (151): Breaktru Percent Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 594

Stick Figure Karate (SFKarate) Stick Figure Karate (SFKarate) is a 2D Karate fighting game written in Java. The inspiration for the game comes from the famous animated stick figure fights.





Platforms: Windows, Mac, Linux

License: Freeware Size: 157.17 KB Download (84): Stick Figure Karate (SFKarate) 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: 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: May 18, 2013 | Visits: 513

Percentage of white color in gray scale image using image processing techniques ,first change the RGB image to gray scale than applying function to calculate the percentage of white color in an image.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Percentage of white color in gray scale image 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: August 04, 2013 | Visits: 478

Percentage Exceedence of a 3D Matrix for a Threshold value This function calculates the percentage of time that a given 3D Matrix exceeds some threshold value.It counts each point along the 1st Dimension that exceeds the threshold and expresses this as a percentage of the length of the 1st Dimension. This is repeated across the 2nd and 3rd Dimensions....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Percentage Exceedence of a 3D Matrix for a Threshold value 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 (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: March 28, 2013 | Visits: 396

Screensize Created by Claudio Campo in 2010SCREENSIZE sets figure position and dimension expressed in percentage of the screen:syntax: screensize(xin,yin,xfin,yfin)where:xin=x coordinate of south-west corner of the figureyin=y coordinate of south-west corner of the figurexfin=x coordinate of north-east...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Screensize 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: May 04, 2013 | Visits: 355

CGPA to PERCENTAGE CONVERSION GUI (Cumulative Grade Point Average) To Traditional Percentage Conversion GUI.This GUI, will convert CGPA to Equivalent Percentage. However the conversion formulas are collected respective sources, its only meant for educational and teaching purpose only. This is nice and useful way to start MATLAB GUI.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): CGPA to PERCENTAGE CONVERSION GUI 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

< 1 2 3 4 5 >