• Remix
  • Share
  • New Entry

  • Elkmay

  • /
  • Mathwork logo - Russian flag

on 20 Oct 2021
  • 4
  • 20
  • 0
  • 0
  • 264
figure(Color='k')
L=40*membrane(1,25);
surface(L,FaceC=[1 1 .95],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:12;
s(X(B,:),Y(B,:),L(B,:),'b');
W=12:35;
s(X(W,:),Y(W,:),L(W,:),[.9 .2 .2]);
view(3);
axis equal off
camlight
material dull
Remix Tree
Load full remix tree