• Remix
  • Share
  • New Entry

  • Elkmay

  • /
  • Mathwork logo - Norwegian flag

on 20 Oct 2021
  • 4
  • 69
  • 0
  • 0
  • 227
figure(Color='k')
L=40*membrane(1,25);
hold on
% blue area
s=@(x,C)surface(x,FaceC=C,EdgeC='n');
s(L,'b');
% white area
W=L;
W(18:26,:)=-inf;
W(:,16:22)=-inf;
s(W,[1 1 .95]);
% red area
R=L;
R(16:28,:)=-inf;
R(:,14:24)=-inf;
s(R,[0.9 0.2 0.2]);
% environment
view(3)
axis equal off
camlight
material dull
Remix Tree
Load full remix tree