Overview
| Comment: | large limits set to inf or -inf |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2d61c630e73a249f2dfee29cda7f2c7a |
| User & Date: | gawthrop@users.sourceforge.net on 2002-09-11 14:21:22.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2002-09-11
| ||
| 14:22:42 | Deletes limits at inf and -inf check-in: 7d2473baf8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 14:21:22 | large limits set to inf or -inf check-in: 2d61c630e7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 14:19:28 | Time-varying set point W check-in: bf3ec42286 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/control/PPP/ppp_ex6.m
from [2c0684bb49]
to [a3383c7b66].
| ︙ | ︙ | |||
24 25 26 27 28 29 30 | t = [4:0.1:5]; # Time horizon A_w = 0; # Setpoint A_u = [-2;-0.5]; # Input Q = 1; # Output weight ## Constrain input 1 at time tau=0 Tau = 0; | | | | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | t = [4:0.1:5]; # Time horizon A_w = 0; # Setpoint A_u = [-2;-0.5]; # Input Q = 1; # Output weight ## Constrain input 1 at time tau=0 Tau = 0; Max = [1;inf] Min = [-inf;-inf]; Order = 0; i_u = 1; ## Simulation W=1; x_0 = 0; |
| ︙ | ︙ |