How to get angle two curved line, which is pinned at a point?
Show older comments
Suppose there is a flexible line is moving and then it meets with some points and pinned to that points and then bow-out with some radius say R ,, now I want to calculate the angle formed.I have attached a figure.Please have a look.
Accepted Answer
More Answers (1)
Roger Stafford
on 20 Sep 2013
If d is the distance between the two points on the left of your picture, then
phi = 2*acos(d/2/r);
for the phi that you show.
Categories
Find more on Surface and Mesh Plots 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!