Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
X、Y、Z ポイントのセットで表される 3D オブジェクトがあります。コマンド scatter3(X, Y, Z) を使用すると、ポイントを取得できますが、これを「補間」して、滑らかな 3D オブジェクトを作成したいと考えています。これを行う簡単な方法はありますか?
点群の例:
ポイント間で三角測量する必要があります
TRI = delaunay( X, Y, Z ); trisurf( TRI, X, Y, Z );