MPC Tutorial II: Multivariable and State Space MPC V2.0

版本 1.1.0.0 (36.5 KB) 作者: Yi Cao
A tool and tutorial for multivariable state space MPC
8.4K 次下载
更新时间 2011/7/2

查看许可证

As planned, this is the second part of the MPC series. To dealing with multivariable, state-space model is most convenient. In this part, a tool to setup the state-space model based predictive controller is provided. The setup program returns a function handle for the online MPC controller.

The online controller is implemented as a nested function, hence the internal model, internal states, control parameters are all stored inside of the workspace of the setup program so that the interface of the online controller is significantly simplified.

A 2-CSTR example is included to demonstrate the usage of this tool.

The tool also provides an example for beginners to learn how to use nested function to replace persistent variables.

引用格式

Yi Cao (2024). MPC Tutorial II: Multivariable and State Space MPC V2.0 (https://www.mathworks.com/matlabcentral/fileexchange/19650-mpc-tutorial-ii-multivariable-and-state-space-mpc-v2-0), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Model Predictive Control Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

A bug removed. Now different output can follow different setpoint properly.

1.0.0.0