- /
-
Sadness
on 5 Oct 2022
- 3
- 15
- 0
- 0
- 273
theta4 = linspace(0, 6.2832);
rho = -4*sin(3*theta4).*cos(2*theta4);
theta1 = linspace(0.1745,1.0472);
rho1 = 2*ones(size(theta1));
polarplot(theta1,rho1,'k',linspace(2.0944,2.9671),rho1,'k',linspace(4.3633,5.0615),2*rho1,'k',theta4,2.5*rho1,'k',theta4,rho,'k',LineWidth=5);
axis off