Skip to content

Instantly share code, notes, and snippets.

@hkayabilisim
Created October 8, 2012 07:37
Show Gist options
  • Save hkayabilisim/3851216 to your computer and use it in GitHub Desktop.
Save hkayabilisim/3851216 to your computer and use it in GitHub Desktop.
Plotting a sine function.
t = linspace(0,2*pi,100);
plot(t,sin(t));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment