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

X Y Z Axis software
Filter: All | Freeware | Demo
 

X Y Z Axis

< 1 2 3 4 5 > 
Added: June 14, 2013 | Visits: 364

surf2solid Conversion routines to take a surface (a function z of (x,y) or (theta,r)) and convert this into a solid; much as meshz does, but a little more useful for outputting as an STL for frabrication in a 3D printer. There are two cases, one in Cartesian co-ordinates, and the other in polar... Platforms: Matlab

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

Added: April 20, 2013 | Visits: 170

Generating core-shell spheres User inputs x,y and z values, which are the dimensions of the arrangement of core-shell spheres in x,y and z directions respectively. In the screen-shot provided, you can see a 3x3x3 arrangement of core-shell spheres. Similarly, you can give any value for x,y and z to generate your own... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Generating core-shell spheres Download

Added: September 07, 2013 | Visits: 282

Surface to DXF file conversion The X, Y and Z matrix arguments can be used exactly as in the surf and mesh functions. But attention to the colors, because DXF fiels do not uses RGB palete. Instead they use a scaled color palete between 0 and 255. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Surface to DXF file conversion Download

Added: August 20, 2013 | Visits: 377

Calcuate Euler Angles from Rotation Matrix This function return the rotation along x,y and z direction from a 3x3 Rotation Matrix%Inputs: % R= 3x3 Rotation Matrix%Outputs: % rx= Rotation along x direction in radians % ry= Rotation along y direction in radians % rz= Rotation along z direction in radians % R =%% [ cos(ry)*cos(rz),... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Calcuate Euler Angles from Rotation Matrix Download

Added: June 28, 2013 | Visits: 414

Align axes labels in 3D plot If the current axes have been rotated away from the X-Y view, this function will calculate the angles of the current x, y and z axes with respect to horizontal. These angles are used to rotate the current x, y and z axes labels to align them with their axes' directions.This only works for equal... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Align axes labels in 3D plot Download

Added: March 30, 2013 | Visits: 203

BreakXAxis h=BreakXAxis(x,y,start,stop,width) plots (x,y) and breaks the plot's x-axis between and , by inserting a broken-axis symbol into a space wide. This type of plot is often used in scientific papers, when the data between and isn't interesting. The code can be easily modified (swap y for x) to... Platforms: Matlab

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

Added: July 11, 2013 | Visits: 330

tick2text: create easy-to-customize tick labels This function creates text objects that mimic x, y, and z tick labels, while the original tick labels are removed. The text object format allows more modification (such as color, rotation, etc) than the original tick labels, and also allows TeX strings to be utilized in tick labels. The... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): tick2text: create easy-to-customize tick labels Download

Added: June 03, 2013 | Visits: 361

bubbleplot x-y scatter plot with plot symbol size proportional to magnitude of z. Scale factor enables symbol size continuity when overplotting with subsequent datasets using a different color. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (44): bubbleplot Download

Added: May 20, 2013 | Visits: 236

linkdatatips I often find myself trying to compare the results of different functions z=f(x,y), using datatips in the plots. This function provides a way of exploring results in one plot while observing values in the other plots as well. Linkdtatips works with plots formed by image, imagesc, mesh,meshc,... Platforms: PHP

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

Added: August 10, 2013 | Visits: 453

Earth-sized Sphere with Topography Do you plot Earth-orbiting trajectories? Would you like to know how your orbit compares to the size of the Earth? If so, EARTH_SPHERE will help get you there.This function is a modification of the built-in MATLAB command SPHERE. Rather than producing a sphere with a radius of 1, the radius of the... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Earth-sized Sphere with Topography Download

Added: May 15, 2013 | Visits: 392

STRUCTURED TETRAEDRAL MESH GENERATION StructTetraMesh is a tool to build structured tetreaedral mesh on cuboid dataset. This is usefull in avoiding delaunay 3D triangulation that for this kind of dataset are particularly slow and numerically unstable.This tool allows a huge speed improvement against delaunayn for 3D points, the... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): STRUCTURED TETRAEDRAL MESH GENERATION Download

Added: May 14, 2013 | Visits: 209

Writefilament This program will interface with IMARIS software, and record the x,y, and Z coordinates output from the program of all the filaments written. Platforms: Matlab

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

Added: June 23, 2013 | Visits: 289

majorization check MAJLE (Weak) Majorization checkS = MAJLE(X,Y) checks if the real part of X is (weakly) majorized by the real part of Y, where X and Y must be numeric (full or sparse) arrays. It returns S=0, if there is no weak majorization of X by Y, S=1, if there is a weak majorization of X by Y, or S=2, if... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): majorization check Download

Added: August 06, 2013 | Visits: 456

Compares probabilities of two binomial samples Compares probabilities of two binomial samples X, Y from a Bernoully experiments with probability p1 for set X and p2 for set YTest the null hypothesis H_0: p1 = p2 vs alternatives H_1: p1 > p2 H_2: p1 < p2 H_3: p1 != p2 Input: X - row of 0 or 1 Y - row of 0 or 1 Output: z - normal statistics... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Compares probabilities of two binomial samples Download

Added: August 18, 2013 | Visits: 313

2D Histogram Calculation function histmat = hist2(x, y, xedges, yedges) Extract 2D histogram data containing the number of events of [x , y] pairs that fall in each bin of the grid defined by xedges and yedges. The edges are vectors with monotonically non-decreasing values.The code is optimized no loop inside, it can be... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): 2D Histogram Calculation Download

Added: May 23, 2013 | Visits: 330

uilineshift this function might be useful for quick and dirty visual inspection of multiple traces or timecourses with a timedelay between or arbitrary x/y-axes or illconditioned overlay of traces - works for all outputs of the 'plot-function' (type is 'line').- Note, plotet dots are also of type line. - The... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): uilineshift Download

Added: March 24, 2013 | Visits: 376

Moveit2 - Move a graphical object with the mouse This is really a small hack that I wanted to share just to inspire more people to make interactive Matlab graphics. Use it as is or use the code as a template to do more advanced stuff.Here is how it works (for a 2-D patch):% First make the patch ... t = 0:2*pi/20:2*pi; X = 3 + sin(t); Y = 2 +... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Moveit2 - Move a graphical object with the mouse Download

Added: April 12, 2013 | Visits: 359

Points Inside polygone Find those points (xi,yi) who are inside the polygone defined by the vectors (x,y).Syntax: [xin,yin,Ind]=Inside(X,Y,xi,yi)where Ind is the index of (xi,yi) that are inside the polygone Example: %--- create polygone (x,y) phi=linspace(0,2*pi,50); X=(1+0.2*sin(6*phi)).*cos(phi);... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Points Inside polygone Download

Released: October 17, 2006  |  Added: January 20, 2007 | Visits: 4.900

Veqa Image Marker Veqa Image Marker is a PHP tool to mark Web images on the fly. Features: watermark security, X/Y offset positioning, percentage positioning, opacity setting, and reformat. It supports JPG, GIF, PNG, and BMP image formats and works with GD or ImageMagick MagickWand for PHP. It makes for an ideal... Platforms: Windows, *nix

License: Commercial Cost: $7.00 USD Size: 23.48 KB Download (148): Veqa Image Marker Download

Released: October 12, 2010  |  Added: October 14, 2010 | Visits: 6.383

eCover Engineer Create professional ebook covers, CD covers, DVD covers and software box covers. Edit pictures using eCover Engineer's build in image editor and use one of our 100 free templates. Features: - Can create ecovers for software box, ebooks, magazines, notebooks, business cards, screenshots,... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 7.09 MB Download (252): eCover Engineer Download

< 1 2 3 4 5 >