- /
-
Crossroads
on 20 Oct 2022
- 8
- 29
- 0
- 0
- 173
f1 = @(x,y) sin(x)^8+cos(y)^4;
f2 = @(x,y) (sin(x)*cos(y))^0.5;
fcontour(f1,"LineWidth",3);
hold on
fcontour(f2,"LineWidth",3);
set(gca,'XTickLabels',{},'YTickLabels',{})
colormap hsv