- /
-
Visual Illusion,is it Circle?
on 7 Oct 2021
- 9
- 26
- 2
- 0
- 122
t=linspace(0,2050*pi);
x=0.5*cos(t);
y=0.5*sin(t);
z=0.1*tanh(t);
figure('color','k')
hold on
patch(x,y,z)
colormap jet
axis equal off