Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.1K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Move entire graphic or make graphic goes to 0.5 instead of 0?

Posted 9 years ago
POSTED BY: Elliot Cupper
t1 = 1;
t2 = 2;
Umax = 1.95;
u[t_] := 0.05 + Umax + Umax Limit[ArcTan[(-t - t1)/x]/\[Pi], x -> 0] +
   Umax Limit[ArcTan[(t - t2)/x]/\[Pi], x -> 0]
Plot[{u[t], 0}, {t, -15, 15}]

enter image description here

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard