Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 1.42 KB

File metadata and controls

62 lines (51 loc) · 1.42 KB
.. currentmodule:: control

Examples

The source code for the examples below are available in the examples/ subdirectory of the source code distribution. They can also be accessed online via the [python-control GitHub repository](https://github.com/python-control/python-control/tree/master/examples).

Python scripts

The following Python scripts document the use of a variety of methods in the Python Control Toolbox on examples drawn from standard control textbooks and other sources.

.. toctree::
   :maxdepth: 1

   secord-matlab
   pvtol-nested
   pvtol-lqr
   rss-balred
   phase_plane_plots
   robust_siso
   robust_mimo
   scherer_etal_ex7_H2_h2syn
   scherer_etal_ex7_Hinf_hinfsyn
   cruise-control
   steering-gainsched
   steering-optimal
   kincar-flatsys
   mrac_siso_mit
   mrac_siso_lyapunov

Jupyter notebooks

The examples below use python-control in a Jupyter notebook environment. These notebooks demonstrate the use of modeling, analysis, and design tools using examples from textbooks (FBS, OBC), courses, and other online sources.

.. toctree::
   :maxdepth: 1

   cruise
   describing_functions
   interconnect_tutorial
   kincar-fusion
   mhe-pvtol
   mpc_aircraft
   pvtol-lqr-nested
   pvtol-outputfbk
   simulating_discrete_nonlinear
   steering
   stochresp