| Author |
Comment/Response |
Alex
|
02/21/12 6:29pm
when I run this:
For[i = 0, i < 2*[Pi], i += [Pi]/8, Print[Plot[Sin[x + i], {x, 0, 2*Pi} ]]];
I get exactly what I was expecting, except instead of all of the F[x]'s being printed on one plot, I got one plot for every step size....how can I combine them into one larger plot? sorry very new to mathmatica.
URL: , |
|