I need to find arclengths instead of straight edges of these polygons.

조회 수: 3 (최근 30일)
Steven D
Steven D 2022년 5월 3일
댓글: Steven D 2022년 5월 3일
I need to find and store all of the individual curved edges (arclengths) for each polygonal cell in the attached image (as opposed to the straight polygon edges, which are stored in obj.Cgraph.Edges), Currently, it looks like the only the complete perimeters for each cell are shown in the output struct of the code. I can share the entire code for anyone interested in helping to solve this problem. Thanks in advance for your help.
  댓글 수: 3
Steven D
Steven D 2022년 5월 3일
Thank you for taking the time to present your question Steven. In the mindset of my question, I would choose neither of the curved lines you offered because they are not true arcs of circles. All of the curved edges in my plot are actually arcs of circles (each having both a radius and a circular arc length). I would like to have the values for each of the arc lengths to be cached/stored in a variable somewhere so I could access them externally for analysis. Right now, only the last arc length is listed in the workspace after the code is run.
Steven D
Steven D 2022년 5월 3일
By the way, Here's a snippet of the code that mentions arc length:

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

답변 (0개)

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by