Overview
Comment: | Documentation fix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
115b49ae4512e76df7076a78fb722eda |
User & Date: | gawthrop@users.sourceforge.net on 2002-11-01 04:03:31 |
Other Links: | branch diff | manifest | tags |
Context
2002-11-04
| ||
23:40:04 | Prunes inf and -inf from constraint list. check-in: a1c8d1068c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2002-11-01
| ||
04:03:31 | Documentation fix check-in: 115b49ae45 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2002-10-30
| ||
01:15:20 | Now gives correct-size matrices for dm rep. check-in: 75febf1035 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/control/PPP/ppp_output_constraints.m from [b5e964eaca] to [e3acc8646d].
︙ | ︙ | |||
21 22 23 24 25 26 27 | endif ##Defaults if nargin<10 Order=zeros(n_y,n_tau); endif | | | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | endif ##Defaults if nargin<10 Order=zeros(n_y,n_tau); endif ## Stack up constraints for each output Gamma=[]; gamma=[]; for i_y=1:n_y [Gamma_i,gamma_i] = \ ppp_output_constraint (A,B,C,D,x_0,A_u,Tau,\ Min(i_y,:),Max(i_y,:),Order(i_y,:),i_y); Gamma = [Gamma; Gamma_i]; |
︙ | ︙ |