Optimal Control Using Control Vector Parameterization

An example of using control vector parameterization to solve an optimal control problem
1,5K download
Aggiornato 19 dic 2012

Visualizza la licenza

File to run: mainproc.m

Control vector parameterization, also known as direct sequential method,
is one of the direct optimization methods for solving optimal control problems. The basic idea of direct optimization methods is to discretize the control problem, and then apply nonlinear programming (NLP) techniques to the resulting finite-dimensional optimization problem.

The problem is that you wish to steer from point $A=(0,0)$ at time $t = 0$ to close to point $B=(4,4)$ at time T. The motion takes place in the $x_1, x_2$ plane. Your control variables are thrust $u$ and angle of thrust $\theta$. The angle $\theta$ is measured from the $x_1$ axis. To make life interesting there is large mass at (3,0) that exerts a force proportional to the inverse of the square of the distance you are from the mass. (See published code for details)

* The problem is from a Optimal Control course (by Dr. Stephen Campbell) at NCSU.

Cita come

Chang Duan (2026). Optimal Control Using Control Vector Parameterization (https://it.mathworks.com/matlabcentral/fileexchange/39516-optimal-control-using-control-vector-parameterization), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2011a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Robust Control Toolbox in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: Direct Shooting For optimal Control

Versione Pubblicato Note della release
1.0.0.0