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: |
2c3a1edb151f4d8f63f88f72da68ee02 |
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: 71ec8badbf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2002-11-01
| ||
04:03:31 | Documentation fix check-in: 2c3a1edb15 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: 03f2c8e371 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]; |
︙ | ︙ |