Multiple Inputs to Neural Network Predictive Controller in Simulink
显示 更早的评论
Is there a way to realize a MISO system in the Neural Network Predictive Controller block of Simulink? I can't find a way to import my NARX-plant-model with 3 inputs and 1 output (Error: "The neural network plant must have 1 input.") . Neither can I do a plant identification using the GUI and my data. The question had been asked several times but there was no answer till now.
Your help is highly appreciated!
回答(1 个)
Andre Saputra
2020-6-17
编辑:Andre Saputra
2020-6-17
0 个投票
I had roughly the same problem as you have now. And, after looking at the example of Neural Network Controller Design, I think I found the solution. I don't know whether my case is the same as you are, because I used NN Predictive Controller.
To solve the issue, you need to make a separate file of your plant model (with inport and outport of course) before you put it in the setting of the controller. But in your model with controller, you keep making the plant model which is the same as the separated one. Hope this will solve yours.
2 个评论
SUSHEEL ANANTHAN
2021-4-2
Can you further explain the solution
Salvatore Taffara
2021-6-11
Did you solve?
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!