Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个离散系统,我应该使用哪个 matlab 命令来获取系统特征?
连续系统的 stepinfo 命令不是吗?
stepinfo适用于连续和离散系统。从文档中:
stepinfo
S = stepinfo(sys)计算 LTI 模型的阶跃响应特性sys(请参阅tf、zpk或ss了解详细信息)。
S = stepinfo(sys)
sys
tf
zpk
ss
它没有说明 LTI 模型是连续的。