| Author |
Comment/Response |
Louis-Philippe
|
12/29/10 02:35am
I have only just made my first steps with mathematica and i am trying to make a couple of manipulable plots but this one just doesn't seem to work. I don't get an error message but the graph area stays empty.
Manipulate[
Plot[k[1 - Exp[-t/th]], {t, 0, 1}], {{k, 1, "Stat. Versterking"}, 1,
10}, {{th, 0.1, "Tijdsconstante"}, 0.05, 5}]
I've checked it with my graphical calculator and have compared my input but I can't see why it doesn't work.
Help would be very much appreciated!
Louis-Philippe
URL: , |
|