Differences From Artifact [2c0684bb49]:

To Artifact [a3383c7b66]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
  t = [4:0.1:5];		# Time horizon
  A_w = 0;			# Setpoint
  A_u = [-2;-0.5];		# Input
  Q = 1;			# Output weight

  ## Constrain  input 1 at time tau=0
  Tau = 0;
  Max = 1;
  Min = -Max;
  Order = 0;
  i_u = 1;
  
  ## Simulation
  W=1;
  x_0 = 0;








|
|







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
  t = [4:0.1:5];		# Time horizon
  A_w = 0;			# Setpoint
  A_u = [-2;-0.5];		# Input
  Q = 1;			# Output weight

  ## Constrain  input 1 at time tau=0
  Tau = 0;
  Max = [1;inf]
  Min = [-inf;-inf];
  Order = 0;
  i_u = 1;
  
  ## Simulation
  W=1;
  x_0 = 0;


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