HAND_DATA
Numerical Exercises Using the Shape of a Hand


HAND_DATA is a set of MATLAB programs which carry out some numerical exercises based on data that came from tracing several points on a person's hand.

The original proposer of this exercise was Cleve Moler, in the textbook Numerical Computing with MATLAB.

Related Data and Programs:

CONVEX_HULL, a MATLAB program which demonstrates the computation of the convex hull of a set of 2D points.

POLYGON, a dataset directory which contains examples of polygons.

TRIANGULATE, a MATLAB program which triangulates a polygonal region.

Reference:

Source Code:

Examples and Tests:

The CONVEX_HULL program demonstrates how the computation of the convex hull of the hand data.

The SPLINE program demonstrates how the X and Y hand data can be used to generate smooth spline functions X(T), Y(T) which can be plotted to yield a smooth looking curve.

The TRANSFORMATION programs demonstrate linear transformations applied to the hand data.

The TRIANGULATE program can be used to triangulate the hand.

You can go up one level to the MATLAB source codes.


Last revised on 18 April 2011.