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

3 visualizaciones (últimos 30 días)
Steven D
Steven D el 3 de Mayo de 2022
Comentada: Steven D el 3 de Mayo de 2022
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 comentarios
Steven D
Steven D el 3 de Mayo de 2022
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 el 3 de Mayo de 2022
By the way, Here's a snippet of the code that mentions arc length:

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Elementary Polygons en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by