Main /

DemosOnFormulationOfControlProblems

Main.DemosOnFormulationOfControlProblems History

Hide minor edits - Show changes to output

May 27, 2013, at 09:13 AM by 129.132.29.86 -
Added line 47:
Continue reading by checking out [[Demos on Real-Time Implementation]].
May 27, 2013, at 08:53 AM by 129.132.29.86 -
May 27, 2013, at 08:53 AM by 129.132.29.86 -
Added lines 17-21:
Modeling and simulation of piecewise affine (PWA) systems.
(:source lang=MATLAB -getcode:) [@
mpt_demo_pwa1
@]

May 27, 2013, at 08:51 AM by 129.132.29.86 -
Added lines 4-41:

* [[DemosOnFormulationOfControlProblems#Modeling | Demos on Modeling and Simulation]]
* [[DemosOnFormulationOfControlProblems#Control | Demos on Model Predictive Control (MPC) ]]

----


[[#Modeling]]
!!! Demos on Modeling and Simulation
Representation of linear-time invariant (LTI) dynamic systems
(:source lang=MATLAB -getcode:) [@
mpt_demo_lti1
@]

----

[[#Control]]
!!! Demos on Model Predictive Control
Attaching a finite horizon MPC controller to LTI system.
(:source lang=MATLAB -getcode:) [@
mpt_demo_lti2
@]

Closed loop simulation with MPC controller
(:source lang=MATLAB -getcode:) [@
mpt_demo_lti3
@]

Design of explicit MPC
(:source lang=MATLAB -getcode:) [@
mpt_demo_lti4
@]

Modification of MPC setup by proving a terminal penalty and terminal set constraints.
(:source lang=MATLAB -getcode:) [@
mpt_demo_lti5
@]

May 27, 2013, at 08:43 AM by 129.132.29.86 -
Added lines 1-3:
!! Demos on Formulation of Control Problems

To help you quickly start with the modeling and control module of MPT, you can have a look at the following demonstrations.