Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 404 Bytes

Servomechanism and Control

Control Systems Engineering with Python

First Step

install control library

$ pip3 install -U control

Second Step

Import prerequisites

import numpy as np
import matplotlib.pyplot as plt
import control as co

Python Control System Library

Full library documentation you can find here