필터 지우기
필터 지우기

trisurf: Removing Unwanted Lines and Surfaces from Irregular 3D Plot

조회 수: 5 (최근 30일)
Jesse Gabriel
Jesse Gabriel 2022년 9월 29일
답변: Walter Roberson 2022년 9월 29일

답변 (1개)

Walter Roberson
Walter Roberson 2022년 9월 29일
You should not do this at the trisurf() level; you should be creating a modifed triangulation
trisurf returns a patch object, so in theory you could modify the properties of the patch object, such as setting the color of some edges to be off or deleting the edges from the patch object... but finding the right edges to modify is going to be tricky. Better to produce a cleaner object in the first place.
Can you produce a cleaner object? If you do not want those regions joined at all, you should probably be considering isolating the islands and producing separate graphic objects for each one.

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by