Revision history of "File:SinCosPlot2.png"

From Sutherland_wiki
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 17:19, 23 August 200800033394 (talk | contribs). . (155 bytes) (+155). . (<source lang="matlab"> x = linspace(-pi,pi); f1 = cos(x); f2 = sin(x); plot(x,f1, x, f2); xlabel('x'); ylabel('f(x)'); legend('cos(x)','sin(x)'); </source>)