Differences From Artifact [9bb563078b]:
- File mttroot/mtt/lib/control/PPP/ppp_qp_sim.m — part of check-in [9d59aab3cb] at 2002-09-11 14:19:28 on branch origin/master — Time-varying set point W (user: gawthrop@users.sourceforge.net, size: 3717) [annotate] [blame] [check-ins using] [more...]
To Artifact [986b2d0d8d]:
- File mttroot/mtt/lib/control/PPP/ppp_qp_sim.m — part of check-in [e91fca2ef2] at 2002-09-12 10:08:33 on branch origin/master — Reverted to total time being the end of the horizon (user: gawthrop@users.sourceforge.net, size: 3715) [annotate] [blame] [check-ins using] [more...]
︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - + | if Delta_ol>0 # Intermittent control T_ol = 0:dt:Delta_ol; # Create the open-loop time vector else T_ol = [0,dt]; Delta_ol = dt; endif |
︙ |