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

조회 수: 5 (최근 30일)
Jacob Vialou-Clark
Jacob Vialou-Clark 2018년 4월 23일
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

답변 (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