Skip to content

Instantly share code, notes, and snippets.

@Alex13832
Last active August 29, 2015 14:15
Show Gist options
  • Save Alex13832/8326cdb0a2e2adfe03e9 to your computer and use it in GitHub Desktop.
Save Alex13832/8326cdb0a2e2adfe03e9 to your computer and use it in GitHub Desktop.
matlab
fill((-pi:.05:pi).*sin(pi*sin(-pi:.05:pi)./(-pi:.05:pi)), ...
-abs(-pi:.05:pi).*cos(pi*sin(-pi:.05:pi)./(-pi:.05:pi)),'r')
set(gcf,'Position',get(0,'Screensize'))
@Alex13832
Copy link
Author

To someone...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment