• Remix
  • Share
  • New Entry

  • Elkmay

  • /
  • Mathwork logo - Italy's flag

on 20 Oct 2021
  • 3
  • 25
  • 3
  • 0
  • 274
figure(Color='k')
L=40*membrane(1,25);
surface(L,FaceC=[.9 .2 .2],EdgeC='n');
[X,Y]=meshgrid(1:51,1:51);
hold on
s=@(x,y,z,C)surface(x,y,z,FaceC=C,EdgeC='n');
B=1:18;
s(X(:,B),Y(:,B),L(:,B),[.13 .55 .13]);
W=18:35;
s(X(:,W),Y(:,W),L(:,W),[1 1 .95]);
view(3);
axis equal off
camlight
material dull
Remix Tree
Load full remix tree