Radius of curvature calculation
조회 수: 14 (최근 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?
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Computational Geometry에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!