• Remix
  • Share
  • New Entry

on 7 Oct 2021
  • 42
  • 47
  • 0
  • 0
  • 189
x=[-3:.0001:3];
figure('Color','w')
patch(x,real((sqrt(cos(x)).*cos(200*x)+sqrt(abs(x))-0.7).*(4-x.*x).^0.01),'w')
axis equal off
text(.05,1.5,0.1,'MATLAB ❤',Color=[1 0 0],FontSize=40,Horiz='C')

Image

Remix Tree