Why does c2d function not work on a system defined using transfer function approach in the Control System Toolbox 6.2.1 (R14SP3)?
显示 更早的评论
When I use a transfer function as an input argument to c2d function, I get the following error:
analy=tf([1],[1 1])
[digit, M]=c2d(analy,0.1,'tustin')
gives the following error:
Transfer function:
1
-----
s + 1
??? Error using ==> tf.c2d
Too many output arguments.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Control System Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!