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

Fig software
Filter: All | Freeware | Demo
 

Fig

1 2 > 
Added: May 15, 2013 | Visits: 351

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

Added: March 27, 2013 | Visits: 283

Convert FIG to MATLAB code FIG2M - Generate programmatic GUI M-File from a FIG-FileVersion : 1.0Created : 10/05/2006Modified: 14/04/2010Author : Thomas Montagnon (The MathWorks France)>> outputFile = fig2m(guiName,outputDir,syscolorfig,cb_gen); guiName -> Name of the Fig-File (absolute or relative path) outputDir ->...





Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Convert FIG to MATLAB code Download

Added: April 11, 2013 | Visits: 419

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: June 15, 2013 | Visits: 231

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: September 08, 2013 | Visits: 343

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: June 30, 2013 | Visits: 561

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: August 26, 2010 | Visits: 802

Libwmf Libwmf is a library to enable non windows systems to work with wmf files, currently bindings exist to convert wmf files to gif & fig and an X one to draw them in an X window or pixmap. xwmf draws wmf files on screen (X) use + to zoom in and use - to zoom out wmftopng converts wmf files to png,...


Platforms: *nix

License: Freeware Size: 727.04 KB Download (107): Libwmf Download

Added: April 27, 2013 | Visits: 382

Signal Processing blocks This m-file implements a M-point moving average system.The equation is:y(n)=(x(n)+x(n-1)+.....+x(n-M))/M;M is the order of the M-point moving average system.Syntax:y=mpointaverage(input,order)The argument 'input' is the input sequence.The argument 'order' is T,the order of the M-point moving...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Signal Processing blocks Download

Added: September 09, 2013 | Visits: 143

Fuzzy Arithmetic Please open FA1.fig file first in and press help button to get knowledge about this GUI.In this I have used only two membership function, Trapmf, and Tirmf,And I tried maximum to cover all the errors.Any improvement is heartly accepted.


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (45): Fuzzy Arithmetic Download

Added: August 29, 2013 | Visits: 407

Data Acquisition Start/Stop Button DAQSTOPBUTTON(FIG,OBJ) adds a start/stop button to figure FIG. This button can be used to start and stop data acquisition object OBJ. DAQSTOPBBUTTON will also delete OBJ when FIG is closed (i.e., it sets FIG's CloseRequestFcn to delete the object). DAQSTOPBUTTON(FIG,OBJ,'P1','V1','P2','V2', ...)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Data Acquisition Start/Stop Button Download

Added: August 18, 2013 | Visits: 545

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: June 04, 2013 | Visits: 372

The problems of LDPC codes in CCSDS 131.0-P- We found that the generator matrix in Fig.6-2 to be wrong, Bi,j's are not circulant. You can not derive circulant Bi,j's from the parity check matrix in Fig.6-1.There are two vital problems in the LDPC codes of CCSDS 131.0-P-1.1: (1) the parity check matrix in Fig.6-1 is not full rank; (2) the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 563.2 KB Download (40): The problems of LDPC codes in CCSDS 131.0-P- 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: August 04, 2013 | Visits: 186

fig2jpg This program converts a set of fig files located in a directory in to jpg files. The program runs through the directory and gets a list of fig file names. These files are then read using the d-de?openfigd-deOao command and the output is written using d-de?saveasd-deOao command. For example, a...


Platforms: Matlab

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

Added: July 25, 2013 | Visits: 419

MATLAB color picker (fig-file) Simple user interface with possibility to pick any color and determine MATLAB code for chosen color. It makes possible to copy determined color code en paste it to your color specification within m-file of other program code. This color specification is not RGB value but percentage of RGB. I'm...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): MATLAB color picker (fig-file) Download

Added: June 20, 2013 | Visits: 263

Marking Fig MATLAB puts marker on all the plotted points.This function puts marker, as many as specified by the user, on the plots.


Platforms: Matlab

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

Added: June 17, 2013 | Visits: 136

fig2cmd command_strings = fig2cmd(figfile,varargin)This routine is meant for users (like myself) who wish to enjoy the graphical design capabilities of GUIDE, but avoid the large amount of code it generates. The routine takes the figfile and extracts the gui objects (figure, axes, uicontrol etc.) and...


Platforms: Matlab

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

Added: May 01, 2013 | Visits: 261

polyrevolve [X,Y,Z]=polyrevolve(x,z,n)This function revolves a 2D polygon around the Z-axis. It copies the 2D data points evenly around the axis and produces a 3D data set suitable for input to MESHGRID and GRIDDATA to create a 3D surface.Useful to convert 2D axisymmetric data to 3D surfaces for presentation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): polyrevolve 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 14, 2013 | Visits: 300

gspline GSPLINE(FIG) draws a spline by left - clicking the mouse at the controlpoints of the spline in the figure FIG. Right clicking will end the spline.H = GSPLINE(FIG) Returns the handle to the line.GSPLINE with no input arguments draws in the current figure.


Platforms: Matlab

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

1 2 >