Installer le contrôle Python

Objectif

Installez Python-Control, une bibliothèque de conception de système de contrôle pour python.

environnement

Ubuntu14.04(x64) orUbuntu16.04(x64)

Install

Installez avec la commande suivante.

sudo apt-get install python-pip
sudo apt-get install gfortran
sudo apt-get install libblas-dev libatlas-dev liblapack-dev
pip install control
pip install slycot

Contrôle de fonctionnement

Rédiger un diagramme de tableau

emacs test.py chmod +x test.py ./test.py

test.py

#!/usr/bin/env python
from control.matlab import *
from matplotlib import pyplot as plt
    
def main():
  num = [0, 0, 3] 
  den = [2, 1, 3]
  sys = tf(num, den) 
  bode(sys)    
  plt.show()

if __name__ == "__main__":
  main()

Screenshot from 2017-05-24 01-08-37.png

référence

python-control. Manuel de l'utilisateur http://python-control.sourceforge.net/manual/

Recommended Posts

Installer le contrôle Python
Installer python
Installation locale de Python
CentOS8 --Installer --Python3
Installer python sur WSL
Comment installer Python
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Python sur Mac
Comment installer python
Installer Python 3 dans un environnement Mac
Installer Python à partir de la source
Installez Python3.4 sur CentOS 6.6
Installation du laboratoire Python Jupyter
Installer une bibliothèque externe pour python
Installer python (pyenv, pyenv-virtualenv)
Installez Voluptuous avec Python 2.5
Installez python sur Windows
Syntaxe de contrôle Python (mémoire)
Conseils d'installation de Python PyTorch
Installez Python 2.7.3 sur CentOS 5.4
Installez Python avec pyenv
Installez Python 3.3 sur Ubuntu 12.04
Installez Python 3.4 sur Mac
Installez Python 3.6 sur Docker
Installez Python (pour Windows)
[2020.8 dernière] Comment installer Python
Comment installer Python [Windows]
Installez Python 3.8 sur RHEL 8 (AppStream)
Installer watchdog sur Windows + Python 3.3
Installez Python et Flask (Windows 10)
[Tutoriel Python] Outil de structure de contrôle
Python
Installer pygame sur python3.4 sur Mac
Windows10: installation de la bibliothèque dlib pour python
Installez Python 3.8 sur CentOS 7 (SCL)
Installer une bibliothèque externe avec Python
Installer plusieurs versions de Python
Installez Python 3.7 et Django 3.0 (CentOS)
Contrôle d'instruments à l'aide de Python [pyvisa]
Python --Installez MySQLDB sur EC2
[ev3dev × Python] Commande de moteur unique
Installez pyenv depuis Homebrew, installez Python depuis pyenv
Installez Python 3.8 sur CentOS 8 (AppStream)
Installez pyenv sur Raspberry Pi pour gérer Python
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Installation de Python en 2 lignes @Windows
Installer dlib pour Python (Windows)
Syntaxe de contrôle Python, fonctions (mémo d'apprentissage Python ②)
Comment installer Python à l'aide d'Anaconda
Résumé de la gestion des versions de l'environnement virtuel Python
[ev3dev × Python] Contrôle de plusieurs moteurs
Installez Python Pillow sur Amazon Linux
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Installez Python 2.7.9 et Python 3.4.x avec pip.
Installez RDKit, un outil informatique de chimie pour Python
pyenv-vertualenv n'installe pas correctement la série python3
Home Brew ne peut pas installer Python (chez Mavericks)
Installez Python à partir des sources avec Ansible
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
installation de python2.7 dans un environnement Windows 32 bits