- /
-
Can you find hexagons?
on 7 Oct 2021
- 9
- 16
- 0
- 0
- 121
t=linspace(0,2050*pi);
x=0.5*cos(t);
y=0.5*sin(t);
z=0.2*csc(t);
figure('color','y')
hold on
patch(x,y,z)
colormap hsv
axis equal off