• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 2
  • 14
  • 0
  • 0
  • 279
V=[1 1 0;1 0 -1;0 1 -1;-1 0 -1;-1 1 0;-1 0 1;-1 -1 0;0 1 1;0 -1 1;1 -1 0;1 0 1;0 -1 -1]
V = 12×3
1 1 0 1 0 -1 0 1 -1 -1 0 -1 -1 1 0 -1 0 1 -1 -1 0 0 1 1 0 -1 1 1 -1 0
axis off equal
view(3)
patch('Vertices',V,'Faces',[1 8 5 3;2:4 12;12 7 9 10;9 6 8 11;2 10 11 1;5:7 4],'FaceColor','y')
patch('Vertices',V,'Faces',[1:3;3:5;7 4 12;10 12 2;8 11 1;8 5 6;9 6 7;9:11])
Image
Remix Tree