• Remix
  • Share
  • New Entry

  • Elkmay

  • /
  • Mathwork logo - Flag of USA

on 20 Oct 2021
  • 5
  • 25
  • 1
  • 0
  • 276
L=40*membrane(1,25);
surface(L,FaceC='r');
[X,Y]=meshgrid(1:51,1:51);
hold on
s=@(x,y,z,C)surface(x,y,z,FaceC=C);
I=6:9;
for i=1:6
s(X(I,:),Y(I,:),L(I,:),'w');
I=I+7;
end
B1=24:51;
B2=1:26;
s(X(B1,B2),Y(B1,B2),L(B1,B2),'b');
p='w*';
for i=0:5:20
plot(3:4:25,48-i,p);
plot(5:4:21,45-i,p);
end
view(3)
axis off
Remix Tree
Load full remix tree