Differences From Artifact [a5131f4e21]:
- File mttroot/mtt/lib/control/PPP/ppp_lin.m — part of check-in [a212aaaac6] at 2003-05-15 08:09:13 on branch origin/master — Don't use terminal weighting if no P argument (user: gawthrop@users.sourceforge.net, size: 6594) [annotate] [blame] [check-ins using] [more...]
To Artifact [4162496ee0]:
- File mttroot/mtt/lib/control/PPP/ppp_lin.m — part of check-in [f9152ecb6b] at 2003-06-06 07:17:28 on branch origin/master — Removed debug (user: gawthrop@users.sourceforge.net, size: 6596) [annotate] [blame] [check-ins using] [more...]
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - + - + | if nargin<9 R = zeros(n_u,1); endif ## Default P (terminal weight) if nargin<10 P = zeros(n_x,n_x); |
︙ |