Differences From Artifact [fb545fc4ba]:
- File mttroot/mtt/lib/control/PPP/ppp_output_constraint.m — part of check-in [f60511b828] at 2002-08-27 10:48:29 on branch origin/master — Corrected documentation (user: gawthrop@users.sourceforge.net, size: 1546) [annotate] [blame] [check-ins using] [more...]
To Artifact [f1e5ba3860]:
- File mttroot/mtt/lib/control/PPP/ppp_output_constraint.m — part of check-in [128b9fc8ba] at 2002-09-11 14:24:02 on branch origin/master — Now correctly handles outputs with index >1 (user: gawthrop@users.sourceforge.net, size: 1532) [annotate] [blame] [check-ins using] [more...]
︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + | ## Compute Gamma Gamma = []; for i=1:n_U U = zeros(n_U,1); U(i,1) = 1; # Set up U_i y_i = ppp_ystar (A,B,C,D,x_0,A_u,U,Tau);# Compute y* for ith input for each tau |
︙ |