MATLAB: Does the neural network predictive controller support multiple inputs

model predictive controlmpcneural networksimulink

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?

Best Answer

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.
Related Question