• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 2
  • 16
  • 0
  • 0
  • 133
x=-1.6:.0001:1.6;
y=real((sqrt(cos(x)).*cos(200*x)+sqrt(abs(x))-0.7).*(4-x.*x).^0.01);
plot(x,y,'r-'); set(gcf,'Color','k')
axis equal off
Image
Remix Tree