- /
-
Night View of Gaza pyramid
on 28 Oct 2021
- 22
- 32
- 2
- 0
- 275
fill([0 0 9 9],[1 5 5 1],[0.5 0.5 0.5]/2);hold;
rectangle('Position',[7 2 1.5 1],'Curvature',[1,1],'FaceColor','#F5F5F5');
f(2.5,3.5);
axis off;
function f(a,w)
e=1+.4*w;
b=a+w/2;
g=plot(polyshape([a b a+w],[1 e 1]));
g.FaceColor='#D2B48C';
g.FaceAlpha=1;
line([b a+3*w/4],[e 1],'Color','k');
end