- /
-
Mathwork - France flag
on 6 Oct 2021
- 7
- 46
- 5
- 0
- 218
L=40*membrane(1,25);
surface(L,'FaceColor',[0.9 0.2 0.2]);
[X,Y]=meshgrid(1:51,1:51);
hold on
B=1:18;
surface(X(:,B),Y(:,B),L(:,B),'FaceColor','blue');
W=18:35;
surface(X(:,W),Y(:,W),L(:,W),'FaceColor','white');
view(3)
axis equal off