does pp.breaks represent the arc length ?

조회 수: 1 (최근 30일)
Omar Fahmy
Omar Fahmy 2021년 3월 25일
댓글: Omar Fahmy 2021년 3월 31일
Hello,
I am working on curve modelling with splines and when looking up pp.breaks it gives me a vector with numbers. After reading the documentation I find out that pp.breaks represents a length L. Is this length L the same as the arc length L ?

답변 (1개)

John D'Errico
John D'Errico 2021년 3월 25일
편집: John D'Errico 2021년 3월 25일
NO. Not even remotely close to the arc length for a standard spline, perhaps something computed using the function spline.
Although depending on what spline you are working with, say something computed using cscvn, then it can be interpreted in terms of the distance between consecutive points as a set of straight lines or chords. In that case, there is some relation to arc length. But your question is far too vgue to have any idea what splines you are working with.
Are you trying to compute arc length for a curve?
  댓글 수: 1
Omar Fahmy
Omar Fahmy 2021년 3월 31일
Yes, thats what I am trying to do.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Splines에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by