How do I create and top and bottom surface on this 3D shape

5 vues (au cours des 30 derniers jours)
Jacob Vialou-Clark
Jacob Vialou-Clark le 23 Avr 2018
xtailhorizontal = [0 30 30 -30 -30 0; 0 30 30 -30 -30 0]; ytailhorizontal = [55 65 70 70 65 55; 55 65 70 70 65 55]; ztailhorizontal = [58.5 58.5 58.5 58.5 58.5 58.5; 55.5 55.5 55.5 55.5 55.5 55.5];
surf(xtailhorizontal,ytailhorizontal,ztailhorizontal)
Currently, this only colours the surfaces on the side of the shape and not the top and bottom. Is there a way to make the top and bottom surfaces fill as well in the same function?
Thanks

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by