• Remix
  • Share
  • New Entry

on 9 Oct 2021
  • 1
  • 13
  • 0
  • 0
  • 91
v=linspace(0,10,10000);
x=linspace(-1,1,10000);%Increase limits (-1 to 1) to some other value to get more beautiful desings
y=x.*cos(x.*v);
plot(x,y,y,x,-x,-y,-y,-x)
axis off
Remix Tree