generate uniformly distributed coordinates (Ax3 matrix) from known coordinates (Rx3 matrix)
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi. I am trying to generate uniformly distributed coordinates (Ax3 matrix) from the non-uniform coordinates of a 3D object (Rx3 matrix) that I know. That is, I should create these uniformly distributed coordinates taking into account the Rx3 coordinates and maintaining the geometry of the 3D object. Is there any function available that can serve my purpose?
I am currently starting like this:
object3D = importdata("example.txt"); % known
댓글 수: 0
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
