Radius of curvature calculation

8 次查看(过去 30 天)
I have a set of lines/curves ( discontinuous lines) from which i revolve them to get a surface. I need to find the principle curvatures on this surface. As i understand, to calculate the principle curvatures you would require the analytical equation. But i have only a numerical representation of the base curve. How do i go about in doing this?

采纳的回答

Jan
Jan 2013-8-7
While gradient() replies the slope, gradient(gradient()) determines 2nd derivative. The signed curvature is defined as:
k = y'' / (1 + y'^2)^1.5
with primes mean the derivative to x here.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics and Optimization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by