How do I smoothen a closed, triangulated surface plot?

조회 수: 2 (최근 30일)
Nicholas Zmijowskyj
Nicholas Zmijowskyj 2020년 6월 25일
댓글: KSSV 2020년 6월 25일
I have a set of points in R(3) with corresponding (T, x, y, z) values, where T is the measured value at each point (x, y, z). When I create a surface plot of the object, my result looks somewhat choppy (see ClosedSurface.jpg), whereas I would prefer a more rounded and organic shape.
figure(1);
[k, ~] = boundary(Points(:,2),Points(:,3),Points(:,4), 0.7);
trisurfk,(Points(:,2),Points(:,3),Points(:,4),Points(:,1), 'FaceAlpha', 0.5);
Changing the shrink factor in boundary() does not help, and I've been having trouble implementing solutions with scatteredInterpolant, interp3, and mesh. I just need a good way to be able to interporlate additional points so the triangulation of the object is finer. Any help would be appreciated.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by