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

Visa Visa Inurl Wp And X Y And 0 1 Union Select software
Filter: All | Freeware | Demo
 

Visa Visa Inurl Wp And X Y And 0 1 Union Select

< 1 2 3 4 5 > 
Added: June 23, 2013 | Visits: 285

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: 452

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: May 18, 2013 | Visits: 304

pgfhist2d PGFHIST2D(X, Y, W) will save a PNG file representing the 2D histogram created from data points specified by X and Y with weights specified by W. The vectors X, Y, and W must have the same number of elements. The text to include in a Latex file to produce the histogram is displayed. Valid options...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): pgfhist2d Download

Added: July 14, 2013 | Visits: 313

iscoplanar.m COPL = ISCOPLANAR(X,Y,Z,TOLERANCE) takes input arguments x,y, and z as column vectors; TOLERANCE is optional.COPL = ISCOPLANAR(x) takes an n x 3 input argument in the form [x1 y1 z1;x2 y2 z2;...;xn yn zn] The optional argument TOLERANCE allows for roundoff error; if each combination of four...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): iscoplanar.m Download

Added: April 15, 2013 | Visits: 293

Block Levinson solver BLOCK_LEVINSON(Y, L) solves the matrix equation T * x = y, where T is a symmetric matrix with block Toeplitz structure, and returns the solution vector x. The matrix T is never stored in full (because it is large and mostly redundant), so the input parameter L is actually the leftmost "block...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Block Levinson solver Download

Added: May 04, 2013 | Visits: 333

GenCyl This program generates a cartesian mesh [x,y,z] from a 3D curve, and a vector of associated radii.It takes four inputs, two of which are optional: * P (3D curve) = 3xN matrix with each point of the curve given in correct order and columnwise. * R (Radii) = 1xN vector with positive scalar...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 174.08 KB Download (39): GenCyl Download

Added: August 15, 2013 | Visits: 364

Spherical Mapping Drawing Demonstration This function takes points drawn on x-y axis and maps them to a sphere in real time. Click and drag on the planar area to draw a series of dots (one graphic object).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Spherical Mapping Drawing Demonstration Download

Added: March 27, 2013 | Visits: 301

scatterquad2 scatterquad2(X,Y,Z) finds the volume under the surface defined by the points (X(i),Y(i),Z(i)) with linear interpolation on the Delaunay triangulation of (X,Y) and Z=0 outside the convex hull of (X,Y).Example:load seamountscatterquad2(x,y,z-min(z)) % returns 190.7996inR = (x>=211.1 & x=-48.35 & y


Platforms: Matlab

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

Hermite cubic interpolating polynomial with specified derivatives PP = PCHIPD(X,Y,D) provides the piecewise cubic polynomial which interpolates values Y and derivatives D at the sites X. This is meant to augment the built-in Matlab function PCHIP, which does not allow the user to specify derivatives.X must be a vector.If Y and D are vectors, then Y(i) and D(i)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Hermite cubic interpolating polynomial with specified derivatives Download

Added: June 08, 2013 | Visits: 261

mesh2tri Converts a regular mesh defined by X,Y and Z into a regular triangulation. The output is patch data (triangles) in the faces d-deDUFd-deDt and vertices d-deDUVd-deDt format. The quadrilateral mesh faces are converted to triangles by splitting the faces into triangles according to the setting...


Platforms: Matlab

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

Added: August 20, 2013 | Visits: 134

Fast and Robust Curve Intersections This function computes the (x,y) locations where two curves intersect. The curves can be broken with NaNs or have vertical segments. It is also very fast (at least on data that represents what I think is a typical application).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Fast and Robust Curve Intersections Download

Added: June 18, 2013 | Visits: 547

Matrix Convolution with Sub-Pixel Resolution Tristan UrsellSub-pixel Resolved 2D ConvolutionMarch 2012 matout=matoverlay(mat1,mat2,x,y); This function takes an input matrix mat1 and creates an image of thematrix mat2 at the position (x,y) in mat1. If (x,y) are floats, then theimage is a sub-pixel bilinear representatoin of mat2 at position...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Matrix Convolution with Sub-Pixel Resolution Download

Added: August 05, 2013 | Visits: 396

Kernel estimate for (Conditional) Mutual Information Mutual information I(X,Y) measures the degree of dependence (in terms of probability theory) between two random variables X and Y. Is is non-negative and equal to zero when X and Y are mutually independent. Conditional mutual information I(X,Y|Z) is the expected value of I(X,Y) given the value of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Kernel estimate for (Conditional) Mutual Information Download

Added: May 16, 2013 | Visits: 312

Plot as Inset PLOTINSET(X, Y, POSITION, WINDOWSIZE, 'xlimit', xlimit, 'ylimit', ylimit) creates a plot of vector Y versus vector X, and on top of it, creates an inset plot of size specified by WINDOWSIZE in the current figure, positioned at the location specified by POSITION.Bottom left corner is the starting...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Plot as Inset Download

Added: June 14, 2013 | Visits: 359

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 11, 2013 | Visits: 347

3D plot (stereoscopy) the function gets x-y-z coordinates and calculate the x-y coordinates for the left-eye and the right-eye images.a demo script demonstrate the function, red/blue 3D glasses is needed.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 3D plot (stereoscopy) Download

Added: April 20, 2013 | Visits: 166

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: 281

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: 374

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: 410

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

< 1 2 3 4 5 >