• Remix
  • Share
  • New Entry

on 19 Oct 2022
  • 5
  • 36
  • 0
  • 1
  • 90
[x,y] = meshgrid(-10:0.1:10);
t = sqrt(x.^2+y.^2)-x.^2+y.^2;
z =(10*sin(t));
mesh(x,y,z)
axis off
Remix Tree