drawing tangent line on palm
Show older comments
sir as in figure i want to draw to draw a line on the palm print image,of any thickness,the centre is at centre point of four fingers leaving the index finger
Answers (1)
Fangjun Jiang
on 23 Sep 2011
0 votes
use line() or annotation()
3 Comments
Pat
on 24 Sep 2011
Walter Roberson
on 24 Sep 2011
line([x1,x2],[y1,y2])
where (x1,y1) are the coordinates of the first point, and (x2,y2) are the coordinates of the endpoint.
Fangjun's answer presumes that you have already determined the position that you want the line.
Pat
on 24 Sep 2011
Categories
Find more on Fluid Dynamics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!