Draw Multiple 3D segment in one plot

I have a 1024x1024x21 3D image. I divide the it into multiple parts and segment them in 3D. At the end I have multiple segmented 3D objects in cell such that for each segment I have:
  1. OV, structure containing faces and vertices
  2. Corresponding position of the segment
Through patch(OV), we can plot it in 3D. But I want to plot all the segments together in their corresponding positions. Can someone help?

댓글 수: 2

If you can plot one patch, why can't you just plot all of them? What's wrong with just setting
hold on;
and plotting the next one, and so on?
There was a problem that I was facing where all segments were simply overlapping but is now solved by translation

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

태그

질문:

2021년 5월 2일

댓글:

2021년 5월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by