- /
-
Nigerian Flag
on 20 Oct 2021
- 3
- 21
- 0
- 0
- 229
figure(Color='k')
L=40*membrane(1,25);
surface(L,FaceC=[0 .5 0],EdgeC='n');
[X,Y]=meshgrid(1:51,1:51);
hold on
s=@(x,y,z,C)surface(x,y,z,FaceC=C,EdgeC='n');
W=18:35;
s(X(:,W),Y(:,W),L(:,W),[1 1 .95]);
view(3);
axis equal off
camlight
material dull