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

Figure Hut freeware
Filter: All | Freeware | Demo
 

Figure Hut

< 1 2 3 4 5 
Added: June 05, 2013 | Visits: 371

Global Optimization on R Globalmin is a very simple m-code which implements the very efficient Brent's algorithm.It looks like fminbnd without any options and finds with a guaranteed precision a global minimum of a function under bounds constraints.This goal is achieved knowing an (approximate) upper bound of f''(x).A...



Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Global Optimization on R Download

Added: August 10, 2013 | Visits: 309

TOGGLEFIG Finds and activates, or creates, figure with user-specified name. If no name is provided, creates figure named "untitledn" (where n is incremented to result in a unique name). SYNTAX:togglefig('My Figure');If figure named 'My Figure' exists, it will be activated (brought to the front and shown)....





Platforms: Matlab

License: Freeware Size: 10 KB Download (39): TOGGLEFIG Download

Added: July 19, 2013 | Visits: 346

SETPOS 1.2 - GETPOS SETPOS/GETPOS are two flexible wrappers to set/get the "Position" property of graphics objects (figure, axes, uicontrol).SETPOS(H,POS) works as SET(H,'Position',POS) and GETPOS(H) works as GET(H,'Position') but :Both can set/get data using different unit for each element of the 'Position'...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): SETPOS 1.2 - GETPOS Download

Added: July 22, 2013 | Visits: 371

easyfitGUI easyfitGUI(varargin) fits real data Y = f(X) easyfitGUI open a figure with uimenus devoted to process the data. VARARGIN: one or several matrix [X, Y] having: first column = vector of the independant variable (X) second column = vector of the dependant variable (Y). The Y-data are plotted...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): easyfitGUI Download

Added: May 25, 2013 | Visits: 471

mouse3d This function MOUSE3D enables mouse camera control on an certain figure axes.Enable mouse control with mouse3d(axis-handle) or just mouse3dMouseButtons Left : Rotate Right : Zoom Center : Pan Keys 'r' : Change mouse rotation from inplane to outplane 'i' : Go back to initial viewExample, [X,Y,Z] =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): mouse3d Download

Added: September 10, 2013 | Visits: 395

Resizable MATLAB figures This is a layout manager for axes and controls in a MATLAB figure, designed for graphical user interfaces in which, during resizing of the figure, some controls (e.g. buttons) are to remain the same size while others (e.g. axes, text fields, list boxes) are to change size.To achieve this, the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (39): Resizable MATLAB figures Download

Added: August 24, 2013 | Visits: 424

Demo Area Move This demo plots a simple figure and a small rectangle (gray) area. The position of the area can be interactively moved and resized interactively (in a standard "windows" way). When the area is double clicked, the figure is zoomed according the area. The double click outside the area resizes the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Demo Area Move Download

Added: September 05, 2013 | Visits: 534

Transfer Function Utilities for When doing traditional bode diagram control system analysis of ill-conditioned high order SISO systems in V4.2 with Control System Toolbox, I found using these utilities improved the robustness of my results. There's also a nice function to plot an approximate (asymptotic) bode diagram which I...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Transfer Function Utilities for Download

Added: August 19, 2013 | Visits: 524

Excel 2007 Plot Themes for MATLAB The THEME function takes the given figure/axis and applies one of the color schemes found in Microsoft Excel 2007 OR sets the chosen the theme to be the default for all future plots.Choose from one of any of the following themes: (1) Apex, (2) Aspect, (3) Civic, (4) Concourse, (5) Equity, (6)...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Excel 2007 Plot Themes for MATLAB Download

Added: April 12, 2013 | Visits: 613

PlotData - display plot raw-data in data-tables Syntax: plotdata; plotdata(hPlotFig); plotdata(figureName,sheetName,xdata,ydata, xAxisName,yHeaders,...); [hDataFig, hSpreadsheet] = plotdata(...); PLOTDATA(hPlotFig) scans the supplied figure handle for any plot axes; for each plot axes found, a new spreadsheet is created with the plot data...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): PlotData - display plot raw-data in data-tables Download

Added: September 05, 2013 | Visits: 555

OfficeDoc - read/write/format MS Office docs (XLS/DOC/PPT) OfficeDoc reads/writes/appends and formats data, images & figure screenshots in Microsoft Office documents, from within the Matlab environment. Supported formats include XLS (Excel), DOC (Word) & PPT (PowerPoint). Opening/closing COM server connection and files is user-controllable, enabling very...


Platforms: Matlab

License: Freeware Size: 122.88 KB Download (56): OfficeDoc - read/write/format MS Office docs (XLS/DOC/PPT) Download

Added: August 04, 2013 | Visits: 390

fig2xls FIG2XLS converts all open figures to Excel charts. Only scatter 2-D plots are supported. One chart and one sheet are created per subplot. FIG2XLS(FIGS) converts just figure numbers FIGS. Within the limits of Excel, most figure properties are converted.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): fig2xls Download

Added: March 28, 2013 | Visits: 448

dock and undock figures Quick commands to dock/undock figures.DOCKF Dock or undock figures. DOCKF dock the current figure; same as DOCKF GCF DOCKF ON H dock figures with handles H. H can a vector. DOCKF ON ALL dock all the figures DOCKF OFF H undock figures with handles H DOCKF OFF ALL undock all figures DOCKF(H) same...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): dock and undock figures Download

Added: August 13, 2013 | Visits: 466

Pitzer Inertias This is a complete set of MATLAB codes for calculating effective Pitzer inertias for large amplitude torsions. Specific examples included in the zip file were taken from the publication by Bryan M. Wong, Ryan L. Thom, and Robert W. Field in The Journal of Physical Chemistry A 110, 7406 - 7413...


Platforms: Matlab

License: Freeware Size: 256 KB Download (45): Pitzer Inertias Download

Added: September 15, 2013 | Visits: 187

uiFlash uiFlash: Direct attention to UI object by short flashingA property, e.g. the BackgroundColor, of a graphic object is flashed twice to the new value and return to the original. E.g. this can be helpful to direct the user's attention to a specific UICONTROL in case of wrong input.Example: FigH =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): uiFlash Download

Added: June 12, 2013 | Visits: 332

get_non_default_value get_non_default_value - get the list of which have different values than the default format: [fields,values,ui_type] = get_non_default_value( ui_handle ) input: ui_handle - a graphic handle of any type output: fields,values - pairs of field name and it's content which is not the default value...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): get_non_default_value Download

Added: September 17, 2013 | Visits: 488

md_edit This function allows you to edit variables in a spreadsheet like way. To edit a variable 'in1', type: out1 = md_edit(in1, ...options...);The variable 'out1' will contain the edited data. You can edit several matrices of equal dimensions simultaneously by typing them as the first parameters of...


Platforms: Matlab

License: Freeware Size: 153.6 KB Download (48): md_edit Download

Added: June 26, 2013 | Visits: 568

tilefigs.m The TILEFIGS program is used to display multiple figures simultaneously by tiling the screen with all open figures. TILEFIGS usage: tilefigs ([nrows ncols],border_in pixels)Restriction: maximum of 100 figure windowsWithout arguments, tilefigs will determine the closest N x N grid for all open...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): tilefigs.m Download

Added: July 26, 2013 | Visits: 554

MYaxis a function to define the coordination of your own subplot axesyou'd better estimate the input to assure not exceed the figure;this function is similar to the subplot(row,col,i)i is the ith subplot[x,y,w,h]=MYaxis(rownum,colnum,wblank,hblank,leftside,rightside,upside,downside,i); rownum=5 colnum=4...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): MYaxis Download

Added: August 08, 2013 | Visits: 552

saveppt This function saves Matlab figure windows or Simulink models to a Powerpoint file in metafile format using the ActiveX interface. The figure or model is first copied to the Windows clipboard, Powerpoint is started, a new blank slide is added, the figure/model is pasted, the file is saved, and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): saveppt Download

< 1 2 3 4 5