You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am getting the following results when using getinfo().
N is 200.
it looks like, for multivariable inputs and outputs, the results are flattened but clamped to the size N.
I'm not able to reproduce, are you using the last version v.0.21.3 ? Did you solve the mpc problem at least one time with moveinput! ?
Here's the result on my side:
using ModelPredictiveControl, ControlSystemsBase
mpc =LinMPC(LinModel(append(tf(2,[10,1]), tf(3,[5, 1])), 1.0), Hp=200);
u =moveinput!([2,10]);
info =getinfo!(mpc);
info[:Rhaty]
Hi, I am getting the following results when using getinfo().
N is 200.
it looks like, for multivariable inputs and outputs, the results are flattened but clamped to the size N.
The text was updated successfully, but these errors were encountered: