Draw Multiple 3D segment in one plot
Mostra commenti meno recenti
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:
- OV, structure containing faces and vertices
- 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 Commenti
DGM
il 2 Mag 2021
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?
Anusha Devulapally
il 3 Mag 2021
Risposte (0)
Categorie
Scopri di più su Lighting, Transparency, and Shading in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!