hand_test
    
    
    
      hand_test,
      a MATLAB code which
      calls hand(), which
      carries out some numerical exercises based on data that came from
      tracing several points on a person's hand.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      hand,
      a MATLAB code which
      carries out some numerical exercises based on data that came from
      tracing several points on a person's hand.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          hand_data.txt,
          the X and Y coordinates of a hand in a single file.
        
 
        - 
          x.txt,
          the X coordinates of a hand.
        
 
        - 
          y.txt,
          the Y coordinates of a hand.
        
 
      
    
    
      
        - 
          hand_data.png,
          an image of hand data.
        
 
        - 
          hand_dilation.png,
          the dilated data.
        
 
        - 
          hand_hull.png,
          the convex hull.
        
 
        - 
          hand_linear.png,
          linearly transformed data.
        
 
        - 
          hand_negation.png,
          negated data.
        
 
        - 
          hand_plot.png,
          a plot of the data.
        
 
        - 
          hand_reflection.png,
          reflected data.
        
 
        - 
          hand_rotation.png,
          rotated data.
        
 
        - 
          hand_spline.png,
          spline interpolant.
        
 
        - 
          hand_star.png,
          a star plot of the data.
        
 
        - 
          hand_translation.png,
          translated data.
        
 
        - 
          hand_triangulated.png,
          triangulated data.
        
 
      
    
    
    
      Last revised on 29 April 2019.