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

Cheap Figure Skating Dresses software
Filter: All | Freeware | Demo
 

Cheap Figure Skating Dresses

< 1 2 3 4 5 
Added: June 04, 2013 | Visits: 613

would like to plot using double axis I would like to plot figure(10000) using double axis, see line number 217and I would like to make a movie file of the figure formed using the loop which is from line number 161 to line number 189



Platforms: Matlab

License: Freeware Size: 20.48 KB Download (40): would like to plot using double axis Download

Added: July 03, 2013 | Visits: 428

Demo Slider The standard d-deDUwindowd-deDt sliders are added to figure axes. It improves in orientation in a zoomed plot and enables also to move zoomed area. Function is presented in a simple example and can be incorporated into others graphical code(s)





Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Demo Slider Download

Added: August 31, 2013 | Visits: 331

autoplace Ever get irritated that every time you open a figure window, it appears in the same place the last window appeared? Autoplace automatically puts new figure windows in positions that you define.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): autoplace 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: April 26, 2013 | Visits: 228

Save/Print figure to high res. image file Easy to use function. Let's you save the current figure as an image file. A pop-up dialog prompts user where to save the image and what image compression to use. Default dpi is 300. User can specify dpi and whether to use default size or current size of fig on the screen.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Save/Print figure to high res. image file Download

Added: September 09, 2013 | Visits: 252

Link figures The function is similar to Matlab's linkaxes, only it takes figure numbers instead of axes handles.Use the function when you want to zoom and pan multiple axes that are not on the same figure (i.e. subplot).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Link figures Download

Added: May 31, 2013 | Visits: 289

Figure Pixel Resize Function When presenting data, it is sometimes difficult to maximize the display of all of your plots and minimize the white space. This is particularly evident when presenting multiple plots stacked on top of each other in a column. Matlab will, by default, place large amounts of white space between and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Figure Pixel Resize Function Download

Added: September 11, 2013 | Visits: 355

CDFPLOT cdfplot(X) displays a plot of the Empirical Cumulative Distribution Function (CDF) of the input array X in the current figure. The empirical CDF y=F(x) is defined as the proportion of X values less than or equal to x. If input X is a matrix, then cdfplot(X) parses it to the vector and displays...


Platforms: Matlab

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

Added: July 08, 2013 | Visits: 448

Select subplots with mouse, with visual feedback A very simple script that uses figure callbacks and openGL transparency to produce a visibly toggled state in subplots. Cousin to allowaxestogrow.m.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Select subplots with mouse, with visual feedback Download

Added: July 19, 2013 | Visits: 228

sfigure Create or switch to a figure without it stealing focus from other windows.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): sfigure 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: July 20, 2013 | Visits: 373

Split/Merge Matlab figures. Split/Merge Matlab figure using a reference to the figures.It can be given as a list of paths to one or more *.fig file, or as a list of opened figure handles.Splitting figure takes a copy of each axes from a figure (or a list of figures) into new ones (one axes per figure).Merging figures takes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Split/Merge Matlab figures. Download

Added: May 11, 2013 | Visits: 248

Create/access figures by name MYFIGURE's behavior is very similar to figure.The first parameter however can be string instead of a numberFor example, instead of calling:>> figure(1) you can now conveniently use:>> myfigure('error plot');


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Create/access figures by name Download

Added: August 18, 2013 | Visits: 544

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: July 27, 2013 | Visits: 185

raiseFigure - Intuitive alternative to figure(h) command This is really simple, so many people will use this functionality already, but I just thought I'd make it a bit easier for everyone (and include rigorous error checking while I'm at it)...raiseFigure can be used to replace MATLAB's fh = figure() and figure(h)commands where a user wishes to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): raiseFigure - Intuitive alternative to figure(h) command Download

Added: June 22, 2013 | Visits: 504

Let it snow: falling snow on every figure! This submission was inspired by the google 'let it snow' effect (for those whodon't already know this, try search 'let it snow' with google and see whatwill happen). However, this implementation does not include the frost part asseen in the google version, since I really can't make the rendering...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Let it snow: falling snow on every figure! Download

Added: July 10, 2013 | Visits: 386

rtc: a pedestrian real-time clock figure - creates a real-time clock (using a timer object), which runs smoothly in the background while the user continues with her daily ML chores.- all aspecects of the display (geometry) are user-definable.- the clock can be stopped and restarted (toggled)help rtc RTC a pedestrian Real-Time Clock -...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): rtc: a pedestrian real-time clock figure 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: July 09, 2013 | Visits: 175

rotateobject figure is where the object in; object is the one to rotate; [x,y,z] is the center of 3D figure; click left to rotate; click right to pan; click both to zoom;


Platforms: Matlab

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

Added: June 06, 2013 | Visits: 385

a red heart a red heart could get big by clicking the mouse on the figure not the axis


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): a red heart Download

< 1 2 3 4 5