我有以下系统W(s)
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
activeRow = indexPath.row
performSegue(withIdentifier: "toSecondViewController", sender: nil)
}
命令s=tf('s')
num=[0 367.093051073643 1004.12939913992 -1241.99470259747 -8606.10650092300 -14862.9072810466 -12828.4738476500 -5933.64401600000 -1350.10210000000 -112.100000000000 -3]
den=[0.158655325169672 5.01635286779949 67.7964313800194 507.668738635044 2275.07303227680 6106.84393410000 9122.64032800000 5964.00040000000 262.840000000000 3 0]
F=tf(num,den)
W=feedback(F,1)
为我提供了#34;相位余量的正确值"和"交叉频率",margin(F)
向我展示了一个典型的不稳定系统的奇怪阶跃响应。但根据step(W)
,W(s)是稳定的。那么,为什么MATLAB会出现这种行为?
我非常感谢你给予我的所有帮助。