Overview
Comment:Uses new ppp_lin (with extra args)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 37300b2ca60fc9dcebc767bc2cfd713f8b98e7361ea3aee1de7816cee630290f
User & Date: gawthrop@users.sourceforge.net on 2003-05-14 07:32:58.000
Other Links: branch diff | manifest | tags
Context
2003-05-14
08:51:14
Don't explicitly include mtt.sty check-in: 4be5919488 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:32:58
Uses new ppp_lin (with extra args) check-in: 37300b2ca6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-05-09
09:46:46
Fixed html output of figures check-in: 03e99365e8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
45
46
47
48
49
50
51
52

53
54
55
56
57
58
59
45
46
47
48
49
50
51

52
53
54
55
56
57
58
59







-
+








  ## Composite constraints - t=0
  Gamma = [Gamma_u; Gamma_y];
  gamma = [gamma_u; gamma_y];

  ## Design the controller
  ## disp("Designing controller");
  [k_x,k_w,K_x,K_w,Us0,J_uu,J_ux,J_uw,J_xx,J_xw,J_ww] = ppp_lin (A,B,C,D,A_u,A_w,t,Q);
  [k_x,k_w,K_x,K_w,Us0,J_uu,J_ux,J_uw,J_xx,J_xw,J_ww] = ppp_lin (A,B,C,D,A_u,A_w,t,Q,R,P);

  ## Set up various time vectors
  dt = t(2)-t(1);		# Time increment

  ## Make sure Delta_ol is multiple of dt
  Delta_ol = floor(Delta_ol/dt)*dt;


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]