I'm getting the following error while doing the state update in mpc
Ältere Kommentare anzeigen

I'm applying mpc for 2input, 1output system with 2states. and I'm unable to make the system state update.
For the above code I'm getting the error as
Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix
matches the number of rows in the second matrix. To perform elementwise multiplication, use '.*'.
Error in Bstwdmpcmov (line 75)
x = A*x + B1(:,1)*u;
please let me know, which corrections are needed..
thank you
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Model Predictive Control Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!