How to create surface plot with coordinates of sphere?
이전 댓글 표시
I have text file with x y z coordinates for nodes of a sphere. How would I create a surface over these?
I am trying to analyse the change in shape of a sphere that has been deformed. I have the central coordinates. From this, would I be able to calculate the radius of the furthest node?
댓글 수: 5
Walter Roberson
2015년 11월 21일
Is the order of the points known relative to each other? If not then the surface of the deformed sphere has to be reconstructed by looking to see which points are near each other, which could result in false connections getting formed as the object is distorted. Working with a point cloud is harder than working with a set of points whose connections are well defined.
Sharunyan Thava
2015년 11월 21일
Walter Roberson
2015년 11월 21일
The file did not get attached.
Usually the output of Abaqus is ordered somehow, but at the moment I do not know which order it uses.
Sharunyan Thava
2015년 11월 21일
Walter Roberson
2015년 11월 22일
That data only has 22 unique points (ignoring the ID), with the points arranged in pretty much a cuboid grid.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!