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

Roland X Y Plotter Driver software
Filter: All | Freeware | Demo
 

Roland X Y Plotter Driver

< 1 2 3 4 5 
Added: May 30, 2013 | Visits: 601

Check Whether a Point Lies Inside,Outside or On a Circle This program checks whether a point (x,y) lies inside,outside or on a circle defined by 3 other points.Syntax: iscircle(X,Y,x,y), where X=[x1 x2 x3] and Y=[y1 y2 y3]. Thus, a circle can be made out of these 3 points-->(x1,y1), x2,y2)&(x3,y3).Program checks whether point (x,y) lies inside,outside...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Check Whether a Point Lies Inside,Outside or On a Circle 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

Added: August 21, 2013 | Visits: 384

ifilter: Interactive Fourier filter function, version 3 ifilter(x,y) or ifilter(y) or ifilter([x y]) or ry=ifilter(x,y,center,width,shape,plotmode,filtermode)Keyboard-operated interactive Fourier filter function for time-series signal (x,y), with keyboard controls that allow you to adjust the filter parameters continuously while observing the effect...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): ifilter: Interactive Fourier filter function, version 3 Download

Added: June 24, 2013 | Visits: 291

uncertainty in measuring suppose we have function of z(x,y). this program computes how the error in x and y will influence the error in z(x,y).error in z we defined asdelta(z)=diff(z,x)*delta(x)+diff(z,y)*delta(y), where delta(x) and delta(y) the errors in x and y measurements.diff(z,y) is the partial derivatives of z...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): uncertainty in measuring Download

Added: April 29, 2013 | Visits: 305

plot3AniAnaglyph plot3AniAnaglyph(S,params) produces an anaglyph (red/cyan 3D) plot3 animation of the of arguments in cartesian coordinates (S = [X,Y,Z]).The animation includes the evolution and rotation of the arguments confined to a 1x1x1 cube centered at (0,0,0).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (44): plot3AniAnaglyph Download

Added: June 16, 2013 | Visits: 450

Angle between two vectors in 3 dimension x=[i j k]y=[i j k]now run the function anglevec(x,y)you will get the result as the angle between the two vectors.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Angle between two vectors in 3 dimension Download

Added: August 01, 2013 | Visits: 222

StemBar h = StemBar(x,y,z,color,width)Function is similar to stem3, but instead of lines with markers plotting3d barsUsage:StemBar(x,y,z) - draws bars with a height z at the values specified in xand y. x, y, z - should be a vectors.StemBar(z) - draws bars with a height z at the xy-planeStemBar(...,color)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): StemBar 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 04, 2013 | Visits: 387

Inverse Kinematics for RA-01 Robotic Arm by Olawale Akinwale [a,b,c] = InverseKinematicsAM(x,y,z)This function finds the joint configurations for the waist, shoulder and elbow of the RA-01 robotic arm made by Images SI, Inc. It takes in three inputs which are the specifications of the x, y and z positions of the centre of the gripper of the robotic arm....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Inverse Kinematics for RA-01 Robotic Arm by Olawale Akinwale 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 07, 2013 | Visits: 180

rotateData [XR,YR,xr,yr,THETA] = rotateData(X,Y,X0,Y0,THETA,DIRECTION) Rotate coordinates especified by [X,Y] around the point [X0,Y0], by an angle (in radians) defined by THETA and to the direction especified by DIRECTION. THETA is a scalar if the user wishes to define it. THETA can also be calculated...


Platforms: Matlab

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

Added: June 05, 2013 | Visits: 337

polyfit3 POLYFIT3(X,Y,N,NUL,W) finds the coefficients of a polynomial P(X) of degree N that fits the data, P(X(I))~=Y(I), in a least-squares sense. Any of the coefficients can be forced to be zero, and data can be weighted.NUL is a vector with coefficients forced to be zero in usual order.W is a vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): polyfit3 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: March 29, 2013 | Visits: 255

Binned Scatter Plot With the default settings, BINNED_PLOT(X,Y) splits vector X into bins of approximately equal size, and plots each median against the median of the corresponding Y-values, as well as their inter-quartile range. X and Y must have the same number of rows or columns.This is useful to visualize...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Binned Scatter Plot 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

< 1 2 3 4 5