Hi Community,
i need your help for my problem:
v[y_, w_] := v0 (Exp[w y/h] - 1)/(Exp[w] - 1)
h = 5;
v0 = 10;
Manipulate[Plot[v[y, w], {y, 0, 1}], {w, -10, 10}]
The plot should have axes with v/v0 and y/h. So the axes are in the range between 0 and 1 (and they should be fixed).
Hope you can help me! :-)
With kind regards, MM