Does the neural network predictive controller support multiple inputs?

1 view (last 30 days)
I'm trying to implement a model predictive control system in Simulink using the NN Predictive Controller. When carrying out plant identification it only seems to let me select one input array, does it only support SISO systems?
  3 Comments

Sign in to comment.

Accepted Answer

Greg Heath
Greg Heath on 29 May 2014
Edited: Greg Heath on 29 May 2014
I don't know the answer. However, MATLAB is a matrix/vector based language. Therefore it is hard for me to believe that if it makes sense to have multiple inputs to any device, then MATLAB would not provide a matrix/vector way to provide it.
  1 Comment
Ruzhou Yang
Ruzhou Yang on 1 Mar 2022
I'm trying to solve a very similar problem when I realized that only SISO system is accepted for system identification in this block. I'm not sure if it can apply the system identification for MISO or MIMO system, but I can say the MIMO system identification with NN training is way more difficult than that of SISO system. It is posssible that this block has no such power to accomplish such a task simply.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!