Differences From Artifact [3f67f08f6f]:
- File mttroot/mtt/lib/control/PPP/ppp_ystar.m — part of check-in [9e64008a9c] at 2003-08-19 16:20:33 on branch origin/master — More sanity checks (user: gawthrop@users.sourceforge.net, size: 3368) [annotate] [blame] [check-ins using] [more...]
To Artifact [34d0435ae4]:
- File mttroot/mtt/lib/control/PPP/ppp_ystar.m — part of check-in [c146b23bbb] at 2003-10-06 08:02:02 on branch origin/master — obsolete <> replaced by != (user: gawthrop@users.sourceforge.net, size: 3368) [annotate] [blame] [check-ins using] [more...]
︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | - + | error("U must be a column vector with n_u*n_U components"); endif else n_u = length(U)/n_U; # Deduce n_u from U if no system endif [n_x0,m_x0] = size(x_0); |
︙ |