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

Fig Figure software
Filter: All | Freeware | Demo
 

Fig Figure

1 2 3 4 5 > 
Added: June 15, 2013 | Visits: 232

fig.m / closefig.m Use:>> fig('figure name');>> plot(x,y);>>>> other stuff>>>> closefig('figure name');Really just a convenience, but it helps in that closefig.m only closes figures that were tagged by fig.m. This way, I can insert the fig/closefig pair in code that generates plots so that at each run the code will...



Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): fig.m / closefig.m Download

Added: June 30, 2013 | Visits: 562

Extract data from a matlab figure (.fig) file To extract data from a matlab figure (.fig) files generate using version 7 or later. It can be used for both 2D and 3D plots





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Extract data from a matlab figure (.fig) file Download

Added: April 11, 2013 | Visits: 422

Naming figures (fig.m) This function works just like the figure command in MATLAB except that you reference figures by names instead of figure handles. (you can still use the handles though)H=fig('My figure')The title of the window of the figure will now be 'My figure'. You can also set figure properties with the same...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Naming figures (fig.m) Download

Added: September 08, 2013 | Visits: 346

fig- the exact figure size and no white space This function is especially useful for creating high-quality figures for publication. Many scientific journals require figures with specific sizes and fonts.One annoyance of the Matlab's default figure is the complications in defining the figure's size for publication. The other thing is the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): fig- the exact figure size and no white space Download

Added: August 22, 2013 | Visits: 421

figure inset The function plotting figure inside figure (main and inset) from 2 existing figures.


Platforms: JavaScript

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

Added: May 12, 2013 | Visits: 543

Level Control visible in a Figure A simple level control model with an output that is continuously visible in a Figure


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Level Control visible in a Figure Download

Added: April 19, 2013 | Visits: 426

DFIG: Create a docked figure window DFIG works exactly as FIGURE, except that the figure is docked.DFIG, by itself, creates a new docked figure window, and returns its handle. DFIG(H) makes H the current figure and docks it. If Figure H does not exist, and H is an integer, a new figure is created with handle H.DFIG is similar to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): DFIG: Create a docked figure window Download

Added: May 14, 2013 | Visits: 489

Monte Carlo method for estimating plane figure area To calculate an area S(A) of a figure A, bounded by a Jordan curve (which in our case is constructed by a cubic splineapproximation) the Monte Carlo method is applied


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Monte Carlo method for estimating plane figure area Download

Added: April 23, 2013 | Visits: 436

Minimize/maximize figure window This functions wraps Matlab figure function, allowing the user to set the figure size to one of the two following states- full screen or non full screen (figure default). As figure function results with non-maximized dimensions, the default in this function if full screen figure (otherwise there...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Minimize/maximize figure window Download

Added: August 18, 2013 | Visits: 546

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 (45): Extract data from an existing .fig file Download

Added: September 10, 2013 | Visits: 389

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: September 15, 2013 | Visits: 276

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: March 24, 2013 | Visits: 414

A figure with sliders FIGURESLIDER cretes by itself a new figure with horizontal and vertical sliders and returns its handle. Sliders are hidden if all objects are shown in the figure. When the figure gets smaller than the enclosed object set, sliders may be used to shift the figure view. Objects in normalized Units...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): A figure with sliders Download

ScreenCapture - get a screen-capture of a figure frame or component ScreenCapture gets a screen-capture of any Matlab GUI handle (including desktop, figure, axes or uicontrol), or a specified area rectangle located relative to the specified handle. Screen area capture is possible by specifying the root (desktop) handle (=0). The output can be either to an image...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): ScreenCapture - get a screen-capture of a figure frame or component Download

Added: April 04, 2013 | Visits: 478

Data cursors for figure window Several related functions:CreateCursor sets up a vertical cursor on all axes in a figure. The cursors can be moved around using the mouse.Multiple cursors are supported in each figureGetCursorLocation returns the location of a cursor while SetCursorLocation sets it.DeleteCursor removes a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Data cursors for figure window Download

getHWnd - retrieve the underlying Windows handle for Matlab figure(s) HWnd = GETHWND retrieves the current figure (gcf)'s underlying Windows handle, thus enabling integration of Matlab GUI in C/C++/C# programs.HWnd = GETHWND(hFig) retrieves a specific figure's underlying Windows handle. hFig is a Matlab handle, or a list of handles (not necessarily figure handle(s)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): getHWnd - retrieve the underlying Windows handle for Matlab figure(s) Download

Added: August 28, 2013 | Visits: 442

Mouse-friendly FIGURE MOUSE_FIGURE(handle) creates a figure (or modifies an existing one with handle [handle]) that allows zooming with the scroll wheel and panning with mouse clicks, *without* first selecting the ZOOM or PAN tools from the toolbar. Moreover, zooming occurs to and from the point the mouse currently...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Mouse-friendly FIGURE Download

Added: July 28, 2013 | Visits: 459

Paste a Matlab figure to Excel This Function takes the current Matlab figure (gcf) and paste it into an existing Excel File.Example:plot(1:10)xlsPasteTo('Book2','Sheet1',300, 400,'D6')


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (46): Paste a Matlab figure to Excel Download

Added: March 29, 2013 | Visits: 193

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: May 15, 2013 | Visits: 352

Import Fig File to Axes % IMPORTFIG(Figfilename,Axes) opens a fig file and places the% contents into another axes such as on a subplot.%% Example% h=subplot(3,2,1);% importfig('plot1.fig',h);Useful if you have lots as fig files and you want to view/tile them together.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Import Fig File to Axes Download

1 2 3 4 5 >