| Author |
Comment/Response |
David Heaney
|
02/22/00 7:56pm
Hi.
Im having trouble plotting piecewise continuous functions too. I tried
f[x_]:=Which[ x< 3, 1, 3<=x<5, 2, x>=5, 3]
Plot[f[x],{x,0,10}]
to plot a step function, but it joined the steps which is wrong. I want there to
be jumps.
What can I do.
Thanks,
David.
URL: , |
|