How to find angle made by tangent at the end of a curve?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Purush otham
el 8 de Mayo de 2018
Comentada: Torsten
el 15 de Mayo de 2018
Hi,
I have attached the image of a curve obtained by using ode45 . Now my intention is to find the angle that the tangent at final points of the free end of the curve makes with the x-axis.
How do I do it?
Thank you

0 comentarios
Respuesta aceptada
KSSV
el 8 de Mayo de 2018
Get the equation of tangent.....convert it to y = mx+c form......m should gives you slope which is the angle you want.
4 comentarios
Torsten
el 15 de Mayo de 2018
Instead of posting a figure, you should include the calculated coordinates of the last - say - 5 points of the curve.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!