Skip to content

Instantly share code, notes, and snippets.

@dmichael
Created October 19, 2011 18:10
Show Gist options
  • Select an option

  • Save dmichael/1299162 to your computer and use it in GitHub Desktop.

Select an option

Save dmichael/1299162 to your computer and use it in GitHub Desktop.
x = linspace(-pi, pi, 100);
y = sin(x);
plot(x, y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment