mattfoster (owner)

Revisions

gist: 27895 Download_button fork
public
Public Clone URL: git://gist.github.com/27895.git
Embed All Files: show embed
snippet.t #
1
2
3
t = -pi:0.1:pi;
plot(t, sin(t)./t, t, cos(t), 'linewidth', 2)