Skip to content

Instantly share code, notes, and snippets.

@mattfoster
Created November 22, 2008 18:00
Show Gist options
  • Save mattfoster/27895 to your computer and use it in GitHub Desktop.
Save mattfoster/27895 to your computer and use it in GitHub Desktop.
t = -pi:0.1:pi;
plot(t, sin(t)./t, t, cos(t), 'linewidth', 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment