control.ss: This error: “Could not brodcast input array from shape (4,1) into shape (4)”

前端 未结 0 878
暖寄归人
暖寄归人 2020-11-22 00:30

i have write this code.

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

m = 1;
M = 5;
L = 2;
g = -10;
d = 1;

# y = [ x; dx; tetha; dtetha]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题