How to get angle two curved line, which is pinned at a point?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Roger Stafford
le 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.
Catégories
En savoir plus sur Particle & Nuclear Physics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!