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

Acupuncture Points software
Filter: All | Freeware | Demo
 

Acupuncture Points

< 1 2 3 4 5 > 

sel_and_del Interactively select and delete points from a 2D plot with the mouse sel_and_del Interactively select and delete points from a line object using mouse input. Left-click selects the point closest to the click and Right-click unselects it. The selected points are highlighted with a black square. The selection process is stopped by hitting any keyboard key when the...



Platforms: Matlab


Added: May 25, 2013 | Visits: 486

Transform Points This function will take two transformation matrices and transform from tr1 to tr2 converting all the points from frame 1-->2Use: pointsOut = fcn_transformPoints(trOrigin[4x4],trDestination[4x4], pointsToBeMoved[mx3])tr1 and tr2 are in the form of [1 0 0 0; [Posx Posy Posz], unitx' unity'...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Transform Points Download

Added: August 31, 2013 | Visits: 535

Computes center of circle given two points and a radius Function used to compute the center of the circle given two points and a radius. Takes only real inputs and gives only real outputs. Make sure the units are consistent%Inputs: %P1-First point e.g. [3 4] => (x1,y1) %P2-Second point %R-Radius%Output: %C-Center of the circle. Its a 2x2 matrix. First...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Computes center of circle given two points and a radius Download

Added: September 02, 2013 | Visits: 354

Minimum Distance loop between 'n' number of points Function to find the minimum distance loop from given set of points.This function uses the distance formula to genrate a minimum distance loop.function mindist = minimumdistance(X,Y,x,y)X = X coordinate vectorY = Y coordinate vector(x,y) point where the loop is to be startedThis point is labeled...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Minimum Distance loop between 'n' number of points Download

Added: May 20, 2013 | Visits: 366

Points On Line Linearly spaced points between two points in space . This function uses direction vector of two point to calculate points between .zip file containpointsOnLine.m : creates linearly spaced points .testpointsOnLine.m : example showing the use of pointsOnLine function .sphericalDodecahedron.m :...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Points On Line Download

Added: August 09, 2013 | Visits: 345

N-dimensionally spaced points NDSPACE N-dimensionally spaced points NDSPACE(X1, X2) generates a column matrix of 10^n linearly equally spaced points in the hypercube defined by the two diametrically opposite cornerpoints X1 and X2 both n-by-1 vectors. If either is a scalar it will be expanded to repmat(X,n,1). NDSPACE(X1, X2,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): N-dimensionally spaced points Download

Added: May 20, 2013 | Visits: 376

Neighbour points in a matrix Calculate the linear indices for neighboring points in a matrix. You need to supply one or more linear indices for the point(s) of origin and the dimensions of the matrix. You will get a list will linear indices to all neighboring points. The function also creates a vector with the distances from...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Neighbour points in a matrix Download

Added: April 11, 2013 | Visits: 274

PC curve of 5 points Here the user can first choose whether to give a set of 5 points or display the built in plot of 5 given points . First the 5 line segments are plotted .Then a PC curve through first 3 points is plotted tangent at first and third point and passing through second point . Then another PC curve...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): PC curve of 5 points Download

space125: Almost equally spaced points in logarithmic space Suppose we need to generate points equally spaced in logarithmic space. This is often useful with semilogx, semilogy, or loglog plots and can be easily accomplished by the logspace command. Let's generate 10 values between 1 and 1000 equally spaced in the log-space:>> Dlogspace =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): space125: Almost equally spaced points in logarithmic space Download

Added: May 24, 2013 | Visits: 468

Distance between points and ellipse The solution to the problem of calculating the distance between an ellipse and a point is less than straightforward. The problem can be solved analytically however, which boild down to solving a quartic equation in cos(f), with (f) the true anomaly on the ellipse.This submission implements this...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Distance between points and ellipse Download

Connect Randomly Ordered 2D Points into a Minimal Nearest-Neighbor Closed Contour Connects randomly ordered 2D points into a minimal nearest neighbor contour.points2contourTristan UrsellFebruary 2012 [Xout,Yout]=points2contour(Xin,Yin,P,direction) Given any list of 2D points (Xin,Yin), construct a singly connected nearest-neighbor path in either the 'cw' or 'ccw' directions....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Connect Randomly Ordered 2D Points into a Minimal Nearest-Neighbor Closed Contour Download

Added: June 10, 2013 | Visits: 389

Rapidly find the points lying inside a cut-off radius This completely vectorized code helps you find all points within a cut-off radius from given point.Say, in applications such as Molecular Dynamics, you may be required to find out which atoms lye within a cut-off radius (for example, the Van-der Waals distance of interaction, or say that...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 778.24 KB Download (45): Rapidly find the points lying inside a cut-off radius Download

Added: August 06, 2013 | Visits: 515

Generating surface plot with bars at specific (x,y) points This function generates mesh plot with 3Dbars at specific (x,y) points by using fill3 function.This function uses MATLAB's fill3.m meant to generate Filled 3-D polygons.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (50): Generating surface plot with bars at specific (x,y) points Download

Added: July 05, 2013 | Visits: 341

Cylinder Surface connecting 2 points CYLINDER: A function to draw a N-sided cylinder based on thegenerator curve in the vector R. It is based on file exchange 5468. I changed a little bit so that it can generate more points on the surface of the cylinder.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Cylinder Surface connecting 2 points Download

Added: March 25, 2013 | Visits: 396

Interactive GUI: Animated conic section through five points (1) Use the mouse to click and drag the red data points within the dotted gray box, and observe the changes in the conic section in real time.(2) This function requires the symbolic math toolbox and is tested using Matlab version 7.1 (R14) service pack 3.(3) This function illustrates some...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Interactive GUI: Animated conic section through five points Download

Added: June 24, 2013 | Visits: 392

Graphical Points Selection This GUI implements a graphical selection feature that enables you to select on an axes the points on which you want to apply a specific treatment.This demo heavily uses the nested functions and function handles.The GUI creation commands have been generated using the "Convert FIG to M" function...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Graphical Points Selection Download

Added: April 12, 2013 | Visits: 352

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

Added: March 22, 2013 | Visits: 764

Edit-Points for Scripts This script lets a webdesigner place designed editable areas throughout a new or existing "php" website. These are called "Edit-Points". This allows users to "simply" edit content throughout the site without touching the design or having to know any HTML.The script is run by using an...


Platforms: PHP

License: Freeware Size: 1.42 MB Download (39): Edit-Points for Scripts Download

Added: July 19, 2013 | Visits: 263

Points Voting Recommender This module is to make recommendations for points-based voting modules including Vote Up/Down and Plus 1. You have to enable either of them in order to use this module.This module looks very much like the Fivestar Recommender, except that this module targets on Vote Up/Down and Plus 1. In fact,...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Points Voting Recommender Download

Released: January 29, 2014  |  Added: February 16, 2014 | Visits: 691

Points On A Canvas Points on a Canvas lets you measure the distance between any two clicked points on your screen. Sounds simple enough, right? Yes, but wait until you start diving deeper into all of the glorious features that await you in Points on a Canvas. It's simple and powerful all at the same time....


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $19.95 USD Size: 2.04 MB Download (54): Points On A Canvas Download

< 1 2 3 4 5 >