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!