![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/629210/image.png)
Bypassing the internal (Linear) observer in MPC toolbox 3
1 次查看(过去 30 天)
显示 更早的评论
I wish to use my designed non-linear Observer with the MPC block (MPC toolbox v3.1)for the real-time control of a system. However, the MPC block contains its own linear observer for state estimation.
How can I bypass (disable) the internal linear observer of the MPC block in Simulink for real-time implementation.
0 个评论
回答(1 个)
Bill Tubbs
2021-5-24
编辑:Bill Tubbs
2021-5-24
Might be 10 years too late but I had this question and it looks like you can set the following check box below in the Simulink MPC block parameters:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/629210/image.png)
When I did this, the usual 'measured output' inport is replaced with an inport labelled `x[k|k]` for the state estimates from some other observer.
[I'm using MATLAB 2019b.]
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Refinement 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!